COLOR #DAE4CB

HEX: #DAE4CB RGB: (218,228,203)

Color info

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

RGB color model

#DAE4CB color RGB value is (218,228,203).

RGB: (218,228,203) (85%, 89%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 203 of 255 = 80%

218
228
203

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

Portions of RGB colors in percentages

R + G + B = 218 + 228 + 203 = 649 (100%)
R 218 of 649 ~ 33.59%
G 228 of 649 ~ 35.13%
B 203 of 649 ~ 31.28'%

%33.59
%35.13
%31.28

CMYK color model

#DAE4CB color CMYK value is (4,0,11,11).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 10.59%

CMYK: (4,0,11,11)
C4M0Y11K11 (4%, 0%, 11%, 11%)
(0.04 / 0.00 / 0.11 / 0.11)

CMYK percentages

%4.39
%0
%10.96
%10.59

Codes

Color #DAE4CB in popluar color models

DA E4 CB
RGB 218 228 203
HSL 84° 31.65% 84.51%
HSB/HSV 84° 10.96% 89.41%
CMYK 4.39% 0.00% 10.96%
10.59%

Color #DAE4CB in popluar number systems.

HEX DA E4 CB
Decimal 218 228 203
Binary 11011010 11100100 11001011
Octal 332 344 313

Shades and tints

Shades of #DAE4CB

#DAE4CB
(218,228,203)
#C7D0B9
(199,208,185)
#B4BCA7
(180,188,167)
#A1A895
(161,168,149)
#8E9483
(142,148,131)
#7B8071
(123,128,113)
#686C5F
(104,108,95)
#55584D
(85,88,77)
#42443B
(66,68,59)
#2F3029
(47,48,41)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #DAE4CB

#DAE4CB
(218,228,203)
#DDE6CF
(221,230,207)
#E0E8D3
(224,232,211)
#E3EAD7
(227,234,215)
#E6ECDB
(230,236,219)
#E9EEDF
(233,238,223)
#ECF0E3
(236,240,227)
#EFF2E7
(239,242,231)
#F2F4EB
(242,244,235)
#F5F6EF
(245,246,239)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE4CB color. Also use rgb(218,228,203) instead hex code.

Text Font Color

.myTextColor { color: #DAE4CB; }

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

This text font color is #DAE4CB.

Background Color

.myBgColor { background-color: #DAE4CB; }

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

This div background color is #DAE4CB.

Border color

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

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

This div border color is #DAE4CB.

Opacity

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

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

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

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

This text has shadow with #DAE4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE4CB.

Preview

Color preview on black background

This text has color #DAE4CB on black background.


Color preview on white background

This text has color #DAE4CB on white background.


Black color preview on #DAE4CB background

This text has black color on #DAE4CB background.


White color preview on #DAE4CB background

This text has white color on #DAE4CB background.


Related colors

Complementary color

Complementary color for #hex is #251B34.


I love getcolorcode.com

Triadic colors

1 #CBDAE4 and #E4CBDA with #DAE4CB are triadic colors.

2 #CBE4DA and #E4DACB with #DAE4CB are triadic colors.