COLOR #DAE9CB

HEX: #DAE9CB
RGB: (218,233,203)

Color info

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

RGB color model

#DAE9CB color RGB value is (218,233,203).

  • red value is 218;
  • green value is 233;
  • blue value is 203.
RGB:
(218,233,203)
(85%,91%,80%)

RGB channels and saturation

R 218 of 255 = 85%
G 233 of 255 = 91%
B 203 of 255 = 80%

218
233
203

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

Portions of RGB colors in percentages

R + G + B =
218 + 233 + 203 = 654 (100%)
R 218 of 654 ~ 33.33%
G 233 of 654 ~ 35.63%
B 203 of 654 ~ 31.04%

%33.33
%35.63
%31.04

CMYK color model

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

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

CMYK percentages

%6.44
%0
%12.88
%8.63

Codes

Color #DAE9CB in popluar color models

DAE9CB
RGB218233203
HSL90°40.54%85.49%
HSB/HSV90°12.88%91.37%
CMYK6.44%0.00%12.88%
8.63%

Color #DAE9CB in popluar number systems.

HEXDAE9CB
Decimal218233203
Binary110110101110100111001011
Octal332351313

Shades and tints

Shades of #DAE9CB

#DAE9CB
(218,233,203)
#C7D4B9
(199,212,185)
#B4BFA7
(180,191,167)
#A1AA95
(161,170,149)
#8E9583
(142,149,131)
#7B8071
(123,128,113)
#686B5F
(104,107,95)
#55564D
(85,86,77)
#42413B
(66,65,59)
#2F2C29
(47,44,41)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #DAE9CB

#DAE9CB
(218,233,203)
#DDEBCF
(221,235,207)
#E0EDD3
(224,237,211)
#E3EFD7
(227,239,215)
#E6F1DB
(230,241,219)
#E9F3DF
(233,243,223)
#ECF5E3
(236,245,227)
#EFF7E7
(239,247,231)
#F2F9EB
(242,249,235)
#F5FBEF
(245,251,239)
#F8FDF3
(248,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE9CB; }

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

This text font color is #DAE9CB.


Background Color

.myBgColor { background-color: #DAE9CB; }

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

This div background color is #DAE9CB.


Border color

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

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

This div border color is #DAE9CB.


Opacity

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

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

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

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

This text has shadow with #DAE9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE9CB on black background.


Color preview on white background

This text has color #DAE9CB on white background.



Black color preview on #DAE9CB background

This text has black color on #DAE9CB background.


White color preview on #DAE9CB background

This text has white color on #DAE9CB background.