COLOR #DAD2C5

HEX: #DAD2C5
RGB: (218,210,197)

Color info

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

RGB color model

#DAD2C5 color RGB value is (218,210,197).

  • red value is 218;
  • green value is 210;
  • blue value is 197.
RGB:
(218,210,197)
(85%,82%,77%)

RGB channels and saturation

R 218 of 255 = 85%
G 210 of 255 = 82%
B 197 of 255 = 77%

218
210
197

R + G + B ~ 81%. #DAD2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 210 + 197 = 625 (100%)
R 218 of 625 ~ 34.88%
G 210 of 625 ~ 33.6%
B 197 of 625 ~ 31.52%

%34.88
%33.6
%31.52

CMYK color model

#DAD2C5 color CMYK value is (0,4,10,15).

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 9.63%
  • key color value is 14.51%
CMYK:
(0,4,10,15)
C0M4Y10K15 
(0%,4%,10%,15%)
(0.00/0.04/0.10/0.15)	

CMYK percentages

%0
%3.67
%9.63
%14.51

Codes

Color #DAD2C5 in popluar color models

DAD2C5
RGB218210197
HSL37°22.11%81.37%
HSB/HSV37°9.63%85.49%
CMYK0.00%3.67%9.63%
14.51%

Color #DAD2C5 in popluar number systems.

HEXDAD2C5
Decimal218210197
Binary110110101101001011000101
Octal332322305

Shades and tints

Shades of #DAD2C5

#DAD2C5
(218,210,197)
#C7BFB4
(199,191,180)
#B4ACA3
(180,172,163)
#A19992
(161,153,146)
#8E8681
(142,134,129)
#7B7370
(123,115,112)
#68605F
(104,96,95)
#554D4E
(85,77,78)
#423A3D
(66,58,61)
#2F272C
(47,39,44)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #DAD2C5

#DAD2C5
(218,210,197)
#DDD6CA
(221,214,202)
#E0DACF
(224,218,207)
#E3DED4
(227,222,212)
#E6E2D9
(230,226,217)
#E9E6DE
(233,230,222)
#ECEAE3
(236,234,227)
#EFEEE8
(239,238,232)
#F2F2ED
(242,242,237)
#F5F6F2
(245,246,242)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD2C5 color. Also use rgb(218,210,197) instead hex code.

Text Font Color

.myTextColor { color: #DAD2C5; }

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

This text font color is #DAD2C5.


Background Color

.myBgColor { background-color: #DAD2C5; }

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

This div background color is #DAD2C5.


Border color

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

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

This div border color is #DAD2C5.


Opacity

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

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

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

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

This text has shadow with #DAD2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD2C5 on black background.


Color preview on white background

This text has color #DAD2C5 on white background.



Black color preview on #DAD2C5 background

This text has black color on #DAD2C5 background.


White color preview on #DAD2C5 background

This text has white color on #DAD2C5 background.