COLOR #DAC0CA

HEX: #DAC0CA
RGB: (218,192,202)

Color info

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

RGB color model

#DAC0CA color RGB value is (218,192,202).

  • red value is 218;
  • green value is 192;
  • blue value is 202.
RGB:
(218,192,202)
(85%,75%,79%)

RGB channels and saturation

R 218 of 255 = 85%
G 192 of 255 = 75%
B 202 of 255 = 79%

218
192
202

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

Portions of RGB colors in percentages

R + G + B =
218 + 192 + 202 = 612 (100%)
R 218 of 612 ~ 35.62%
G 192 of 612 ~ 31.37%
B 202 of 612 ~ 33.01%

%35.62
%31.37
%33.01

CMYK color model

#DAC0CA color CMYK value is (0,12,7,15).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 7.34%
  • key color value is 14.51%
CMYK:
(0,12,7,15)
C0M12Y7K15 
(0%,12%,7%,15%)
(0.00/0.12/0.07/0.15)	

CMYK percentages

%0
%11.93
%7.34
%14.51

Codes

Color #DAC0CA in popluar color models

DAC0CA
RGB218192202
HSL337°26.00%80.39%
HSB/HSV337°11.93%85.49%
CMYK0.00%11.93%7.34%
14.51%

Color #DAC0CA in popluar number systems.

HEXDAC0CA
Decimal218192202
Binary110110101100000011001010
Octal332300312

Shades and tints

Shades of #DAC0CA

#DAC0CA
(218,192,202)
#C7AFB8
(199,175,184)
#B49EA6
(180,158,166)
#A18D94
(161,141,148)
#8E7C82
(142,124,130)
#7B6B70
(123,107,112)
#685A5E
(104,90,94)
#55494C
(85,73,76)
#42383A
(66,56,58)
#2F2728
(47,39,40)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #DAC0CA

#DAC0CA
(218,192,202)
#DDC5CE
(221,197,206)
#E0CAD2
(224,202,210)
#E3CFD6
(227,207,214)
#E6D4DA
(230,212,218)
#E9D9DE
(233,217,222)
#ECDEE2
(236,222,226)
#EFE3E6
(239,227,230)
#F2E8EA
(242,232,234)
#F5EDEE
(245,237,238)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC0CA; }

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

This text font color is #DAC0CA.


Background Color

.myBgColor { background-color: #DAC0CA; }

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

This div background color is #DAC0CA.


Border color

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

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

This div border color is #DAC0CA.


Opacity

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

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

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

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

This text has shadow with #DAC0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC0CA on black background.


Color preview on white background

This text has color #DAC0CA on white background.



Black color preview on #DAC0CA background

This text has black color on #DAC0CA background.


White color preview on #DAC0CA background

This text has white color on #DAC0CA background.