COLOR #DAB2CA

HEX: #DAB2CA
RGB: (218,178,202)

Color info

#DAB2CA contains red, green and blue colors in about the same proportion. Web safe color of #DAB2CA is #CC99CC (or #C9C).

RGB color model

#DAB2CA color RGB value is (218,178,202).

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

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 202 of 255 = 79%

218
178
202

R + G + B ~ 78%. #DAB2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 178 + 202 = 598 (100%)
R 218 of 598 ~ 36.45%
G 178 of 598 ~ 29.77%
B 202 of 598 ~ 33.78%

%36.45
%29.77
%33.78

CMYK color model

#DAB2CA color CMYK value is (0,18,7,15).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 7.34%
  • key color value is 14.51%
CMYK:
(0,18,7,15)
C0M18Y7K15 
(0%,18%,7%,15%)
(0.00/0.18/0.07/0.15)	

CMYK percentages

%0
%18.35
%7.34
%14.51

Codes

Color #DAB2CA in popluar color models

DAB2CA
RGB218178202
HSL324°35.09%77.65%
HSB/HSV324°18.35%85.49%
CMYK0.00%18.35%7.34%
14.51%

Color #DAB2CA in popluar number systems.

HEXDAB2CA
Decimal218178202
Binary110110101011001011001010
Octal332262312

Shades and tints

Shades of #DAB2CA

#DAB2CA
(218,178,202)
#C7A2B8
(199,162,184)
#B492A6
(180,146,166)
#A18294
(161,130,148)
#8E7282
(142,114,130)
#7B6270
(123,98,112)
#68525E
(104,82,94)
#55424C
(85,66,76)
#42323A
(66,50,58)
#2F2228
(47,34,40)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #DAB2CA

#DAB2CA
(218,178,202)
#DDB9CE
(221,185,206)
#E0C0D2
(224,192,210)
#E3C7D6
(227,199,214)
#E6CEDA
(230,206,218)
#E9D5DE
(233,213,222)
#ECDCE2
(236,220,226)
#EFE3E6
(239,227,230)
#F2EAEA
(242,234,234)
#F5F1EE
(245,241,238)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB2CA; }

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

This text font color is #DAB2CA.


Background Color

.myBgColor { background-color: #DAB2CA; }

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

This div background color is #DAB2CA.


Border color

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

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

This div border color is #DAB2CA.


Opacity

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

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

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

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

This text has shadow with #DAB2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB2CA on black background.


Color preview on white background

This text has color #DAB2CA on white background.



Black color preview on #DAB2CA background

This text has black color on #DAB2CA background.


White color preview on #DAB2CA background

This text has white color on #DAB2CA background.