COLOR #DEF5BB

HEX: #DEF5BB RGB: (222,245,187)

Color info

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

RGB color model

#DEF5BB color RGB value is (222,245,187).

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

RGB channels and saturation

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

222
245
187

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

Portions of RGB colors in percentages

R + G + B = 222 + 245 + 187 = 654 (100%)
R 222 of 654 ~ 33.94%
G 245 of 654 ~ 37.46%
B 187 of 654 ~ 28.59'%

%33.94
%37.46
%28.59

CMYK color model

#DEF5BB color CMYK value is (9,0,24,4).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 3.92%

CMYK: (9,0,24,4)
C9M0Y24K4 (9%, 0%, 24%, 4%)
(0.09 / 0.00 / 0.24 / 0.04)

CMYK percentages

%9.39
%0
%23.67
%3.92

Codes

Color #DEF5BB in popluar color models

DE F5 BB
RGB 222 245 187
HSL 84° 74.36% 84.71%
HSB/HSV 84° 23.67% 96.08%
CMYK 9.39% 0.00% 23.67%
3.92%

Color #DEF5BB in popluar number systems.

HEX DE F5 BB
Decimal 222 245 187
Binary 11011110 11110101 10111011
Octal 336 365 273

Shades and tints

Shades of #DEF5BB

#DEF5BB
(222,245,187)
#CADFAA
(202,223,170)
#B6C999
(182,201,153)
#A2B388
(162,179,136)
#8E9D77
(142,157,119)
#7A8766
(122,135,102)
#667155
(102,113,85)
#525B44
(82,91,68)
#3E4533
(62,69,51)
#2A2F22
(42,47,34)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #DEF5BB

#DEF5BB
(222,245,187)
#E1F5C1
(225,245,193)
#E4F5C7
(228,245,199)
#E7F5CD
(231,245,205)
#EAF5D3
(234,245,211)
#EDF5D9
(237,245,217)
#F0F5DF
(240,245,223)
#F3F5E5
(243,245,229)
#F6F5EB
(246,245,235)
#F9F5F1
(249,245,241)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF5BB; }

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

This text font color is #DEF5BB.

Background Color

.myBgColor { background-color: #DEF5BB; }

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

This div background color is #DEF5BB.

Border color

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

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

This div border color is #DEF5BB.

Opacity

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

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

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

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

This text has shadow with #DEF5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF5BB.

Preview

Color preview on black background

This text has color #DEF5BB on black background.


Color preview on white background

This text has color #DEF5BB on white background.


Black color preview on #DEF5BB background

This text has black color on #DEF5BB background.


White color preview on #DEF5BB background

This text has white color on #DEF5BB background.


Related colors

Complementary color

Complementary color for #hex is #210A44.


I love getcolorcode.com

Triadic colors

1 #BBDEF5 and #F5BBDE with #DEF5BB are triadic colors.

2 #BBF5DE and #F5DEBB with #DEF5BB are triadic colors.