COLOR #DAD7C2

HEX: #DAD7C2
RGB: (218,215,194)

Color info

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

RGB color model

#DAD7C2 color RGB value is (218,215,194).

  • red value is 218;
  • green value is 215;
  • blue value is 194.
RGB:
(218,215,194)
(85%,84%,76%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 194 of 255 = 76%

218
215
194

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

Portions of RGB colors in percentages

R + G + B =
218 + 215 + 194 = 627 (100%)
R 218 of 627 ~ 34.77%
G 215 of 627 ~ 34.29%
B 194 of 627 ~ 30.94%

%34.77
%34.29
%30.94

CMYK color model

#DAD7C2 color CMYK value is (0,1,11,15).

  • cyan value is 0.00%
  • magenta value is 1.38%
  • yellow value is 11.01%
  • key color value is 14.51%
CMYK:
(0,1,11,15)
C0M1Y11K15 
(0%,1%,11%,15%)
(0.00/0.01/0.11/0.15)	

CMYK percentages

%0
%1.38
%11.01
%14.51

Codes

Color #DAD7C2 in popluar color models

DAD7C2
RGB218215194
HSL53°24.49%80.78%
HSB/HSV53°11.01%85.49%
CMYK0.00%1.38%11.01%
14.51%

Color #DAD7C2 in popluar number systems.

HEXDAD7C2
Decimal218215194
Binary110110101101011111000010
Octal332327302

Shades and tints

Shades of #DAD7C2

#DAD7C2
(218,215,194)
#C7C4B1
(199,196,177)
#B4B1A0
(180,177,160)
#A19E8F
(161,158,143)
#8E8B7E
(142,139,126)
#7B786D
(123,120,109)
#68655C
(104,101,92)
#55524B
(85,82,75)
#423F3A
(66,63,58)
#2F2C29
(47,44,41)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DAD7C2

#DAD7C2
(218,215,194)
#DDDAC7
(221,218,199)
#E0DDCC
(224,221,204)
#E3E0D1
(227,224,209)
#E6E3D6
(230,227,214)
#E9E6DB
(233,230,219)
#ECE9E0
(236,233,224)
#EFECE5
(239,236,229)
#F2EFEA
(242,239,234)
#F5F2EF
(245,242,239)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD7C2 color. Also use rgb(218,215,194) instead hex code.

Text Font Color

.myTextColor { color: #DAD7C2; }

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

This text font color is #DAD7C2.


Background Color

.myBgColor { background-color: #DAD7C2; }

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

This div background color is #DAD7C2.


Border color

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

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

This div border color is #DAD7C2.


Opacity

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

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

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

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

This text has shadow with #DAD7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD7C2 on black background.


Color preview on white background

This text has color #DAD7C2 on white background.



Black color preview on #DAD7C2 background

This text has black color on #DAD7C2 background.


White color preview on #DAD7C2 background

This text has white color on #DAD7C2 background.