COLOR #DAE4CA

HEX: #DAE4CA RGB: (218,228,202)

Color info

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

RGB color model

#DAE4CA color RGB value is (218,228,202).

RGB: (218,228,202) (85%, 89%, 79%)

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 202 of 255 = 79%

218
228
202

R + G + B ~ 84%. #DAE4CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 228 + 202 = 648 (100%)
R 218 of 648 ~ 33.64%
G 228 of 648 ~ 35.19%
B 202 of 648 ~ 31.17'%

%33.64
%35.19
%31.17

CMYK color model

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

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • 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
%11.4
%10.59

Codes

Color #DAE4CA in popluar color models

DA E4 CA
RGB 218 228 202
HSL 83° 32.50% 84.31%
HSB/HSV 83° 11.40% 89.41%
CMYK 4.39% 0.00% 11.40%
10.59%

Color #DAE4CA in popluar number systems.

HEX DA E4 CA
Decimal 218 228 202
Binary 11011010 11100100 11001010
Octal 332 344 312

Shades and tints

Shades of #DAE4CA

#DAE4CA
(218,228,202)
#C7D0B8
(199,208,184)
#B4BCA6
(180,188,166)
#A1A894
(161,168,148)
#8E9482
(142,148,130)
#7B8070
(123,128,112)
#686C5E
(104,108,94)
#55584C
(85,88,76)
#42443A
(66,68,58)
#2F3028
(47,48,40)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #DAE4CA

#DAE4CA
(218,228,202)
#DDE6CE
(221,230,206)
#E0E8D2
(224,232,210)
#E3EAD6
(227,234,214)
#E6ECDA
(230,236,218)
#E9EEDE
(233,238,222)
#ECF0E2
(236,240,226)
#EFF2E6
(239,242,230)
#F2F4EA
(242,244,234)
#F5F6EE
(245,246,238)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE4CA; }

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

This text font color is #DAE4CA.

Background Color

.myBgColor { background-color: #DAE4CA; }

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

This div background color is #DAE4CA.

Border color

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

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

This div border color is #DAE4CA.

Opacity

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

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

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

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

This text has shadow with #DAE4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE4CA.

Preview

Color preview on black background

This text has color #DAE4CA on black background.


Color preview on white background

This text has color #DAE4CA on white background.


Black color preview on #DAE4CA background

This text has black color on #DAE4CA background.


White color preview on #DAE4CA background

This text has white color on #DAE4CA background.


Related colors

Complementary color

Complementary color for #hex is #251B35.


I love getcolorcode.com

Triadic colors

1 #CADAE4 and #E4CADA with #DAE4CA are triadic colors.

2 #CAE4DA and #E4DACA with #DAE4CA are triadic colors.