COLOR #DAB0C5

HEX: #DAB0C5
RGB: (218,176,197)

Color info

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

RGB color model

#DAB0C5 color RGB value is (218,176,197).

  • red value is 218;
  • green value is 176;
  • blue value is 197.
RGB:
(218,176,197)
(85%,69%,77%)

RGB channels and saturation

R 218 of 255 = 85%
G 176 of 255 = 69%
B 197 of 255 = 77%

218
176
197

R + G + B ~ 77%. #DAB0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 176 + 197 = 591 (100%)
R 218 of 591 ~ 36.89%
G 176 of 591 ~ 29.78%
B 197 of 591 ~ 33.33%

%36.89
%29.78
%33.33

CMYK color model

#DAB0C5 color CMYK value is (0,19,10,15).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 9.63%
  • key color value is 14.51%
CMYK:
(0,19,10,15)
C0M19Y10K15 
(0%,19%,10%,15%)
(0.00/0.19/0.10/0.15)	

CMYK percentages

%0
%19.27
%9.63
%14.51

Codes

Color #DAB0C5 in popluar color models

DAB0C5
RGB218176197
HSL330°36.21%77.25%
HSB/HSV330°19.27%85.49%
CMYK0.00%19.27%9.63%
14.51%

Color #DAB0C5 in popluar number systems.

HEXDAB0C5
Decimal218176197
Binary110110101011000011000101
Octal332260305

Shades and tints

Shades of #DAB0C5

#DAB0C5
(218,176,197)
#C7A0B4
(199,160,180)
#B490A3
(180,144,163)
#A18092
(161,128,146)
#8E7081
(142,112,129)
#7B6070
(123,96,112)
#68505F
(104,80,95)
#55404E
(85,64,78)
#42303D
(66,48,61)
#2F202C
(47,32,44)
#1C101B
(28,16,27)
#000000
(0,0,0)

Tints of #DAB0C5

#DAB0C5
(218,176,197)
#DDB7CA
(221,183,202)
#E0BECF
(224,190,207)
#E3C5D4
(227,197,212)
#E6CCD9
(230,204,217)
#E9D3DE
(233,211,222)
#ECDAE3
(236,218,227)
#EFE1E8
(239,225,232)
#F2E8ED
(242,232,237)
#F5EFF2
(245,239,242)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB0C5 color. Also use rgb(218,176,197) instead hex code.

Text Font Color

.myTextColor { color: #DAB0C5; }

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

This text font color is #DAB0C5.


Background Color

.myBgColor { background-color: #DAB0C5; }

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

This div background color is #DAB0C5.


Border color

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

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

This div border color is #DAB0C5.


Opacity

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

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

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

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

This text has shadow with #DAB0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB0C5 on black background.


Color preview on white background

This text has color #DAB0C5 on white background.



Black color preview on #DAB0C5 background

This text has black color on #DAB0C5 background.


White color preview on #DAB0C5 background

This text has white color on #DAB0C5 background.