COLOR #D2AEBC

HEX: #D2AEBC
RGB: (210,174,188)

Color info

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

RGB color model

#D2AEBC color RGB value is (210,174,188).

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

RGB channels and saturation

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

210
174
188

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

Portions of RGB colors in percentages

R + G + B =
210 + 174 + 188 = 572 (100%)
R 210 of 572 ~ 36.71%
G 174 of 572 ~ 30.42%
B 188 of 572 ~ 32.87%

%36.71
%30.42
%32.87

CMYK color model

#D2AEBC color CMYK value is (0,17,10,18).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 10.48%
  • key color value is 17.65%
CMYK:
(0,17,10,18)
C0M17Y10K18 
(0%,17%,10%,18%)
(0.00/0.17/0.10/0.18)	

CMYK percentages

%0
%17.14
%10.48
%17.65

Codes

Color #D2AEBC in popluar color models

D2AEBC
RGB210174188
HSL337°28.57%75.29%
HSB/HSV337°17.14%82.35%
CMYK0.00%17.14%10.48%
17.65%

Color #D2AEBC in popluar number systems.

HEXD2AEBC
Decimal210174188
Binary110100101010111010111100
Octal322256274

Shades and tints

Shades of #D2AEBC

#D2AEBC
(210,174,188)
#BF9FAB
(191,159,171)
#AC909A
(172,144,154)
#998189
(153,129,137)
#867278
(134,114,120)
#736367
(115,99,103)
#605456
(96,84,86)
#4D4545
(77,69,69)
#3A3634
(58,54,52)
#272723
(39,39,35)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #D2AEBC

#D2AEBC
(210,174,188)
#D6B5C2
(214,181,194)
#DABCC8
(218,188,200)
#DEC3CE
(222,195,206)
#E2CAD4
(226,202,212)
#E6D1DA
(230,209,218)
#EAD8E0
(234,216,224)
#EEDFE6
(238,223,230)
#F2E6EC
(242,230,236)
#F6EDF2
(246,237,242)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AEBC; }

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

This text font color is #D2AEBC.


Background Color

.myBgColor { background-color: #D2AEBC; }

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

This div background color is #D2AEBC.


Border color

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

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

This div border color is #D2AEBC.


Opacity

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

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

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

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

This text has shadow with #D2AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AEBC on black background.


Color preview on white background

This text has color #D2AEBC on white background.



Black color preview on #D2AEBC background

This text has black color on #D2AEBC background.


White color preview on #D2AEBC background

This text has white color on #D2AEBC background.