COLOR #DAB6CE

HEX: #DAB6CE
RGB: (218,182,206)

Color info

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

RGB color model

#DAB6CE color RGB value is (218,182,206).

  • red value is 218;
  • green value is 182;
  • blue value is 206.
RGB:
(218,182,206)
(85%,71%,81%)

RGB channels and saturation

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

218
182
206

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

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 206 = 606 (100%)
R 218 of 606 ~ 35.97%
G 182 of 606 ~ 30.03%
B 206 of 606 ~ 33.99%

%35.97
%30.03
%33.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.51%
  • 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.51
%5.5
%14.51

Codes

Color #DAB6CE in popluar color models

DAB6CE
RGB218182206
HSL320°32.73%78.43%
HSB/HSV320°16.51%85.49%
CMYK0.00%16.51%5.50%
14.51%

Color #DAB6CE in popluar number systems.

HEXDAB6CE
Decimal218182206
Binary110110101011011011001110
Octal332266316

Shades and tints

Shades of #DAB6CE

#DAB6CE
(218,182,206)
#C7A6BC
(199,166,188)
#B496AA
(180,150,170)
#A18698
(161,134,152)
#8E7686
(142,118,134)
#7B6674
(123,102,116)
#685662
(104,86,98)
#554650
(85,70,80)
#42363E
(66,54,62)
#2F262C
(47,38,44)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #DAB6CE

#DAB6CE
(218,182,206)
#DDBCD2
(221,188,210)
#E0C2D6
(224,194,214)
#E3C8DA
(227,200,218)
#E6CEDE
(230,206,222)
#E9D4E2
(233,212,226)
#ECDAE6
(236,218,230)
#EFE0EA
(239,224,234)
#F2E6EE
(242,230,238)
#F5ECF2
(245,236,242)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB6CE; }

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

This text font color is #DAB6CE.


Background Color

.myBgColor { background-color: #DAB6CE; }

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

This div background color is #DAB6CE.


Border color

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

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

This div border color is #DAB6CE.


Opacity

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

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

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

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

This text has shadow with #DAB6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6CE on black background.


Color preview on white background

This text has color #DAB6CE on white background.



Black color preview on #DAB6CE background

This text has black color on #DAB6CE background.


White color preview on #DAB6CE background

This text has white color on #DAB6CE background.