COLOR #DAD5C4

HEX: #DAD5C4
RGB: (218,213,196)

Color info

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

RGB color model

#DAD5C4 color RGB value is (218,213,196).

  • red value is 218;
  • green value is 213;
  • blue value is 196.
RGB: (218,213,196) (85%,84%,77%)

RGB channels and saturation

R 218 of 255 = 85%
G 213 of 255 = 84%
B 196 of 255 = 77%

218
213
196

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

Portions of RGB colors in percentages

R + G + B =
218 + 213 + 196 = 627 (100%)
R 218 of 627 ~ 34.77%
G 213 of 627 ~ 33.97%
B 196 of 627 ~ 31.26%

%34.77
%33.97
%31.26

CMYK color model

#DAD5C4 color CMYK value is (0,2,10,15).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 10.09%
  • key color value is 14.51%
CMYK: (0,2,10,15) C0M2Y10K15 (0%,2%,10%,15%) (0.00/0.02/0.10/0.15)

CMYK percentages

%0
%2.29
%10.09
%14.51

Codes

Color #DAD5C4 in popluar color models

DAD5C4
RGB218213196
HSL46°22.92%81.18%
HSB/HSV46°10.09%85.49%
CMYK0.00%2.29%10.09%
14.51%

Color #DAD5C4 in popluar number systems.

HEXDAD5C4
Decimal218213196
Binary110110101101010111000100
Octal332325304

Shades and tints

Shades of #DAD5C4

#DAD5C4
(218,213,196)
#C7C2B3
(199,194,179)
#B4AFA2
(180,175,162)
#A19C91
(161,156,145)
#8E8980
(142,137,128)
#7B766F
(123,118,111)
#68635E
(104,99,94)
#55504D
(85,80,77)
#423D3C
(66,61,60)
#2F2A2B
(47,42,43)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #DAD5C4

#DAD5C4
(218,213,196)
#DDD8C9
(221,216,201)
#E0DBCE
(224,219,206)
#E3DED3
(227,222,211)
#E6E1D8
(230,225,216)
#E9E4DD
(233,228,221)
#ECE7E2
(236,231,226)
#EFEAE7
(239,234,231)
#F2EDEC
(242,237,236)
#F5F0F1
(245,240,241)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD5C4; }

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

This text font color is #DAD5C4.


Background Color

.myBgColor { background-color: #DAD5C4; }

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

This div background color is #DAD5C4.


Border color

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

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

This div border color is #DAD5C4.


Opacity

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

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

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

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

This text has shadow with #DAD5C4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DAD5C4 on black background.


Color preview on white background

This text has color #DAD5C4 on white background.



Black color preview on #DAD5C4 background

This text has black color on #DAD5C4 background.


White color preview on #DAD5C4 background

This text has white color on #DAD5C4 background.