COLOR #DAD8D2

HEX: #DAD8D2
RGB: (218,216,210)

Color info

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

RGB color model

#DAD8D2 color RGB value is (218,216,210).

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

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 210 of 255 = 82%

218
216
210

R + G + B ~ 84%. #DAD8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 216 + 210 = 644 (100%)
R 218 of 644 ~ 33.85%
G 216 of 644 ~ 33.54%
B 210 of 644 ~ 32.61%

%33.85
%33.54
%32.61

CMYK color model

#DAD8D2 color CMYK value is (0,1,4,15).

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 3.67%
  • key color value is 14.51%
CMYK:
(0,1,4,15)
C0M1Y4K15 
(0%,1%,4%,15%)
(0.00/0.01/0.04/0.15)	

CMYK percentages

%0
%0.92
%3.67
%14.51

Codes

Color #DAD8D2 in popluar color models

DAD8D2
RGB218216210
HSL45°9.76%83.92%
HSB/HSV45°3.67%85.49%
CMYK0.00%0.92%3.67%
14.51%

Color #DAD8D2 in popluar number systems.

HEXDAD8D2
Decimal218216210
Binary110110101101100011010010
Octal332330322

Shades and tints

Shades of #DAD8D2

#DAD8D2
(218,216,210)
#C7C5BF
(199,197,191)
#B4B2AC
(180,178,172)
#A19F99
(161,159,153)
#8E8C86
(142,140,134)
#7B7973
(123,121,115)
#686660
(104,102,96)
#55534D
(85,83,77)
#42403A
(66,64,58)
#2F2D27
(47,45,39)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #DAD8D2

#DAD8D2
(218,216,210)
#DDDBD6
(221,219,214)
#E0DEDA
(224,222,218)
#E3E1DE
(227,225,222)
#E6E4E2
(230,228,226)
#E9E7E6
(233,231,230)
#ECEAEA
(236,234,234)
#EFEDEE
(239,237,238)
#F2F0F2
(242,240,242)
#F5F3F6
(245,243,246)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD8D2; }

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

This text font color is #DAD8D2.


Background Color

.myBgColor { background-color: #DAD8D2; }

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

This div background color is #DAD8D2.


Border color

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

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

This div border color is #DAD8D2.


Opacity

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

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

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

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

This text has shadow with #DAD8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD8D2 on black background.


Color preview on white background

This text has color #DAD8D2 on white background.



Black color preview on #DAD8D2 background

This text has black color on #DAD8D2 background.


White color preview on #DAD8D2 background

This text has white color on #DAD8D2 background.