COLOR #DAB0CE

HEX: #DAB0CE RGB: (218,176,206)

Color info

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

RGB color model

#DAB0CE color RGB value is (218,176,206).

RGB: (218,176,206) (85%, 69%, 81%)

RGB channels and saturation

R 218 of 255 = 85%
G 176 of 255 = 69%
B 206 of 255 = 81%

218
176
206

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

Portions of RGB colors in percentages

R + G + B = 218 + 176 + 206 = 600 (100%)
R 218 of 600 ~ 36.33%
G 176 of 600 ~ 29.33%
B 206 of 600 ~ 34.33'%

%36.33
%29.33
%34.33

CMYK color model

#DAB0CE color CMYK value is (0,19,6,15).

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

CMYK: (0,19,6,15)
C0M19Y6K15 (0%, 19%, 6%, 15%)
(0.00 / 0.19 / 0.06 / 0.15)

CMYK percentages

%0
%19.27
%5.5
%14.51

Codes

Color #DAB0CE in popluar color models

DA B0 CE
RGB 218 176 206
HSL 317° 36.21% 77.25%
HSB/HSV 317° 19.27% 85.49%
CMYK 0.00% 19.27% 5.50%
14.51%

Color #DAB0CE in popluar number systems.

HEX DA B0 CE
Decimal 218 176 206
Binary 11011010 10110000 11001110
Octal 332 260 316

Shades and tints

Shades of #DAB0CE

#DAB0CE
(218,176,206)
#C7A0BC
(199,160,188)
#B490AA
(180,144,170)
#A18098
(161,128,152)
#8E7086
(142,112,134)
#7B6074
(123,96,116)
#685062
(104,80,98)
#554050
(85,64,80)
#42303E
(66,48,62)
#2F202C
(47,32,44)
#1C101A
(28,16,26)
#000000
(0,0,0)

Tints of #DAB0CE

#DAB0CE
(218,176,206)
#DDB7D2
(221,183,210)
#E0BED6
(224,190,214)
#E3C5DA
(227,197,218)
#E6CCDE
(230,204,222)
#E9D3E2
(233,211,226)
#ECDAE6
(236,218,230)
#EFE1EA
(239,225,234)
#F2E8EE
(242,232,238)
#F5EFF2
(245,239,242)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB0CE; }

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

This text font color is #DAB0CE.

Background Color

.myBgColor { background-color: #DAB0CE; }

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

This div background color is #DAB0CE.

Border color

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

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

This div border color is #DAB0CE.

Opacity

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

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

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

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

This text has shadow with #DAB0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB0CE.

Preview

Color preview on black background

This text has color #DAB0CE on black background.


Color preview on white background

This text has color #DAB0CE on white background.


Black color preview on #DAB0CE background

This text has black color on #DAB0CE background.


White color preview on #DAB0CE background

This text has white color on #DAB0CE background.


Related colors

Complementary color

Complementary color for #hex is #254F31.


I love getcolorcode.com

Triadic colors

1 #CEDAB0 and #B0CEDA with #DAB0CE are triadic colors.

2 #CEB0DA and #B0DACE with #DAB0CE are triadic colors.