COLOR #DAD9CE

HEX: #DAD9CE RGB: (218,217,206)

Color info

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

RGB color model

#DAD9CE color RGB value is (218,217,206).

RGB: (218,217,206) (85%, 85%, 81%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 206 of 255 = 81%

218
217
206

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

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 206 = 641 (100%)
R 218 of 641 ~ 34.01%
G 217 of 641 ~ 33.85%
B 206 of 641 ~ 32.14'%

%34.01
%33.85
%32.14

CMYK color model

#DAD9CE color CMYK value is (0,0,6,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 5.50%
  • key color value is 14.51%

CMYK: (0,0,6,15)
C0M0Y6K15 (0%, 0%, 6%, 15%)
(0.00 / 0.00 / 0.06 / 0.15)

CMYK percentages

%0
%0.46
%5.5
%14.51

Codes

Color #DAD9CE in popluar color models

DA D9 CE
RGB 218 217 206
HSL 55° 13.95% 83.14%
HSB/HSV 55° 5.50% 85.49%
CMYK 0.00% 0.46% 5.50%
14.51%

Color #DAD9CE in popluar number systems.

HEX DA D9 CE
Decimal 218 217 206
Binary 11011010 11011001 11001110
Octal 332 331 316

Shades and tints

Shades of #DAD9CE

#DAD9CE
(218,217,206)
#C7C6BC
(199,198,188)
#B4B3AA
(180,179,170)
#A1A098
(161,160,152)
#8E8D86
(142,141,134)
#7B7A74
(123,122,116)
#686762
(104,103,98)
#555450
(85,84,80)
#42413E
(66,65,62)
#2F2E2C
(47,46,44)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #DAD9CE

#DAD9CE
(218,217,206)
#DDDCD2
(221,220,210)
#E0DFD6
(224,223,214)
#E3E2DA
(227,226,218)
#E6E5DE
(230,229,222)
#E9E8E2
(233,232,226)
#ECEBE6
(236,235,230)
#EFEEEA
(239,238,234)
#F2F1EE
(242,241,238)
#F5F4F2
(245,244,242)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD9CE color. Also use rgb(218,217,206) instead hex code.

Text Font Color

.myTextColor { color: #DAD9CE; }

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

This text font color is #DAD9CE.

Background Color

.myBgColor { background-color: #DAD9CE; }

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

This div background color is #DAD9CE.

Border color

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

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

This div border color is #DAD9CE.

Opacity

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

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

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

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

This text has shadow with #DAD9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD9CE.

Preview

Color preview on black background

This text has color #DAD9CE on black background.


Color preview on white background

This text has color #DAD9CE on white background.


Black color preview on #DAD9CE background

This text has black color on #DAD9CE background.


White color preview on #DAD9CE background

This text has white color on #DAD9CE background.


Related colors

Complementary color

Complementary color for #hex is #252631.


I love getcolorcode.com

Triadic colors

1 #CEDAD9 and #D9CEDA with #DAD9CE are triadic colors.

2 #CED9DA and #D9DACE with #DAD9CE are triadic colors.