COLOR #DAD7CE

HEX: #DAD7CE RGB: (218,215,206)

Color info

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

RGB color model

#DAD7CE color RGB value is (218,215,206).

RGB: (218,215,206) (85%, 84%, 81%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 206 of 255 = 81%

218
215
206

R + G + B ~ 83%. #DAD7CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 206 = 639 (100%)
R 218 of 639 ~ 34.12%
G 215 of 639 ~ 33.65%
B 206 of 639 ~ 32.24'%

%34.12
%33.65
%32.24

CMYK color model

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

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

CMYK: (0,1,6,15)
C0M1Y6K15 (0%, 1%, 6%, 15%)
(0.00 / 0.01 / 0.06 / 0.15)

CMYK percentages

%0
%1.38
%5.5
%14.51

Codes

Color #DAD7CE in popluar color models

DA D7 CE
RGB 218 215 206
HSL 45° 13.95% 83.14%
HSB/HSV 45° 5.50% 85.49%
CMYK 0.00% 1.38% 5.50%
14.51%

Color #DAD7CE in popluar number systems.

HEX DA D7 CE
Decimal 218 215 206
Binary 11011010 11010111 11001110
Octal 332 327 316

Shades and tints

Shades of #DAD7CE

#DAD7CE
(218,215,206)
#C7C4BC
(199,196,188)
#B4B1AA
(180,177,170)
#A19E98
(161,158,152)
#8E8B86
(142,139,134)
#7B7874
(123,120,116)
#686562
(104,101,98)
#555250
(85,82,80)
#423F3E
(66,63,62)
#2F2C2C
(47,44,44)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #DAD7CE

#DAD7CE
(218,215,206)
#DDDAD2
(221,218,210)
#E0DDD6
(224,221,214)
#E3E0DA
(227,224,218)
#E6E3DE
(230,227,222)
#E9E6E2
(233,230,226)
#ECE9E6
(236,233,230)
#EFECEA
(239,236,234)
#F2EFEE
(242,239,238)
#F5F2F2
(245,242,242)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7CE; }

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

This text font color is #DAD7CE.

Background Color

.myBgColor { background-color: #DAD7CE; }

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

This div background color is #DAD7CE.

Border color

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

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

This div border color is #DAD7CE.

Opacity

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

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

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

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

This text has shadow with #DAD7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD7CE.

Preview

Color preview on black background

This text has color #DAD7CE on black background.


Color preview on white background

This text has color #DAD7CE on white background.


Black color preview on #DAD7CE background

This text has black color on #DAD7CE background.


White color preview on #DAD7CE background

This text has white color on #DAD7CE background.


Related colors

Complementary color

Complementary color for #hex is #252831.


I love getcolorcode.com

Triadic colors

1 #CEDAD7 and #D7CEDA with #DAD7CE are triadic colors.

2 #CED7DA and #D7DACE with #DAD7CE are triadic colors.