COLOR #DAC5C4

HEX: #DAC5C4
RGB: (218,197,196)

Color info

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

RGB color model

#DAC5C4 color RGB value is (218,197,196).

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

RGB channels and saturation

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

218
197
196

R + G + B ~ 80%. #DAC5C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 196 = 611 (100%)
R 218 of 611 ~ 35.68%
G 197 of 611 ~ 32.24%
B 196 of 611 ~ 32.08%

%35.68
%32.24
%32.08

CMYK color model

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

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

CMYK percentages

%0
%9.63
%10.09
%14.51

Codes

Color #DAC5C4 in popluar color models

DAC5C4
RGB218197196
HSL22.92%81.18%
HSB/HSV10.09%85.49%
CMYK0.00%9.63%10.09%
14.51%

Color #DAC5C4 in popluar number systems.

HEXDAC5C4
Decimal218197196
Binary110110101100010111000100
Octal332305304

Shades and tints

Shades of #DAC5C4

#DAC5C4
(218,197,196)
#C7B4B3
(199,180,179)
#B4A3A2
(180,163,162)
#A19291
(161,146,145)
#8E8180
(142,129,128)
#7B706F
(123,112,111)
#685F5E
(104,95,94)
#554E4D
(85,78,77)
#423D3C
(66,61,60)
#2F2C2B
(47,44,43)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #DAC5C4

#DAC5C4
(218,197,196)
#DDCAC9
(221,202,201)
#E0CFCE
(224,207,206)
#E3D4D3
(227,212,211)
#E6D9D8
(230,217,216)
#E9DEDD
(233,222,221)
#ECE3E2
(236,227,226)
#EFE8E7
(239,232,231)
#F2EDEC
(242,237,236)
#F5F2F1
(245,242,241)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5C4; }

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

This text font color is #DAC5C4.


Background Color

.myBgColor { background-color: #DAC5C4; }

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

This div background color is #DAC5C4.


Border color

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

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

This div border color is #DAC5C4.


Opacity

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

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

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

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

This text has shadow with #DAC5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC5C4 on black background.


Color preview on white background

This text has color #DAC5C4 on white background.



Black color preview on #DAC5C4 background

This text has black color on #DAC5C4 background.


White color preview on #DAC5C4 background

This text has white color on #DAC5C4 background.