COLOR #DAD8C1

HEX: #DAD8C1
RGB: (218,216,193)

Color info

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

RGB color model

#DAD8C1 color RGB value is (218,216,193).

  • red value is 218;
  • green value is 216;
  • blue value is 193.
RGB:
(218,216,193)
(85%,85%,76%)

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 193 of 255 = 76%

218
216
193

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

Portions of RGB colors in percentages

R + G + B =
218 + 216 + 193 = 627 (100%)
R 218 of 627 ~ 34.77%
G 216 of 627 ~ 34.45%
B 193 of 627 ~ 30.78%

%34.77
%34.45
%30.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 11.47%
  • 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
%0.92
%11.47
%14.51

Codes

Color #DAD8C1 in popluar color models

DAD8C1
RGB218216193
HSL55°25.25%80.59%
HSB/HSV55°11.47%85.49%
CMYK0.00%0.92%11.47%
14.51%

Color #DAD8C1 in popluar number systems.

HEXDAD8C1
Decimal218216193
Binary110110101101100011000001
Octal332330301

Shades and tints

Shades of #DAD8C1

#DAD8C1
(218,216,193)
#C7C5B0
(199,197,176)
#B4B29F
(180,178,159)
#A19F8E
(161,159,142)
#8E8C7D
(142,140,125)
#7B796C
(123,121,108)
#68665B
(104,102,91)
#55534A
(85,83,74)
#424039
(66,64,57)
#2F2D28
(47,45,40)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #DAD8C1

#DAD8C1
(218,216,193)
#DDDBC6
(221,219,198)
#E0DECB
(224,222,203)
#E3E1D0
(227,225,208)
#E6E4D5
(230,228,213)
#E9E7DA
(233,231,218)
#ECEADF
(236,234,223)
#EFEDE4
(239,237,228)
#F2F0E9
(242,240,233)
#F5F3EE
(245,243,238)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD8C1 color. Also use rgb(218,216,193) instead hex code.

Text Font Color

.myTextColor { color: #DAD8C1; }

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

This text font color is #DAD8C1.


Background Color

.myBgColor { background-color: #DAD8C1; }

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

This div background color is #DAD8C1.


Border color

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

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

This div border color is #DAD8C1.


Opacity

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

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

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

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

This text has shadow with #DAD8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD8C1 on black background.


Color preview on white background

This text has color #DAD8C1 on white background.



Black color preview on #DAD8C1 background

This text has black color on #DAD8C1 background.


White color preview on #DAD8C1 background

This text has white color on #DAD8C1 background.