COLOR #DAD2CC

HEX: #DAD2CC
RGB: (218,210,204)

Color info

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

RGB color model

#DAD2CC color RGB value is (218,210,204).

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

RGB channels and saturation

R 218 of 255 = 85%
G 210 of 255 = 82%
B 204 of 255 = 80%

218
210
204

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

Portions of RGB colors in percentages

R + G + B =
218 + 210 + 204 = 632 (100%)
R 218 of 632 ~ 34.49%
G 210 of 632 ~ 33.23%
B 204 of 632 ~ 32.28%

%34.49
%33.23
%32.28

CMYK color model

#DAD2CC color CMYK value is (0,4,6,15).

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 6.42%
  • key color value is 14.51%
CMYK:
(0,4,6,15)
C0M4Y6K15 
(0%,4%,6%,15%)
(0.00/0.04/0.06/0.15)	

CMYK percentages

%0
%3.67
%6.42
%14.51

Codes

Color #DAD2CC in popluar color models

DAD2CC
RGB218210204
HSL26°15.91%82.75%
HSB/HSV26°6.42%85.49%
CMYK0.00%3.67%6.42%
14.51%

Color #DAD2CC in popluar number systems.

HEXDAD2CC
Decimal218210204
Binary110110101101001011001100
Octal332322314

Shades and tints

Shades of #DAD2CC

#DAD2CC
(218,210,204)
#C7BFBA
(199,191,186)
#B4ACA8
(180,172,168)
#A19996
(161,153,150)
#8E8684
(142,134,132)
#7B7372
(123,115,114)
#686060
(104,96,96)
#554D4E
(85,77,78)
#423A3C
(66,58,60)
#2F272A
(47,39,42)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DAD2CC

#DAD2CC
(218,210,204)
#DDD6D0
(221,214,208)
#E0DAD4
(224,218,212)
#E3DED8
(227,222,216)
#E6E2DC
(230,226,220)
#E9E6E0
(233,230,224)
#ECEAE4
(236,234,228)
#EFEEE8
(239,238,232)
#F2F2EC
(242,242,236)
#F5F6F0
(245,246,240)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD2CC; }

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

This text font color is #DAD2CC.


Background Color

.myBgColor { background-color: #DAD2CC; }

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

This div background color is #DAD2CC.


Border color

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

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

This div border color is #DAD2CC.


Opacity

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

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

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

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

This text has shadow with #DAD2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD2CC on black background.


Color preview on white background

This text has color #DAD2CC on white background.



Black color preview on #DAD2CC background

This text has black color on #DAD2CC background.


White color preview on #DAD2CC background

This text has white color on #DAD2CC background.