COLOR #DAC8C5

HEX: #DAC8C5 RGB: (218,200,197)

Color info

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

RGB color model

#DAC8C5 color RGB value is (218,200,197).

RGB: (218,200,197) (85%, 78%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 197 of 255 = 77%

218
200
197

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

Portions of RGB colors in percentages

R + G + B = 218 + 200 + 197 = 615 (100%)
R 218 of 615 ~ 35.45%
G 200 of 615 ~ 32.52%
B 197 of 615 ~ 32.03'%

%35.45
%32.52
%32.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 9.63%
  • key color value is 14.51%

CMYK: (0,8,10,15)
C0M8Y10K15 (0%, 8%, 10%, 15%)
(0.00 / 0.08 / 0.10 / 0.15)

CMYK percentages

%0
%8.26
%9.63
%14.51

Codes

Color #DAC8C5 in popluar color models

DA C8 C5
RGB 218 200 197
HSL 22.11% 81.37%
HSB/HSV 9.63% 85.49%
CMYK 0.00% 8.26% 9.63%
14.51%

Color #DAC8C5 in popluar number systems.

HEX DA C8 C5
Decimal 218 200 197
Binary 11011010 11001000 11000101
Octal 332 310 305

Shades and tints

Shades of #DAC8C5

#DAC8C5
(218,200,197)
#C7B6B4
(199,182,180)
#B4A4A3
(180,164,163)
#A19292
(161,146,146)
#8E8081
(142,128,129)
#7B6E70
(123,110,112)
#685C5F
(104,92,95)
#554A4E
(85,74,78)
#42383D
(66,56,61)
#2F262C
(47,38,44)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #DAC8C5

#DAC8C5
(218,200,197)
#DDCDCA
(221,205,202)
#E0D2CF
(224,210,207)
#E3D7D4
(227,215,212)
#E6DCD9
(230,220,217)
#E9E1DE
(233,225,222)
#ECE6E3
(236,230,227)
#EFEBE8
(239,235,232)
#F2F0ED
(242,240,237)
#F5F5F2
(245,245,242)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC8C5; }

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

This text font color is #DAC8C5.

Background Color

.myBgColor { background-color: #DAC8C5; }

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

This div background color is #DAC8C5.

Border color

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

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

This div border color is #DAC8C5.

Opacity

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

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

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

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

This text has shadow with #DAC8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC8C5.

Preview

Color preview on black background

This text has color #DAC8C5 on black background.


Color preview on white background

This text has color #DAC8C5 on white background.


Black color preview on #DAC8C5 background

This text has black color on #DAC8C5 background.


White color preview on #DAC8C5 background

This text has white color on #DAC8C5 background.


Related colors

Complementary color

Complementary color for #hex is #25373A.


I love getcolorcode.com

Triadic colors

1 #C5DAC8 and #C8C5DA with #DAC8C5 are triadic colors.

2 #C5C8DA and #C8DAC5 with #DAC8C5 are triadic colors.