COLOR #DAD0CB

HEX: #DAD0CB
RGB: (218,208,203)

Color info

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

RGB color model

#DAD0CB color RGB value is (218,208,203).

  • red value is 218;
  • green value is 208;
  • blue value is 203.
RGB:
(218,208,203)
(85%,82%,80%)

RGB channels and saturation

R 218 of 255 = 85%
G 208 of 255 = 82%
B 203 of 255 = 80%

218
208
203

R + G + B ~ 82%. #DAD0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 208 + 203 = 629 (100%)
R 218 of 629 ~ 34.66%
G 208 of 629 ~ 33.07%
B 203 of 629 ~ 32.27%

%34.66
%33.07
%32.27

CMYK color model

#DAD0CB color CMYK value is (0,5,7,15).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 6.88%
  • key color value is 14.51%
CMYK:
(0,5,7,15)
C0M5Y7K15 
(0%,5%,7%,15%)
(0.00/0.05/0.07/0.15)	

CMYK percentages

%0
%4.59
%6.88
%14.51

Codes

Color #DAD0CB in popluar color models

DAD0CB
RGB218208203
HSL20°16.85%82.55%
HSB/HSV20°6.88%85.49%
CMYK0.00%4.59%6.88%
14.51%

Color #DAD0CB in popluar number systems.

HEXDAD0CB
Decimal218208203
Binary110110101101000011001011
Octal332320313

Shades and tints

Shades of #DAD0CB

#DAD0CB
(218,208,203)
#C7BEB9
(199,190,185)
#B4ACA7
(180,172,167)
#A19A95
(161,154,149)
#8E8883
(142,136,131)
#7B7671
(123,118,113)
#68645F
(104,100,95)
#55524D
(85,82,77)
#42403B
(66,64,59)
#2F2E29
(47,46,41)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #DAD0CB

#DAD0CB
(218,208,203)
#DDD4CF
(221,212,207)
#E0D8D3
(224,216,211)
#E3DCD7
(227,220,215)
#E6E0DB
(230,224,219)
#E9E4DF
(233,228,223)
#ECE8E3
(236,232,227)
#EFECE7
(239,236,231)
#F2F0EB
(242,240,235)
#F5F4EF
(245,244,239)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD0CB color. Also use rgb(218,208,203) instead hex code.

Text Font Color

.myTextColor { color: #DAD0CB; }

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

This text font color is #DAD0CB.


Background Color

.myBgColor { background-color: #DAD0CB; }

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

This div background color is #DAD0CB.


Border color

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

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

This div border color is #DAD0CB.


Opacity

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

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

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

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

This text has shadow with #DAD0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD0CB on black background.


Color preview on white background

This text has color #DAD0CB on white background.



Black color preview on #DAD0CB background

This text has black color on #DAD0CB background.


White color preview on #DAD0CB background

This text has white color on #DAD0CB background.