COLOR #D0ABAE

HEX: #D0ABAE
RGB: (208,171,174)

Color info

#D0ABAE contains red, green and blue colors in about the same proportion. Web safe color of #D0ABAE is #CC9999 (or #C99).

RGB color model

#D0ABAE color RGB value is (208,171,174).

  • red value is 208;
  • green value is 171;
  • blue value is 174.
RGB:
(208,171,174)
(82%,67%,68%)

RGB channels and saturation

R 208 of 255 = 82%
G 171 of 255 = 67%
B 174 of 255 = 68%

208
171
174

R + G + B ~ 72%. #D0ABAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 171 + 174 = 553 (100%)
R 208 of 553 ~ 37.61%
G 171 of 553 ~ 30.92%
B 174 of 553 ~ 31.46%

%37.61
%30.92
%31.46

CMYK color model

#D0ABAE color CMYK value is (0,18,16,18).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 16.35%
  • key color value is 18.43%
CMYK:
(0,18,16,18)
C0M18Y16K18 
(0%,18%,16%,18%)
(0.00/0.18/0.16/0.18)	

CMYK percentages

%0
%17.79
%16.35
%18.43

Codes

Color #D0ABAE in popluar color models

D0ABAE
RGB208171174
HSL355°28.24%74.31%
HSB/HSV355°17.79%81.57%
CMYK0.00%17.79%16.35%
18.43%

Color #D0ABAE in popluar number systems.

HEXD0ABAE
Decimal208171174
Binary110100001010101110101110
Octal320253256

Shades and tints

Shades of #D0ABAE

#D0ABAE
(208,171,174)
#BE9C9F
(190,156,159)
#AC8D90
(172,141,144)
#9A7E81
(154,126,129)
#886F72
(136,111,114)
#766063
(118,96,99)
#645154
(100,81,84)
#524245
(82,66,69)
#403336
(64,51,54)
#2E2427
(46,36,39)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #D0ABAE

#D0ABAE
(208,171,174)
#D4B2B5
(212,178,181)
#D8B9BC
(216,185,188)
#DCC0C3
(220,192,195)
#E0C7CA
(224,199,202)
#E4CED1
(228,206,209)
#E8D5D8
(232,213,216)
#ECDCDF
(236,220,223)
#F0E3E6
(240,227,230)
#F4EAED
(244,234,237)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0ABAE color. Also use rgb(208,171,174) instead hex code.

Text Font Color

.myTextColor { color: #D0ABAE; }

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

This text font color is #D0ABAE.


Background Color

.myBgColor { background-color: #D0ABAE; }

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

This div background color is #D0ABAE.


Border color

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

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

This div border color is #D0ABAE.


Opacity

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

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

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

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

This text has shadow with #D0ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ABAE on black background.


Color preview on white background

This text has color #D0ABAE on white background.



Black color preview on #D0ABAE background

This text has black color on #D0ABAE background.


White color preview on #D0ABAE background

This text has white color on #D0ABAE background.