COLOR #DEE6B3

HEX: #DEE6B3 RGB: (222,230,179)

Color info

#DEE6B3 contains red, green and blue colors in about the same proportion. Web safe color of #DEE6B3 is #CCCC99 (or #CC9).

RGB color model

#DEE6B3 color RGB value is (222,230,179).

RGB: (222,230,179) (87%, 90%, 70%)

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 179 of 255 = 70%

222
230
179

R + G + B ~ 82%. #DEE6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 230 + 179 = 631 (100%)
R 222 of 631 ~ 35.18%
G 230 of 631 ~ 36.45%
B 179 of 631 ~ 28.37'%

%35.18
%36.45
%28.37

CMYK color model

#DEE6B3 color CMYK value is (3,0,22,10).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 9.80%

CMYK: (3,0,22,10)
C3M0Y22K10 (3%, 0%, 22%, 10%)
(0.03 / 0.00 / 0.22 / 0.10)

CMYK percentages

%3.48
%0
%22.17
%9.8

Codes

Color #DEE6B3 in popluar color models

DE E6 B3
RGB 222 230 179
HSL 69° 50.50% 80.20%
HSB/HSV 69° 22.17% 90.20%
CMYK 3.48% 0.00% 22.17%
9.80%

Color #DEE6B3 in popluar number systems.

HEX DE E6 B3
Decimal 222 230 179
Binary 11011110 11100110 10110011
Octal 336 346 263

Shades and tints

Shades of #DEE6B3

#DEE6B3
(222,230,179)
#CAD2A3
(202,210,163)
#B6BE93
(182,190,147)
#A2AA83
(162,170,131)
#8E9673
(142,150,115)
#7A8263
(122,130,99)
#666E53
(102,110,83)
#525A43
(82,90,67)
#3E4633
(62,70,51)
#2A3223
(42,50,35)
#161E13
(22,30,19)
#000000
(0,0,0)

Tints of #DEE6B3

#DEE6B3
(222,230,179)
#E1E8B9
(225,232,185)
#E4EABF
(228,234,191)
#E7ECC5
(231,236,197)
#EAEECB
(234,238,203)
#EDF0D1
(237,240,209)
#F0F2D7
(240,242,215)
#F3F4DD
(243,244,221)
#F6F6E3
(246,246,227)
#F9F8E9
(249,248,233)
#FCFAEF
(252,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE6B3 color. Also use rgb(222,230,179) instead hex code.

Text Font Color

.myTextColor { color: #DEE6B3; }

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

This text font color is #DEE6B3.

Background Color

.myBgColor { background-color: #DEE6B3; }

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

This div background color is #DEE6B3.

Border color

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

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

This div border color is #DEE6B3.

Opacity

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

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

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

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

This text has shadow with #DEE6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE6B3.

Preview

Color preview on black background

This text has color #DEE6B3 on black background.


Color preview on white background

This text has color #DEE6B3 on white background.


Black color preview on #DEE6B3 background

This text has black color on #DEE6B3 background.


White color preview on #DEE6B3 background

This text has white color on #DEE6B3 background.


Related colors

Complementary color

Complementary color for #hex is #21194C.


I love getcolorcode.com

Triadic colors

1 #B3DEE6 and #E6B3DE with #DEE6B3 are triadic colors.

2 #B3E6DE and #E6DEB3 with #DEE6B3 are triadic colors.