COLOR #DAB7CC

HEX: #DAB7CC
RGB: (218,183,204)

Color info

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

RGB color model

#DAB7CC color RGB value is (218,183,204).

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

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 204 of 255 = 80%

218
183
204

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

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 204 = 605 (100%)
R 218 of 605 ~ 36.03%
G 183 of 605 ~ 30.25%
B 204 of 605 ~ 33.72%

%36.03
%30.25
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 6.42%
  • 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
%16.06
%6.42
%14.51

Codes

Color #DAB7CC in popluar color models

DAB7CC
RGB218183204
HSL324°32.11%78.63%
HSB/HSV324°16.06%85.49%
CMYK0.00%16.06%6.42%
14.51%

Color #DAB7CC in popluar number systems.

HEXDAB7CC
Decimal218183204
Binary110110101011011111001100
Octal332267314

Shades and tints

Shades of #DAB7CC

#DAB7CC
(218,183,204)
#C7A7BA
(199,167,186)
#B497A8
(180,151,168)
#A18796
(161,135,150)
#8E7784
(142,119,132)
#7B6772
(123,103,114)
#685760
(104,87,96)
#55474E
(85,71,78)
#42373C
(66,55,60)
#2F272A
(47,39,42)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #DAB7CC

#DAB7CC
(218,183,204)
#DDBDD0
(221,189,208)
#E0C3D4
(224,195,212)
#E3C9D8
(227,201,216)
#E6CFDC
(230,207,220)
#E9D5E0
(233,213,224)
#ECDBE4
(236,219,228)
#EFE1E8
(239,225,232)
#F2E7EC
(242,231,236)
#F5EDF0
(245,237,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB7CC; }

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

This text font color is #DAB7CC.


Background Color

.myBgColor { background-color: #DAB7CC; }

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

This div background color is #DAB7CC.


Border color

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

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

This div border color is #DAB7CC.


Opacity

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

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

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

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

This text has shadow with #DAB7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB7CC on black background.


Color preview on white background

This text has color #DAB7CC on white background.



Black color preview on #DAB7CC background

This text has black color on #DAB7CC background.


White color preview on #DAB7CC background

This text has white color on #DAB7CC background.