COLOR #DAB8CE

HEX: #DAB8CE
RGB: (218,184,206)

Color info

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

RGB color model

#DAB8CE color RGB value is (218,184,206).

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

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 206 of 255 = 81%

218
184
206

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

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 206 = 608 (100%)
R 218 of 608 ~ 35.86%
G 184 of 608 ~ 30.26%
B 206 of 608 ~ 33.88%

%35.86
%30.26
%33.88

CMYK color model

#DAB8CE color CMYK value is (0,16,6,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(0,16,6,15)
C0M16Y6K15 
(0%,16%,6%,15%)
(0.00/0.16/0.06/0.15)	

CMYK percentages

%0
%15.6
%5.5
%14.51

Codes

Color #DAB8CE in popluar color models

DAB8CE
RGB218184206
HSL321°31.48%78.82%
HSB/HSV321°15.60%85.49%
CMYK0.00%15.60%5.50%
14.51%

Color #DAB8CE in popluar number systems.

HEXDAB8CE
Decimal218184206
Binary110110101011100011001110
Octal332270316

Shades and tints

Shades of #DAB8CE

#DAB8CE
(218,184,206)
#C7A8BC
(199,168,188)
#B498AA
(180,152,170)
#A18898
(161,136,152)
#8E7886
(142,120,134)
#7B6874
(123,104,116)
#685862
(104,88,98)
#554850
(85,72,80)
#42383E
(66,56,62)
#2F282C
(47,40,44)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #DAB8CE

#DAB8CE
(218,184,206)
#DDBED2
(221,190,210)
#E0C4D6
(224,196,214)
#E3CADA
(227,202,218)
#E6D0DE
(230,208,222)
#E9D6E2
(233,214,226)
#ECDCE6
(236,220,230)
#EFE2EA
(239,226,234)
#F2E8EE
(242,232,238)
#F5EEF2
(245,238,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8CE; }

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

This text font color is #DAB8CE.


Background Color

.myBgColor { background-color: #DAB8CE; }

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

This div background color is #DAB8CE.


Border color

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

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

This div border color is #DAB8CE.


Opacity

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

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

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

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

This text has shadow with #DAB8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8CE on black background.


Color preview on white background

This text has color #DAB8CE on white background.



Black color preview on #DAB8CE background

This text has black color on #DAB8CE background.


White color preview on #DAB8CE background

This text has white color on #DAB8CE background.