COLOR #DAD3CC

HEX: #DAD3CC
RGB: (218,211,204)

Color info

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

RGB color model

#DAD3CC color RGB value is (218,211,204).

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

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 204 of 255 = 80%

218
211
204

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

Portions of RGB colors in percentages

R + G + B =
218 + 211 + 204 = 633 (100%)
R 218 of 633 ~ 34.44%
G 211 of 633 ~ 33.33%
B 204 of 633 ~ 32.23%

%34.44
%33.33
%32.23

CMYK color model

#DAD3CC color CMYK value is (0,3,6,15).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 6.42%
  • key color value is 14.51%
CMYK:
(0,3,6,15)
C0M3Y6K15 
(0%,3%,6%,15%)
(0.00/0.03/0.06/0.15)	

CMYK percentages

%0
%3.21
%6.42
%14.51

Codes

Color #DAD3CC in popluar color models

DAD3CC
RGB218211204
HSL30°15.91%82.75%
HSB/HSV30°6.42%85.49%
CMYK0.00%3.21%6.42%
14.51%

Color #DAD3CC in popluar number systems.

HEXDAD3CC
Decimal218211204
Binary110110101101001111001100
Octal332323314

Shades and tints

Shades of #DAD3CC

#DAD3CC
(218,211,204)
#C7C0BA
(199,192,186)
#B4ADA8
(180,173,168)
#A19A96
(161,154,150)
#8E8784
(142,135,132)
#7B7472
(123,116,114)
#686160
(104,97,96)
#554E4E
(85,78,78)
#423B3C
(66,59,60)
#2F282A
(47,40,42)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #DAD3CC

#DAD3CC
(218,211,204)
#DDD7D0
(221,215,208)
#E0DBD4
(224,219,212)
#E3DFD8
(227,223,216)
#E6E3DC
(230,227,220)
#E9E7E0
(233,231,224)
#ECEBE4
(236,235,228)
#EFEFE8
(239,239,232)
#F2F3EC
(242,243,236)
#F5F7F0
(245,247,240)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD3CC; }

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

This text font color is #DAD3CC.


Background Color

.myBgColor { background-color: #DAD3CC; }

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

This div background color is #DAD3CC.


Border color

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

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

This div border color is #DAD3CC.


Opacity

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

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

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

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

This text has shadow with #DAD3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD3CC on black background.


Color preview on white background

This text has color #DAD3CC on white background.



Black color preview on #DAD3CC background

This text has black color on #DAD3CC background.


White color preview on #DAD3CC background

This text has white color on #DAD3CC background.