COLOR #DAE7C9

HEX: #DAE7C9
RGB: (218,231,201)

Color info

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

RGB color model

#DAE7C9 color RGB value is (218,231,201).

  • red value is 218;
  • green value is 231;
  • blue value is 201.
RGB:
(218,231,201)
(85%,91%,79%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 201 of 255 = 79%

218
231
201

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

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 201 = 650 (100%)
R 218 of 650 ~ 33.54%
G 231 of 650 ~ 35.54%
B 201 of 650 ~ 30.92%

%33.54
%35.54
%30.92

CMYK color model

#DAE7C9 color CMYK value is (6,0,13,9).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 9.41%
CMYK:
(6,0,13,9)
C6M0Y13K9 
(6%,0%,13%,9%)
(0.06/0.00/0.13/0.09)	

CMYK percentages

%5.63
%0
%12.99
%9.41

Codes

Color #DAE7C9 in popluar color models

DAE7C9
RGB218231201
HSL86°38.46%84.71%
HSB/HSV86°12.99%90.59%
CMYK5.63%0.00%12.99%
9.41%

Color #DAE7C9 in popluar number systems.

HEXDAE7C9
Decimal218231201
Binary110110101110011111001001
Octal332347311

Shades and tints

Shades of #DAE7C9

#DAE7C9
(218,231,201)
#C7D2B7
(199,210,183)
#B4BDA5
(180,189,165)
#A1A893
(161,168,147)
#8E9381
(142,147,129)
#7B7E6F
(123,126,111)
#68695D
(104,105,93)
#55544B
(85,84,75)
#423F39
(66,63,57)
#2F2A27
(47,42,39)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #DAE7C9

#DAE7C9
(218,231,201)
#DDE9CD
(221,233,205)
#E0EBD1
(224,235,209)
#E3EDD5
(227,237,213)
#E6EFD9
(230,239,217)
#E9F1DD
(233,241,221)
#ECF3E1
(236,243,225)
#EFF5E5
(239,245,229)
#F2F7E9
(242,247,233)
#F5F9ED
(245,249,237)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE7C9 color. Also use rgb(218,231,201) instead hex code.

Text Font Color

.myTextColor { color: #DAE7C9; }

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

This text font color is #DAE7C9.


Background Color

.myBgColor { background-color: #DAE7C9; }

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

This div background color is #DAE7C9.


Border color

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

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

This div border color is #DAE7C9.


Opacity

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

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

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

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

This text has shadow with #DAE7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE7C9 on black background.


Color preview on white background

This text has color #DAE7C9 on white background.



Black color preview on #DAE7C9 background

This text has black color on #DAE7C9 background.


White color preview on #DAE7C9 background

This text has white color on #DAE7C9 background.