COLOR #DAD5CB

HEX: #DAD5CB
RGB: (218,213,203)

Color info

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

RGB color model

#DAD5CB color RGB value is (218,213,203).

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

RGB channels and saturation

R 218 of 255 = 85%
G 213 of 255 = 84%
B 203 of 255 = 80%

218
213
203

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

Portions of RGB colors in percentages

R + G + B =
218 + 213 + 203 = 634 (100%)
R 218 of 634 ~ 34.38%
G 213 of 634 ~ 33.6%
B 203 of 634 ~ 32.02%

%34.38
%33.6
%32.02

CMYK color model

#DAD5CB color CMYK value is (0,2,7,15).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 6.88%
  • key color value is 14.51%
CMYK:
(0,2,7,15)
C0M2Y7K15 
(0%,2%,7%,15%)
(0.00/0.02/0.07/0.15)	

CMYK percentages

%0
%2.29
%6.88
%14.51

Codes

Color #DAD5CB in popluar color models

DAD5CB
RGB218213203
HSL40°16.85%82.55%
HSB/HSV40°6.88%85.49%
CMYK0.00%2.29%6.88%
14.51%

Color #DAD5CB in popluar number systems.

HEXDAD5CB
Decimal218213203
Binary110110101101010111001011
Octal332325313

Shades and tints

Shades of #DAD5CB

#DAD5CB
(218,213,203)
#C7C2B9
(199,194,185)
#B4AFA7
(180,175,167)
#A19C95
(161,156,149)
#8E8983
(142,137,131)
#7B7671
(123,118,113)
#68635F
(104,99,95)
#55504D
(85,80,77)
#423D3B
(66,61,59)
#2F2A29
(47,42,41)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #DAD5CB

#DAD5CB
(218,213,203)
#DDD8CF
(221,216,207)
#E0DBD3
(224,219,211)
#E3DED7
(227,222,215)
#E6E1DB
(230,225,219)
#E9E4DF
(233,228,223)
#ECE7E3
(236,231,227)
#EFEAE7
(239,234,231)
#F2EDEB
(242,237,235)
#F5F0EF
(245,240,239)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD5CB; }

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

This text font color is #DAD5CB.


Background Color

.myBgColor { background-color: #DAD5CB; }

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

This div background color is #DAD5CB.


Border color

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

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

This div border color is #DAD5CB.


Opacity

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

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

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

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

This text has shadow with #DAD5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD5CB on black background.


Color preview on white background

This text has color #DAD5CB on white background.



Black color preview on #DAD5CB background

This text has black color on #DAD5CB background.


White color preview on #DAD5CB background

This text has white color on #DAD5CB background.