COLOR #DAD9C4

HEX: #DAD9C4
RGB: (218,217,196)

Color info

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

RGB color model

#DAD9C4 color RGB value is (218,217,196).

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

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 196 of 255 = 77%

218
217
196

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

Portions of RGB colors in percentages

R + G + B =
218 + 217 + 196 = 631 (100%)
R 218 of 631 ~ 34.55%
G 217 of 631 ~ 34.39%
B 196 of 631 ~ 31.06%

%34.55
%34.39
%31.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 10.09%
  • key color value is 14.51%
CMYK:
(0,0,10,15)
C0M0Y10K15 
(0%,0%,10%,15%)
(0.00/0.00/0.10/0.15)	

CMYK percentages

%0
%0.46
%10.09
%14.51

Codes

Color #DAD9C4 in popluar color models

DAD9C4
RGB218217196
HSL57°22.92%81.18%
HSB/HSV57°10.09%85.49%
CMYK0.00%0.46%10.09%
14.51%

Color #DAD9C4 in popluar number systems.

HEXDAD9C4
Decimal218217196
Binary110110101101100111000100
Octal332331304

Shades and tints

Shades of #DAD9C4

#DAD9C4
(218,217,196)
#C7C6B3
(199,198,179)
#B4B3A2
(180,179,162)
#A1A091
(161,160,145)
#8E8D80
(142,141,128)
#7B7A6F
(123,122,111)
#68675E
(104,103,94)
#55544D
(85,84,77)
#42413C
(66,65,60)
#2F2E2B
(47,46,43)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #DAD9C4

#DAD9C4
(218,217,196)
#DDDCC9
(221,220,201)
#E0DFCE
(224,223,206)
#E3E2D3
(227,226,211)
#E6E5D8
(230,229,216)
#E9E8DD
(233,232,221)
#ECEBE2
(236,235,226)
#EFEEE7
(239,238,231)
#F2F1EC
(242,241,236)
#F5F4F1
(245,244,241)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9C4; }

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

This text font color is #DAD9C4.


Background Color

.myBgColor { background-color: #DAD9C4; }

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

This div background color is #DAD9C4.


Border color

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

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

This div border color is #DAD9C4.


Opacity

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

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

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

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

This text has shadow with #DAD9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD9C4 on black background.


Color preview on white background

This text has color #DAD9C4 on white background.



Black color preview on #DAD9C4 background

This text has black color on #DAD9C4 background.


White color preview on #DAD9C4 background

This text has white color on #DAD9C4 background.