COLOR #DAD7CA

HEX: #DAD7CA RGB: (218,215,202)

Color info

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

RGB color model

#DAD7CA color RGB value is (218,215,202).

RGB: (218,215,202) (85%, 84%, 79%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 202 of 255 = 79%

218
215
202

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

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 202 = 635 (100%)
R 218 of 635 ~ 34.33%
G 215 of 635 ~ 33.86%
B 202 of 635 ~ 31.81'%

%34.33
%33.86
%31.81

CMYK color model

#DAD7CA color CMYK value is (0,1,7,15).

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

CMYK: (0,1,7,15)
C0M1Y7K15 (0%, 1%, 7%, 15%)
(0.00 / 0.01 / 0.07 / 0.15)

CMYK percentages

%0
%1.38
%7.34
%14.51

Codes

Color #DAD7CA in popluar color models

DA D7 CA
RGB 218 215 202
HSL 49° 17.78% 82.35%
HSB/HSV 49° 7.34% 85.49%
CMYK 0.00% 1.38% 7.34%
14.51%

Color #DAD7CA in popluar number systems.

HEX DA D7 CA
Decimal 218 215 202
Binary 11011010 11010111 11001010
Octal 332 327 312

Shades and tints

Shades of #DAD7CA

#DAD7CA
(218,215,202)
#C7C4B8
(199,196,184)
#B4B1A6
(180,177,166)
#A19E94
(161,158,148)
#8E8B82
(142,139,130)
#7B7870
(123,120,112)
#68655E
(104,101,94)
#55524C
(85,82,76)
#423F3A
(66,63,58)
#2F2C28
(47,44,40)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #DAD7CA

#DAD7CA
(218,215,202)
#DDDACE
(221,218,206)
#E0DDD2
(224,221,210)
#E3E0D6
(227,224,214)
#E6E3DA
(230,227,218)
#E9E6DE
(233,230,222)
#ECE9E2
(236,233,226)
#EFECE6
(239,236,230)
#F2EFEA
(242,239,234)
#F5F2EE
(245,242,238)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7CA; }

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

This text font color is #DAD7CA.

Background Color

.myBgColor { background-color: #DAD7CA; }

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

This div background color is #DAD7CA.

Border color

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

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

This div border color is #DAD7CA.

Opacity

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

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

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

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

This text has shadow with #DAD7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD7CA.

Preview

Color preview on black background

This text has color #DAD7CA on black background.


Color preview on white background

This text has color #DAD7CA on white background.


Black color preview on #DAD7CA background

This text has black color on #DAD7CA background.


White color preview on #DAD7CA background

This text has white color on #DAD7CA background.


Related colors

Complementary color

Complementary color for #hex is #252835.


I love getcolorcode.com

Triadic colors

1 #CADAD7 and #D7CADA with #DAD7CA are triadic colors.

2 #CAD7DA and #D7DACA with #DAD7CA are triadic colors.