COLOR #D0AEBC

HEX: #D0AEBC
RGB: (208,174,188)

Color info

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

RGB color model

#D0AEBC color RGB value is (208,174,188).

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

RGB channels and saturation

R 208 of 255 = 82%
G 174 of 255 = 68%
B 188 of 255 = 74%

208
174
188

R + G + B ~ 75%. #D0AEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 174 + 188 = 570 (100%)
R 208 of 570 ~ 36.49%
G 174 of 570 ~ 30.53%
B 188 of 570 ~ 32.98%

%36.49
%30.53
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.35%
  • yellow value is 9.62%
  • key color value is 18.43%
CMYK:
(0,16,10,18)
C0M16Y10K18 
(0%,16%,10%,18%)
(0.00/0.16/0.10/0.18)	

CMYK percentages

%0
%16.35
%9.62
%18.43

Codes

Color #D0AEBC in popluar color models

D0AEBC
RGB208174188
HSL335°26.56%74.90%
HSB/HSV335°16.35%81.57%
CMYK0.00%16.35%9.62%
18.43%

Color #D0AEBC in popluar number systems.

HEXD0AEBC
Decimal208174188
Binary110100001010111010111100
Octal320256274

Shades and tints

Shades of #D0AEBC

#D0AEBC
(208,174,188)
#BE9FAB
(190,159,171)
#AC909A
(172,144,154)
#9A8189
(154,129,137)
#887278
(136,114,120)
#766367
(118,99,103)
#645456
(100,84,86)
#524545
(82,69,69)
#403634
(64,54,52)
#2E2723
(46,39,35)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #D0AEBC

#D0AEBC
(208,174,188)
#D4B5C2
(212,181,194)
#D8BCC8
(216,188,200)
#DCC3CE
(220,195,206)
#E0CAD4
(224,202,212)
#E4D1DA
(228,209,218)
#E8D8E0
(232,216,224)
#ECDFE6
(236,223,230)
#F0E6EC
(240,230,236)
#F4EDF2
(244,237,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AEBC; }

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

This text font color is #D0AEBC.


Background Color

.myBgColor { background-color: #D0AEBC; }

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

This div background color is #D0AEBC.


Border color

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

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

This div border color is #D0AEBC.


Opacity

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

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

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

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

This text has shadow with #D0AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AEBC on black background.


Color preview on white background

This text has color #D0AEBC on white background.



Black color preview on #D0AEBC background

This text has black color on #D0AEBC background.


White color preview on #D0AEBC background

This text has white color on #D0AEBC background.