COLOR #DAB5CE

HEX: #DAB5CE RGB: (218,181,206)

Color info

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

RGB color model

#DAB5CE color RGB value is (218,181,206).

RGB: (218,181,206) (85%, 71%, 81%)

RGB channels and saturation

R 218 of 255 = 85%
G 181 of 255 = 71%
B 206 of 255 = 81%

218
181
206

R + G + B ~ 79%. #DAB5CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 181 + 206 = 605 (100%)
R 218 of 605 ~ 36.03%
G 181 of 605 ~ 29.92%
B 206 of 605 ~ 34.05'%

%36.03
%29.92
%34.05

CMYK color model

#DAB5CE color CMYK value is (0,17,6,15).

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

CMYK: (0,17,6,15)
C0M17Y6K15 (0%, 17%, 6%, 15%)
(0.00 / 0.17 / 0.06 / 0.15)

CMYK percentages

%0
%16.97
%5.5
%14.51

Codes

Color #DAB5CE in popluar color models

DA B5 CE
RGB 218 181 206
HSL 319° 33.33% 78.24%
HSB/HSV 319° 16.97% 85.49%
CMYK 0.00% 16.97% 5.50%
14.51%

Color #DAB5CE in popluar number systems.

HEX DA B5 CE
Decimal 218 181 206
Binary 11011010 10110101 11001110
Octal 332 265 316

Shades and tints

Shades of #DAB5CE

#DAB5CE
(218,181,206)
#C7A5BC
(199,165,188)
#B495AA
(180,149,170)
#A18598
(161,133,152)
#8E7586
(142,117,134)
#7B6574
(123,101,116)
#685562
(104,85,98)
#554550
(85,69,80)
#42353E
(66,53,62)
#2F252C
(47,37,44)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #DAB5CE

#DAB5CE
(218,181,206)
#DDBBD2
(221,187,210)
#E0C1D6
(224,193,214)
#E3C7DA
(227,199,218)
#E6CDDE
(230,205,222)
#E9D3E2
(233,211,226)
#ECD9E6
(236,217,230)
#EFDFEA
(239,223,234)
#F2E5EE
(242,229,238)
#F5EBF2
(245,235,242)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB5CE; }

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

This text font color is #DAB5CE.

Background Color

.myBgColor { background-color: #DAB5CE; }

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

This div background color is #DAB5CE.

Border color

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

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

This div border color is #DAB5CE.

Opacity

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

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

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

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

This text has shadow with #DAB5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB5CE.

Preview

Color preview on black background

This text has color #DAB5CE on black background.


Color preview on white background

This text has color #DAB5CE on white background.


Black color preview on #DAB5CE background

This text has black color on #DAB5CE background.


White color preview on #DAB5CE background

This text has white color on #DAB5CE background.


Related colors

Complementary color

Complementary color for #hex is #254A31.


I love getcolorcode.com

Triadic colors

1 #CEDAB5 and #B5CEDA with #DAB5CE are triadic colors.

2 #CEB5DA and #B5DACE with #DAB5CE are triadic colors.