COLOR #DAB5CA

HEX: #DAB5CA RGB: (218,181,202)

Color info

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

RGB color model

#DAB5CA color RGB value is (218,181,202).

RGB: (218,181,202) (85%, 71%, 79%)

RGB channels and saturation

R 218 of 255 = 85%
G 181 of 255 = 71%
B 202 of 255 = 79%

218
181
202

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

Portions of RGB colors in percentages

R + G + B = 218 + 181 + 202 = 601 (100%)
R 218 of 601 ~ 36.27%
G 181 of 601 ~ 30.12%
B 202 of 601 ~ 33.61'%

%36.27
%30.12
%33.61

CMYK color model

#DAB5CA color CMYK value is (0,17,7,15).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 7.34%
  • key color value is 14.51%

CMYK: (0,17,7,15)
C0M17Y7K15 (0%, 17%, 7%, 15%)
(0.00 / 0.17 / 0.07 / 0.15)

CMYK percentages

%0
%16.97
%7.34
%14.51

Codes

Color #DAB5CA in popluar color models

DA B5 CA
RGB 218 181 202
HSL 326° 33.33% 78.24%
HSB/HSV 326° 16.97% 85.49%
CMYK 0.00% 16.97% 7.34%
14.51%

Color #DAB5CA in popluar number systems.

HEX DA B5 CA
Decimal 218 181 202
Binary 11011010 10110101 11001010
Octal 332 265 312

Shades and tints

Shades of #DAB5CA

#DAB5CA
(218,181,202)
#C7A5B8
(199,165,184)
#B495A6
(180,149,166)
#A18594
(161,133,148)
#8E7582
(142,117,130)
#7B6570
(123,101,112)
#68555E
(104,85,94)
#55454C
(85,69,76)
#42353A
(66,53,58)
#2F2528
(47,37,40)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #DAB5CA

#DAB5CA
(218,181,202)
#DDBBCE
(221,187,206)
#E0C1D2
(224,193,210)
#E3C7D6
(227,199,214)
#E6CDDA
(230,205,218)
#E9D3DE
(233,211,222)
#ECD9E2
(236,217,226)
#EFDFE6
(239,223,230)
#F2E5EA
(242,229,234)
#F5EBEE
(245,235,238)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB5CA; }

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

This text font color is #DAB5CA.

Background Color

.myBgColor { background-color: #DAB5CA; }

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

This div background color is #DAB5CA.

Border color

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

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

This div border color is #DAB5CA.

Opacity

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

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

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

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

This text has shadow with #DAB5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB5CA.

Preview

Color preview on black background

This text has color #DAB5CA on black background.


Color preview on white background

This text has color #DAB5CA on white background.


Black color preview on #DAB5CA background

This text has black color on #DAB5CA background.


White color preview on #DAB5CA background

This text has white color on #DAB5CA background.


Related colors

Complementary color

Complementary color for #hex is #254A35.


I love getcolorcode.com

Triadic colors

1 #CADAB5 and #B5CADA with #DAB5CA are triadic colors.

2 #CAB5DA and #B5DACA with #DAB5CA are triadic colors.