COLOR #DAB2CB

HEX: #DAB2CB
RGB: (218,178,203)

Color info

#DAB2CB contains red, green and blue colors in about the same proportion. Web safe color of #DAB2CB is #CC99CC (or #C9C).

RGB color model

#DAB2CB color RGB value is (218,178,203).

  • red value is 218;
  • green value is 178;
  • blue value is 203.
RGB:
(218,178,203)
(85%,70%,80%)

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 203 of 255 = 80%

218
178
203

R + G + B ~ 78%. #DAB2CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 178 + 203 = 599 (100%)
R 218 of 599 ~ 36.39%
G 178 of 599 ~ 29.72%
B 203 of 599 ~ 33.89%

%36.39
%29.72
%33.89

CMYK color model

#DAB2CB color CMYK value is (0,18,7,15).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 6.88%
  • key color value is 14.51%
CMYK:
(0,18,7,15)
C0M18Y7K15 
(0%,18%,7%,15%)
(0.00/0.18/0.07/0.15)	

CMYK percentages

%0
%18.35
%6.88
%14.51

Codes

Color #DAB2CB in popluar color models

DAB2CB
RGB218178203
HSL323°35.09%77.65%
HSB/HSV323°18.35%85.49%
CMYK0.00%18.35%6.88%
14.51%

Color #DAB2CB in popluar number systems.

HEXDAB2CB
Decimal218178203
Binary110110101011001011001011
Octal332262313

Shades and tints

Shades of #DAB2CB

#DAB2CB
(218,178,203)
#C7A2B9
(199,162,185)
#B492A7
(180,146,167)
#A18295
(161,130,149)
#8E7283
(142,114,131)
#7B6271
(123,98,113)
#68525F
(104,82,95)
#55424D
(85,66,77)
#42323B
(66,50,59)
#2F2229
(47,34,41)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #DAB2CB

#DAB2CB
(218,178,203)
#DDB9CF
(221,185,207)
#E0C0D3
(224,192,211)
#E3C7D7
(227,199,215)
#E6CEDB
(230,206,219)
#E9D5DF
(233,213,223)
#ECDCE3
(236,220,227)
#EFE3E7
(239,227,231)
#F2EAEB
(242,234,235)
#F5F1EF
(245,241,239)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB2CB color. Also use rgb(218,178,203) instead hex code.

Text Font Color

.myTextColor { color: #DAB2CB; }

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

This text font color is #DAB2CB.


Background Color

.myBgColor { background-color: #DAB2CB; }

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

This div background color is #DAB2CB.


Border color

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

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

This div border color is #DAB2CB.


Opacity

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

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

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

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

This text has shadow with #DAB2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB2CB on black background.


Color preview on white background

This text has color #DAB2CB on white background.



Black color preview on #DAB2CB background

This text has black color on #DAB2CB background.


White color preview on #DAB2CB background

This text has white color on #DAB2CB background.