COLOR #DABDCC

HEX: #DABDCC
RGB: (218,189,204)

Color info

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

RGB color model

#DABDCC color RGB value is (218,189,204).

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

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 204 of 255 = 80%

218
189
204

R + G + B ~ 80%. #DABDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 189 + 204 = 611 (100%)
R 218 of 611 ~ 35.68%
G 189 of 611 ~ 30.93%
B 204 of 611 ~ 33.39%

%35.68
%30.93
%33.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 6.42%
  • key color value is 14.51%
CMYK:
(0,13,6,15)
C0M13Y6K15 
(0%,13%,6%,15%)
(0.00/0.13/0.06/0.15)	

CMYK percentages

%0
%13.3
%6.42
%14.51

Codes

Color #DABDCC in popluar color models

DABDCC
RGB218189204
HSL329°28.16%79.80%
HSB/HSV329°13.30%85.49%
CMYK0.00%13.30%6.42%
14.51%

Color #DABDCC in popluar number systems.

HEXDABDCC
Decimal218189204
Binary110110101011110111001100
Octal332275314

Shades and tints

Shades of #DABDCC

#DABDCC
(218,189,204)
#C7ACBA
(199,172,186)
#B49BA8
(180,155,168)
#A18A96
(161,138,150)
#8E7984
(142,121,132)
#7B6872
(123,104,114)
#685760
(104,87,96)
#55464E
(85,70,78)
#42353C
(66,53,60)
#2F242A
(47,36,42)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #DABDCC

#DABDCC
(218,189,204)
#DDC3D0
(221,195,208)
#E0C9D4
(224,201,212)
#E3CFD8
(227,207,216)
#E6D5DC
(230,213,220)
#E9DBE0
(233,219,224)
#ECE1E4
(236,225,228)
#EFE7E8
(239,231,232)
#F2EDEC
(242,237,236)
#F5F3F0
(245,243,240)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABDCC; }

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

This text font color is #DABDCC.


Background Color

.myBgColor { background-color: #DABDCC; }

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

This div background color is #DABDCC.


Border color

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

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

This div border color is #DABDCC.


Opacity

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

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

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

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

This text has shadow with #DABDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABDCC on black background.


Color preview on white background

This text has color #DABDCC on white background.



Black color preview on #DABDCC background

This text has black color on #DABDCC background.


White color preview on #DABDCC background

This text has white color on #DABDCC background.