COLOR #DAB9CC

HEX: #DAB9CC
RGB: (218,185,204)

Color info

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

RGB color model

#DAB9CC color RGB value is (218,185,204).

  • red value is 218;
  • green value is 185;
  • blue value is 204.
RGB:
(218,185,204)
(85%,73%,80%)

RGB channels and saturation

R 218 of 255 = 85%
G 185 of 255 = 73%
B 204 of 255 = 80%

218
185
204

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

Portions of RGB colors in percentages

R + G + B =
218 + 185 + 204 = 607 (100%)
R 218 of 607 ~ 35.91%
G 185 of 607 ~ 30.48%
B 204 of 607 ~ 33.61%

%35.91
%30.48
%33.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 6.42%
  • key color value is 14.51%
CMYK:
(0,15,6,15)
C0M15Y6K15 
(0%,15%,6%,15%)
(0.00/0.15/0.06/0.15)	

CMYK percentages

%0
%15.14
%6.42
%14.51

Codes

Color #DAB9CC in popluar color models

DAB9CC
RGB218185204
HSL325°30.84%79.02%
HSB/HSV325°15.14%85.49%
CMYK0.00%15.14%6.42%
14.51%

Color #DAB9CC in popluar number systems.

HEXDAB9CC
Decimal218185204
Binary110110101011100111001100
Octal332271314

Shades and tints

Shades of #DAB9CC

#DAB9CC
(218,185,204)
#C7A9BA
(199,169,186)
#B499A8
(180,153,168)
#A18996
(161,137,150)
#8E7984
(142,121,132)
#7B6972
(123,105,114)
#685960
(104,89,96)
#55494E
(85,73,78)
#42393C
(66,57,60)
#2F292A
(47,41,42)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DAB9CC

#DAB9CC
(218,185,204)
#DDBFD0
(221,191,208)
#E0C5D4
(224,197,212)
#E3CBD8
(227,203,216)
#E6D1DC
(230,209,220)
#E9D7E0
(233,215,224)
#ECDDE4
(236,221,228)
#EFE3E8
(239,227,232)
#F2E9EC
(242,233,236)
#F5EFF0
(245,239,240)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB9CC color. Also use rgb(218,185,204) instead hex code.

Text Font Color

.myTextColor { color: #DAB9CC; }

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

This text font color is #DAB9CC.


Background Color

.myBgColor { background-color: #DAB9CC; }

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

This div background color is #DAB9CC.


Border color

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

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

This div border color is #DAB9CC.


Opacity

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

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

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

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

This text has shadow with #DAB9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB9CC on black background.


Color preview on white background

This text has color #DAB9CC on white background.



Black color preview on #DAB9CC background

This text has black color on #DAB9CC background.


White color preview on #DAB9CC background

This text has white color on #DAB9CC background.