COLOR #DAD2C4

HEX: #DAD2C4 RGB: (218,210,196)

Color info

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

RGB color model

#DAD2C4 color RGB value is (218,210,196).

RGB: (218,210,196) (85%, 82%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 210 of 255 = 82%
B 196 of 255 = 77%

218
210
196

R + G + B ~ 81%. #DAD2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 210 + 196 = 624 (100%)
R 218 of 624 ~ 34.94%
G 210 of 624 ~ 33.65%
B 196 of 624 ~ 31.41'%

%34.94
%33.65
%31.41

CMYK color model

#DAD2C4 color CMYK value is (0,4,10,15).

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 10.09%
  • key color value is 14.51%

CMYK: (0,4,10,15)
C0M4Y10K15 (0%, 4%, 10%, 15%)
(0.00 / 0.04 / 0.10 / 0.15)

CMYK percentages

%0
%3.67
%10.09
%14.51

Codes

Color #DAD2C4 in popluar color models

DA D2 C4
RGB 218 210 196
HSL 38° 22.92% 81.18%
HSB/HSV 38° 10.09% 85.49%
CMYK 0.00% 3.67% 10.09%
14.51%

Color #DAD2C4 in popluar number systems.

HEX DA D2 C4
Decimal 218 210 196
Binary 11011010 11010010 11000100
Octal 332 322 304

Shades and tints

Shades of #DAD2C4

#DAD2C4
(218,210,196)
#C7BFB3
(199,191,179)
#B4ACA2
(180,172,162)
#A19991
(161,153,145)
#8E8680
(142,134,128)
#7B736F
(123,115,111)
#68605E
(104,96,94)
#554D4D
(85,77,77)
#423A3C
(66,58,60)
#2F272B
(47,39,43)
#1C141A
(28,20,26)
#000000
(0,0,0)

Tints of #DAD2C4

#DAD2C4
(218,210,196)
#DDD6C9
(221,214,201)
#E0DACE
(224,218,206)
#E3DED3
(227,222,211)
#E6E2D8
(230,226,216)
#E9E6DD
(233,230,221)
#ECEAE2
(236,234,226)
#EFEEE7
(239,238,231)
#F2F2EC
(242,242,236)
#F5F6F1
(245,246,241)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD2C4; }

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

This text font color is #DAD2C4.

Background Color

.myBgColor { background-color: #DAD2C4; }

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

This div background color is #DAD2C4.

Border color

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

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

This div border color is #DAD2C4.

Opacity

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

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

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

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

This text has shadow with #DAD2C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD2C4.

Preview

Color preview on black background

This text has color #DAD2C4 on black background.


Color preview on white background

This text has color #DAD2C4 on white background.


Black color preview on #DAD2C4 background

This text has black color on #DAD2C4 background.


White color preview on #DAD2C4 background

This text has white color on #DAD2C4 background.


Related colors

Complementary color

Complementary color for #hex is #252D3B.


I love getcolorcode.com

Triadic colors

1 #C4DAD2 and #D2C4DA with #DAD2C4 are triadic colors.

2 #C4D2DA and #D2DAC4 with #DAD2C4 are triadic colors.