COLOR #DAD8CC

HEX: #DAD8CC RGB: (218,216,204)

Color info

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

RGB color model

#DAD8CC color RGB value is (218,216,204).

RGB: (218,216,204) (85%, 85%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 204 of 255 = 80%

218
216
204

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

Portions of RGB colors in percentages

R + G + B = 218 + 216 + 204 = 638 (100%)
R 218 of 638 ~ 34.17%
G 216 of 638 ~ 33.86%
B 204 of 638 ~ 31.97'%

%34.17
%33.86
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 6.42%
  • 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
%0.92
%6.42
%14.51

Codes

Color #DAD8CC in popluar color models

DA D8 CC
RGB 218 216 204
HSL 51° 15.91% 82.75%
HSB/HSV 51° 6.42% 85.49%
CMYK 0.00% 0.92% 6.42%
14.51%

Color #DAD8CC in popluar number systems.

HEX DA D8 CC
Decimal 218 216 204
Binary 11011010 11011000 11001100
Octal 332 330 314

Shades and tints

Shades of #DAD8CC

#DAD8CC
(218,216,204)
#C7C5BA
(199,197,186)
#B4B2A8
(180,178,168)
#A19F96
(161,159,150)
#8E8C84
(142,140,132)
#7B7972
(123,121,114)
#686660
(104,102,96)
#55534E
(85,83,78)
#42403C
(66,64,60)
#2F2D2A
(47,45,42)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #DAD8CC

#DAD8CC
(218,216,204)
#DDDBD0
(221,219,208)
#E0DED4
(224,222,212)
#E3E1D8
(227,225,216)
#E6E4DC
(230,228,220)
#E9E7E0
(233,231,224)
#ECEAE4
(236,234,228)
#EFEDE8
(239,237,232)
#F2F0EC
(242,240,236)
#F5F3F0
(245,243,240)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD8CC color. Also use rgb(218,216,204) instead hex code.

Text Font Color

.myTextColor { color: #DAD8CC; }

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

This text font color is #DAD8CC.

Background Color

.myBgColor { background-color: #DAD8CC; }

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

This div background color is #DAD8CC.

Border color

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

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

This div border color is #DAD8CC.

Opacity

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

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

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

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

This text has shadow with #DAD8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD8CC.

Preview

Color preview on black background

This text has color #DAD8CC on black background.


Color preview on white background

This text has color #DAD8CC on white background.


Black color preview on #DAD8CC background

This text has black color on #DAD8CC background.


White color preview on #DAD8CC background

This text has white color on #DAD8CC background.


Related colors

Complementary color

Complementary color for #hex is #252733.


I love getcolorcode.com

Triadic colors

1 #CCDAD8 and #D8CCDA with #DAD8CC are triadic colors.

2 #CCD8DA and #D8DACC with #DAD8CC are triadic colors.