COLOR #DAC5C5

HEX: #DAC5C5 RGB: (218,197,197)

Color info

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

RGB color model

#DAC5C5 color RGB value is (218,197,197).

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

RGB channels and saturation

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

218
197
197

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

Portions of RGB colors in percentages

R + G + B = 218 + 197 + 197 = 612 (100%)
R 218 of 612 ~ 35.62%
G 197 of 612 ~ 32.19%
B 197 of 612 ~ 32.19'%

%35.62
%32.19
%32.19

CMYK color model

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

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

Codes

Color #DAC5C5 in popluar color models

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

Color #DAC5C5 in popluar number systems.

HEX DA C5 C5
Decimal 218 197 197
Binary 11011010 11000101 11000101
Octal 332 305 305

Shades and tints

Shades of #DAC5C5

#DAC5C5
(218,197,197)
#C7B4B4
(199,180,180)
#B4A3A3
(180,163,163)
#A19292
(161,146,146)
#8E8181
(142,129,129)
#7B7070
(123,112,112)
#685F5F
(104,95,95)
#554E4E
(85,78,78)
#423D3D
(66,61,61)
#2F2C2C
(47,44,44)
#1C1B1B
(28,27,27)
#000000
(0,0,0)

Tints of #DAC5C5

#DAC5C5
(218,197,197)
#DDCACA
(221,202,202)
#E0CFCF
(224,207,207)
#E3D4D4
(227,212,212)
#E6D9D9
(230,217,217)
#E9DEDE
(233,222,222)
#ECE3E3
(236,227,227)
#EFE8E8
(239,232,232)
#F2EDED
(242,237,237)
#F5F2F2
(245,242,242)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5C5; }

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

This text font color is #DAC5C5.

Background Color

.myBgColor { background-color: #DAC5C5; }

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

This div background color is #DAC5C5.

Border color

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

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

This div border color is #DAC5C5.

Opacity

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

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

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

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

This text has shadow with #DAC5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC5C5.

Preview

Color preview on black background

This text has color #DAC5C5 on black background.


Color preview on white background

This text has color #DAC5C5 on white background.


Black color preview on #DAC5C5 background

This text has black color on #DAC5C5 background.


White color preview on #DAC5C5 background

This text has white color on #DAC5C5 background.


Related colors

Complementary color

Complementary color for #hex is #253A3A.


I love getcolorcode.com