COLOR #D2AEBE

HEX: #D2AEBE
RGB: (210,174,190)

Color info

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

RGB color model

#D2AEBE color RGB value is (210,174,190).

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

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 190 of 255 = 75%

210
174
190

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

Portions of RGB colors in percentages

R + G + B =
210 + 174 + 190 = 574 (100%)
R 210 of 574 ~ 36.59%
G 174 of 574 ~ 30.31%
B 190 of 574 ~ 33.1%

%36.59
%30.31
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 9.52%
  • 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
%9.52
%17.65

Codes

Color #D2AEBE in popluar color models

D2AEBE
RGB210174190
HSL333°28.57%75.29%
HSB/HSV333°17.14%82.35%
CMYK0.00%17.14%9.52%
17.65%

Color #D2AEBE in popluar number systems.

HEXD2AEBE
Decimal210174190
Binary110100101010111010111110
Octal322256276

Shades and tints

Shades of #D2AEBE

#D2AEBE
(210,174,190)
#BF9FAD
(191,159,173)
#AC909C
(172,144,156)
#99818B
(153,129,139)
#86727A
(134,114,122)
#736369
(115,99,105)
#605458
(96,84,88)
#4D4547
(77,69,71)
#3A3636
(58,54,54)
#272725
(39,39,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #D2AEBE

#D2AEBE
(210,174,190)
#D6B5C3
(214,181,195)
#DABCC8
(218,188,200)
#DEC3CD
(222,195,205)
#E2CAD2
(226,202,210)
#E6D1D7
(230,209,215)
#EAD8DC
(234,216,220)
#EEDFE1
(238,223,225)
#F2E6E6
(242,230,230)
#F6EDEB
(246,237,235)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AEBE; }

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

This text font color is #D2AEBE.


Background Color

.myBgColor { background-color: #D2AEBE; }

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

This div background color is #D2AEBE.


Border color

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

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

This div border color is #D2AEBE.


Opacity

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

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

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

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

This text has shadow with #D2AEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AEBE on black background.


Color preview on white background

This text has color #D2AEBE on white background.



Black color preview on #D2AEBE background

This text has black color on #D2AEBE background.


White color preview on #D2AEBE background

This text has white color on #D2AEBE background.