COLOR #DAD4CA

HEX: #DAD4CA
RGB: (218,212,202)

Color info

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

RGB color model

#DAD4CA color RGB value is (218,212,202).

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

RGB channels and saturation

R 218 of 255 = 85%
G 212 of 255 = 83%
B 202 of 255 = 79%

218
212
202

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

Portions of RGB colors in percentages

R + G + B =
218 + 212 + 202 = 632 (100%)
R 218 of 632 ~ 34.49%
G 212 of 632 ~ 33.54%
B 202 of 632 ~ 31.96%

%34.49
%33.54
%31.96

CMYK color model

#DAD4CA color CMYK value is (0,3,7,15).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 7.34%
  • key color value is 14.51%
CMYK:
(0,3,7,15)
C0M3Y7K15 
(0%,3%,7%,15%)
(0.00/0.03/0.07/0.15)	

CMYK percentages

%0
%2.75
%7.34
%14.51

Codes

Color #DAD4CA in popluar color models

DAD4CA
RGB218212202
HSL38°17.78%82.35%
HSB/HSV38°7.34%85.49%
CMYK0.00%2.75%7.34%
14.51%

Color #DAD4CA in popluar number systems.

HEXDAD4CA
Decimal218212202
Binary110110101101010011001010
Octal332324312

Shades and tints

Shades of #DAD4CA

#DAD4CA
(218,212,202)
#C7C1B8
(199,193,184)
#B4AEA6
(180,174,166)
#A19B94
(161,155,148)
#8E8882
(142,136,130)
#7B7570
(123,117,112)
#68625E
(104,98,94)
#554F4C
(85,79,76)
#423C3A
(66,60,58)
#2F2928
(47,41,40)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #DAD4CA

#DAD4CA
(218,212,202)
#DDD7CE
(221,215,206)
#E0DAD2
(224,218,210)
#E3DDD6
(227,221,214)
#E6E0DA
(230,224,218)
#E9E3DE
(233,227,222)
#ECE6E2
(236,230,226)
#EFE9E6
(239,233,230)
#F2ECEA
(242,236,234)
#F5EFEE
(245,239,238)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD4CA; }

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

This text font color is #DAD4CA.


Background Color

.myBgColor { background-color: #DAD4CA; }

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

This div background color is #DAD4CA.


Border color

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

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

This div border color is #DAD4CA.


Opacity

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

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

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

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

This text has shadow with #DAD4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD4CA on black background.


Color preview on white background

This text has color #DAD4CA on white background.



Black color preview on #DAD4CA background

This text has black color on #DAD4CA background.


White color preview on #DAD4CA background

This text has white color on #DAD4CA background.