COLOR #DAD8D4

HEX: #DAD8D4
RGB: (218,216,212)

Color info

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

RGB color model

#DAD8D4 color RGB value is (218,216,212).

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

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 212 of 255 = 83%

218
216
212

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

Portions of RGB colors in percentages

R + G + B =
218 + 216 + 212 = 646 (100%)
R 218 of 646 ~ 33.75%
G 216 of 646 ~ 33.44%
B 212 of 646 ~ 32.82%

%33.75
%33.44
%32.82

CMYK color model

#DAD8D4 color CMYK value is (0,1,3,15).

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 2.75%
  • key color value is 14.51%
CMYK:
(0,1,3,15)
C0M1Y3K15 
(0%,1%,3%,15%)
(0.00/0.01/0.03/0.15)	

CMYK percentages

%0
%0.92
%2.75
%14.51

Codes

Color #DAD8D4 in popluar color models

DAD8D4
RGB218216212
HSL40°7.50%84.31%
HSB/HSV40°2.75%85.49%
CMYK0.00%0.92%2.75%
14.51%

Color #DAD8D4 in popluar number systems.

HEXDAD8D4
Decimal218216212
Binary110110101101100011010100
Octal332330324

Shades and tints

Shades of #DAD8D4

#DAD8D4
(218,216,212)
#C7C5C1
(199,197,193)
#B4B2AE
(180,178,174)
#A19F9B
(161,159,155)
#8E8C88
(142,140,136)
#7B7975
(123,121,117)
#686662
(104,102,98)
#55534F
(85,83,79)
#42403C
(66,64,60)
#2F2D29
(47,45,41)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #DAD8D4

#DAD8D4
(218,216,212)
#DDDBD7
(221,219,215)
#E0DEDA
(224,222,218)
#E3E1DD
(227,225,221)
#E6E4E0
(230,228,224)
#E9E7E3
(233,231,227)
#ECEAE6
(236,234,230)
#EFEDE9
(239,237,233)
#F2F0EC
(242,240,236)
#F5F3EF
(245,243,239)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD8D4; }

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

This text font color is #DAD8D4.


Background Color

.myBgColor { background-color: #DAD8D4; }

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

This div background color is #DAD8D4.


Border color

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

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

This div border color is #DAD8D4.


Opacity

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

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

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

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

This text has shadow with #DAD8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD8D4 on black background.


Color preview on white background

This text has color #DAD8D4 on white background.



Black color preview on #DAD8D4 background

This text has black color on #DAD8D4 background.


White color preview on #DAD8D4 background

This text has white color on #DAD8D4 background.