COLOR #DAD4D2

HEX: #DAD4D2
RGB: (218,212,210)

Color info

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

RGB color model

#DAD4D2 color RGB value is (218,212,210).

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

RGB channels and saturation

R 218 of 255 = 85%
G 212 of 255 = 83%
B 210 of 255 = 82%

218
212
210

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

Portions of RGB colors in percentages

R + G + B =
218 + 212 + 210 = 640 (100%)
R 218 of 640 ~ 34.06%
G 212 of 640 ~ 33.13%
B 210 of 640 ~ 32.81%

%34.06
%33.13
%32.81

CMYK color model

#DAD4D2 color CMYK value is (0,3,4,15).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 3.67%
  • key color value is 14.51%
CMYK:
(0,3,4,15)
C0M3Y4K15 
(0%,3%,4%,15%)
(0.00/0.03/0.04/0.15)	

CMYK percentages

%0
%2.75
%3.67
%14.51

Codes

Color #DAD4D2 in popluar color models

DAD4D2
RGB218212210
HSL15°9.76%83.92%
HSB/HSV15°3.67%85.49%
CMYK0.00%2.75%3.67%
14.51%

Color #DAD4D2 in popluar number systems.

HEXDAD4D2
Decimal218212210
Binary110110101101010011010010
Octal332324322

Shades and tints

Shades of #DAD4D2

#DAD4D2
(218,212,210)
#C7C1BF
(199,193,191)
#B4AEAC
(180,174,172)
#A19B99
(161,155,153)
#8E8886
(142,136,134)
#7B7573
(123,117,115)
#686260
(104,98,96)
#554F4D
(85,79,77)
#423C3A
(66,60,58)
#2F2927
(47,41,39)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DAD4D2

#DAD4D2
(218,212,210)
#DDD7D6
(221,215,214)
#E0DADA
(224,218,218)
#E3DDDE
(227,221,222)
#E6E0E2
(230,224,226)
#E9E3E6
(233,227,230)
#ECE6EA
(236,230,234)
#EFE9EE
(239,233,238)
#F2ECF2
(242,236,242)
#F5EFF6
(245,239,246)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD4D2; }

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

This text font color is #DAD4D2.


Background Color

.myBgColor { background-color: #DAD4D2; }

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

This div background color is #DAD4D2.


Border color

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

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

This div border color is #DAD4D2.


Opacity

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

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

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

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

This text has shadow with #DAD4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD4D2 on black background.


Color preview on white background

This text has color #DAD4D2 on white background.



Black color preview on #DAD4D2 background

This text has black color on #DAD4D2 background.


White color preview on #DAD4D2 background

This text has white color on #DAD4D2 background.