COLOR #DAD9CC

HEX: #DAD9CC RGB: (218,217,204)

Color info

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

RGB color model

#DAD9CC color RGB value is (218,217,204).

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

RGB channels and saturation

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

218
217
204

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

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 204 = 639 (100%)
R 218 of 639 ~ 34.12%
G 217 of 639 ~ 33.96%
B 204 of 639 ~ 31.92'%

%34.12
%33.96
%31.92

CMYK color model

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

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

Codes

Color #DAD9CC in popluar color models

DA D9 CC
RGB 218 217 204
HSL 56° 15.91% 82.75%
HSB/HSV 56° 6.42% 85.49%
CMYK 0.00% 0.46% 6.42%
14.51%

Color #DAD9CC in popluar number systems.

HEX DA D9 CC
Decimal 218 217 204
Binary 11011010 11011001 11001100
Octal 332 331 314

Shades and tints

Shades of #DAD9CC

#DAD9CC
(218,217,204)
#C7C6BA
(199,198,186)
#B4B3A8
(180,179,168)
#A1A096
(161,160,150)
#8E8D84
(142,141,132)
#7B7A72
(123,122,114)
#686760
(104,103,96)
#55544E
(85,84,78)
#42413C
(66,65,60)
#2F2E2A
(47,46,42)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #DAD9CC

#DAD9CC
(218,217,204)
#DDDCD0
(221,220,208)
#E0DFD4
(224,223,212)
#E3E2D8
(227,226,216)
#E6E5DC
(230,229,220)
#E9E8E0
(233,232,224)
#ECEBE4
(236,235,228)
#EFEEE8
(239,238,232)
#F2F1EC
(242,241,236)
#F5F4F0
(245,244,240)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9CC; }

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

This text font color is #DAD9CC.

Background Color

.myBgColor { background-color: #DAD9CC; }

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

This div background color is #DAD9CC.

Border color

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

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

This div border color is #DAD9CC.

Opacity

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

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

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

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

This text has shadow with #DAD9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD9CC.

Preview

Color preview on black background

This text has color #DAD9CC on black background.


Color preview on white background

This text has color #DAD9CC on white background.


Black color preview on #DAD9CC background

This text has black color on #DAD9CC background.


White color preview on #DAD9CC background

This text has white color on #DAD9CC background.


Related colors

Complementary color

Complementary color for #hex is #252633.


I love getcolorcode.com

Triadic colors

1 #CCDAD9 and #D9CCDA with #DAD9CC are triadic colors.

2 #CCD9DA and #D9DACC with #DAD9CC are triadic colors.