COLOR #DAD7C7

HEX: #DAD7C7
RGB: (218,215,199)

Color info

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

RGB color model

#DAD7C7 color RGB value is (218,215,199).

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

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 199 of 255 = 78%

218
215
199

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

Portions of RGB colors in percentages

R + G + B =
218 + 215 + 199 = 632 (100%)
R 218 of 632 ~ 34.49%
G 215 of 632 ~ 34.02%
B 199 of 632 ~ 31.49%

%34.49
%34.02
%31.49

CMYK color model

#DAD7C7 color CMYK value is (0,1,9,15).

  • cyan value is 0.00%
  • magenta value is 1.38%
  • yellow value is 8.72%
  • key color value is 14.51%
CMYK:
(0,1,9,15)
C0M1Y9K15 
(0%,1%,9%,15%)
(0.00/0.01/0.09/0.15)	

CMYK percentages

%0
%1.38
%8.72
%14.51

Codes

Color #DAD7C7 in popluar color models

DAD7C7
RGB218215199
HSL51°20.43%81.76%
HSB/HSV51°8.72%85.49%
CMYK0.00%1.38%8.72%
14.51%

Color #DAD7C7 in popluar number systems.

HEXDAD7C7
Decimal218215199
Binary110110101101011111000111
Octal332327307

Shades and tints

Shades of #DAD7C7

#DAD7C7
(218,215,199)
#C7C4B5
(199,196,181)
#B4B1A3
(180,177,163)
#A19E91
(161,158,145)
#8E8B7F
(142,139,127)
#7B786D
(123,120,109)
#68655B
(104,101,91)
#555249
(85,82,73)
#423F37
(66,63,55)
#2F2C25
(47,44,37)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #DAD7C7

#DAD7C7
(218,215,199)
#DDDACC
(221,218,204)
#E0DDD1
(224,221,209)
#E3E0D6
(227,224,214)
#E6E3DB
(230,227,219)
#E9E6E0
(233,230,224)
#ECE9E5
(236,233,229)
#EFECEA
(239,236,234)
#F2EFEF
(242,239,239)
#F5F2F4
(245,242,244)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7C7; }

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

This text font color is #DAD7C7.


Background Color

.myBgColor { background-color: #DAD7C7; }

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

This div background color is #DAD7C7.


Border color

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

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

This div border color is #DAD7C7.


Opacity

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

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

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

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

This text has shadow with #DAD7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD7C7 on black background.


Color preview on white background

This text has color #DAD7C7 on white background.



Black color preview on #DAD7C7 background

This text has black color on #DAD7C7 background.


White color preview on #DAD7C7 background

This text has white color on #DAD7C7 background.