COLOR #DEE2BD

HEX: #DEE2BD RGB: (222,226,189)

Color info

#DEE2BD contains red, green and blue colors in about the same proportion. Web safe color of #DEE2BD is #CCCCCC (or #CCC).

RGB color model

#DEE2BD color RGB value is (222,226,189).

RGB: (222,226,189) (87%, 89%, 74%)

RGB channels and saturation

R 222 of 255 = 87%
G 226 of 255 = 89%
B 189 of 255 = 74%

222
226
189

R + G + B ~ 83%. #DEE2BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 226 + 189 = 637 (100%)
R 222 of 637 ~ 34.85%
G 226 of 637 ~ 35.48%
B 189 of 637 ~ 29.67'%

%34.85
%35.48
%29.67

CMYK color model

#DEE2BD color CMYK value is (2,0,16,11).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 11.37%
CMYK: (2,0,16,11) C2M0Y16K11 (2%,0%,16%,11%) (0.02/0.00/0.16/0.11) 

CMYK percentages

%1.77
%0
%16.37
%11.37

Codes

Color #DEE2BD in popluar color models

DE E2 BD
RGB 222 226 189
HSL 66° 38.95% 81.37%
HSB/HSV 66° 16.37% 88.63%
CMYK 1.77% 0.00% 16.37%
11.37%

Color #DEE2BD in popluar number systems.

HEX DE E2 BD
Decimal 222 226 189
Binary 11011110 11100010 10111101
Octal 336 342 275

Shades and tints

Shades of #DEE2BD

#DEE2BD
(222,226,189)
#CACEAC
(202,206,172)
#B6BA9B
(182,186,155)
#A2A68A
(162,166,138)
#8E9279
(142,146,121)
#7A7E68
(122,126,104)
#666A57
(102,106,87)
#525646
(82,86,70)
#3E4235
(62,66,53)
#2A2E24
(42,46,36)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #DEE2BD

#DEE2BD
(222,226,189)
#E1E4C3
(225,228,195)
#E4E6C9
(228,230,201)
#E7E8CF
(231,232,207)
#EAEAD5
(234,234,213)
#EDECDB
(237,236,219)
#F0EEE1
(240,238,225)
#F3F0E7
(243,240,231)
#F6F2ED
(246,242,237)
#F9F4F3
(249,244,243)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE2BD color. Also use rgb(222,226,189) instead hex code.

Text Font Color

.myTextColor { color: #DEE2BD; }

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

This text font color is #DEE2BD.

Background Color

.myBgColor { background-color: #DEE2BD; }

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

This div background color is #DEE2BD.

Border color

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

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

This div border color is #DEE2BD.

Opacity

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

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

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

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

This text has shadow with #DEE2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE2BD.

Preview

Color preview on black background

This text has color #DEE2BD on black background.


Color preview on white background

This text has color #DEE2BD on white background.


Black color preview on #DEE2BD background

This text has black color on #DEE2BD background.


White color preview on #DEE2BD background

This text has white color on #DEE2BD background.


Related colors

Complementary color

Complementary color for #hex is #211D42.


I love getcolorcode.com

Triadic colors

1 #BDDEE2 and #E2BDDE with #DEE2BD are triadic colors.

2 #BDE2DE and #E2DEBD with #DEE2BD are triadic colors.