COLOR #DAC5CC

HEX: #DAC5CC RGB: (218,197,204)

Color info

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

RGB color model

#DAC5CC color RGB value is (218,197,204).

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

RGB channels and saturation

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

218
197
204

R + G + B ~ 81%. #DAC5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 197 + 204 = 619 (100%)
R 218 of 619 ~ 35.22%
G 197 of 619 ~ 31.83%
B 204 of 619 ~ 32.96'%

%35.22
%31.83
%32.96

CMYK color model

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

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

CMYK: (0,10,6,15)
C0M10Y6K15 (0%, 10%, 6%, 15%)
(0.00 / 0.10 / 0.06 / 0.15)

CMYK percentages

%0
%9.63
%6.42
%14.51

Codes

Color #DAC5CC in popluar color models

DA C5 CC
RGB 218 197 204
HSL 340° 22.11% 81.37%
HSB/HSV 340° 9.63% 85.49%
CMYK 0.00% 9.63% 6.42%
14.51%

Color #DAC5CC in popluar number systems.

HEX DA C5 CC
Decimal 218 197 204
Binary 11011010 11000101 11001100
Octal 332 305 314

Shades and tints

Shades of #DAC5CC

#DAC5CC
(218,197,204)
#C7B4BA
(199,180,186)
#B4A3A8
(180,163,168)
#A19296
(161,146,150)
#8E8184
(142,129,132)
#7B7072
(123,112,114)
#685F60
(104,95,96)
#554E4E
(85,78,78)
#423D3C
(66,61,60)
#2F2C2A
(47,44,42)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #DAC5CC

#DAC5CC
(218,197,204)
#DDCAD0
(221,202,208)
#E0CFD4
(224,207,212)
#E3D4D8
(227,212,216)
#E6D9DC
(230,217,220)
#E9DEE0
(233,222,224)
#ECE3E4
(236,227,228)
#EFE8E8
(239,232,232)
#F2EDEC
(242,237,236)
#F5F2F0
(245,242,240)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5CC; }

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

This text font color is #DAC5CC.

Background Color

.myBgColor { background-color: #DAC5CC; }

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

This div background color is #DAC5CC.

Border color

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

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

This div border color is #DAC5CC.

Opacity

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

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

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

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

This text has shadow with #DAC5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC5CC.

Preview

Color preview on black background

This text has color #DAC5CC on black background.


Color preview on white background

This text has color #DAC5CC on white background.


Black color preview on #DAC5CC background

This text has black color on #DAC5CC background.


White color preview on #DAC5CC background

This text has white color on #DAC5CC background.


Related colors

Complementary color

Complementary color for #hex is #253A33.


I love getcolorcode.com

Triadic colors

1 #CCDAC5 and #C5CCDA with #DAC5CC are triadic colors.

2 #CCC5DA and #C5DACC with #DAC5CC are triadic colors.