COLOR #DEF6BE

HEX: #DEF6BE
RGB: (222,246,190)

Color info

#DEF6BE contains red, green and blue colors in about the same proportion. Web safe color of #DEF6BE is #CCFFCC (or #CFC).

RGB color model

#DEF6BE color RGB value is (222,246,190).

  • red value is 222;
  • green value is 246;
  • blue value is 190.
RGB:
(222,246,190)
(87%,96%,75%)

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 190 of 255 = 75%

222
246
190

R + G + B ~ 86%. #DEF6BE is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 246 + 190 = 658 (100%)
R 222 of 658 ~ 33.74%
G 246 of 658 ~ 37.39%
B 190 of 658 ~ 28.88%

%33.74
%37.39
%28.88

CMYK color model

#DEF6BE color CMYK value is (10,0,23,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 3.53%
CMYK:
(10,0,23,4)
C10M0Y23K4 
(10%,0%,23%,4%)
(0.10/0.00/0.23/0.04)	

CMYK percentages

%9.76
%0
%22.76
%3.53

Codes

Color #DEF6BE in popluar color models

DEF6BE
RGB222246190
HSL86°75.68%85.49%
HSB/HSV86°22.76%96.47%
CMYK9.76%0.00%22.76%
3.53%

Color #DEF6BE in popluar number systems.

HEXDEF6BE
Decimal222246190
Binary110111101111011010111110
Octal336366276

Shades and tints

Shades of #DEF6BE

#DEF6BE
(222,246,190)
#CAE0AD
(202,224,173)
#B6CA9C
(182,202,156)
#A2B48B
(162,180,139)
#8E9E7A
(142,158,122)
#7A8869
(122,136,105)
#667258
(102,114,88)
#525C47
(82,92,71)
#3E4636
(62,70,54)
#2A3025
(42,48,37)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #DEF6BE

#DEF6BE
(222,246,190)
#E1F6C3
(225,246,195)
#E4F6C8
(228,246,200)
#E7F6CD
(231,246,205)
#EAF6D2
(234,246,210)
#EDF6D7
(237,246,215)
#F0F6DC
(240,246,220)
#F3F6E1
(243,246,225)
#F6F6E6
(246,246,230)
#F9F6EB
(249,246,235)
#FCF6F0
(252,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF6BE color. Also use rgb(222,246,190) instead hex code.

Text Font Color

.myTextColor { color: #DEF6BE; }

<p style="color:#DEF6BE">This sample text font color is #DEF6BE.</p>

This text font color is #DEF6BE.


Background Color

.myBgColor { background-color: #DEF6BE; }

<div style="background-color:#DEF6BE">Inner text</div>

This div background color is #DEF6BE.


Border color

.myBorderColor { border: 1px solid #DEF6BE; }

<div style="border:3px solid #DEF6BE">Div</div>

This div border color is #DEF6BE.


Opacity

.myOpacity80 { color: #DEF6BE; opacity: 0.8; }

<p style="color:#DEF6BE;opacity:0.8;">80%</p>

Text with #DEF6BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DEF6BE;}

<p style="text-shadow: 3px 3px 1px #DEF6BE">Text here.</p>

This text has shadow with #DEF6BE color.

.textShadow {text-shadow: 3px 3px 1px #DEF6BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DEF6BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #DEF6BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DEF6BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DEF6BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #DEF6BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DEF6BE;
  -webkit-box-shadow:	1px 1px 3px 2px #DEF6BE;
  box-shadow:		1px 1px 3px 2px #DEF6BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DEF6BE;
-webkit-box-shadow: 1px 1px 3px 2px #DEF6BE;
box-shadow:1px 1px 3px 2px #DEF6BE;">
Div content here</div>
This div box has shadow with color #DEF6BE.

Preview

Color preview on black background

This text has color #DEF6BE on black background.


Color preview on white background

This text has color #DEF6BE on white background.



Black color preview on #DEF6BE background

This text has black color on #DEF6BE background.


White color preview on #DEF6BE background

This text has white color on #DEF6BE background.