COLOR #DEF6BB

HEX: #DEF6BB RGB: (222,246,187)

Color info

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

RGB color model

#DEF6BB color RGB value is (222,246,187).

RGB: (222,246,187) (87%, 96%, 73%)

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 187 of 255 = 73%

222
246
187

R + G + B ~ 85%. #DEF6BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 246 + 187 = 655 (100%)
R 222 of 655 ~ 33.89%
G 246 of 655 ~ 37.56%
B 187 of 655 ~ 28.55'%

%33.89
%37.56
%28.55

CMYK color model

#DEF6BB color CMYK value is (10,0,24,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 3.53%

CMYK: (10,0,24,4)
C10M0Y24K4 (10%, 0%, 24%, 4%)
(0.10 / 0.00 / 0.24 / 0.04)

CMYK percentages

%9.76
%0
%23.98
%3.53

Codes

Color #DEF6BB in popluar color models

DE F6 BB
RGB 222 246 187
HSL 84° 76.62% 84.90%
HSB/HSV 84° 23.98% 96.47%
CMYK 9.76% 0.00% 23.98%
3.53%

Color #DEF6BB in popluar number systems.

HEX DE F6 BB
Decimal 222 246 187
Binary 11011110 11110110 10111011
Octal 336 366 273

Shades and tints

Shades of #DEF6BB

#DEF6BB
(222,246,187)
#CAE0AA
(202,224,170)
#B6CA99
(182,202,153)
#A2B488
(162,180,136)
#8E9E77
(142,158,119)
#7A8866
(122,136,102)
#667255
(102,114,85)
#525C44
(82,92,68)
#3E4633
(62,70,51)
#2A3022
(42,48,34)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #DEF6BB

#DEF6BB
(222,246,187)
#E1F6C1
(225,246,193)
#E4F6C7
(228,246,199)
#E7F6CD
(231,246,205)
#EAF6D3
(234,246,211)
#EDF6D9
(237,246,217)
#F0F6DF
(240,246,223)
#F3F6E5
(243,246,229)
#F6F6EB
(246,246,235)
#F9F6F1
(249,246,241)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF6BB; }

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

This text font color is #DEF6BB.

Background Color

.myBgColor { background-color: #DEF6BB; }

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

This div background color is #DEF6BB.

Border color

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

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

This div border color is #DEF6BB.

Opacity

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

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

Text with #DEF6BB 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 #DEF6BB;}

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

This text has shadow with #DEF6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF6BB.

Preview

Color preview on black background

This text has color #DEF6BB on black background.


Color preview on white background

This text has color #DEF6BB on white background.


Black color preview on #DEF6BB background

This text has black color on #DEF6BB background.


White color preview on #DEF6BB background

This text has white color on #DEF6BB background.


Related colors

Complementary color

Complementary color for #hex is #210944.


I love getcolorcode.com

Triadic colors

1 #BBDEF6 and #F6BBDE with #DEF6BB are triadic colors.

2 #BBF6DE and #F6DEBB with #DEF6BB are triadic colors.