COLOR #D28AAE

HEX: #D28AAE
RGB: (210,138,174)

Color info

#D28AAE contains mainly red and blue colors. Web safe color of #D28AAE is #CC9999 (or #C99).

RGB color model

#D28AAE color RGB value is (210,138,174).

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

RGB channels and saturation

R 210 of 255 = 82%
G 138 of 255 = 54%
B 174 of 255 = 68%

210
138
174

R + G + B ~ 68%. #D28AAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 138 + 174 = 522 (100%)
R 210 of 522 ~ 40.23%
G 138 of 522 ~ 26.44%
B 174 of 522 ~ 33.33%

%40.23
%26.44
%33.33

CMYK color model

#D28AAE color CMYK value is (0,34,17,18).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK:
(0,34,17,18)
C0M34Y17K18 
(0%,34%,17%,18%)
(0.00/0.34/0.17/0.18)	

CMYK percentages

%0
%34.29
%17.14
%17.65

Codes

Color #D28AAE in popluar color models

D28AAE
RGB210138174
HSL330°44.44%68.24%
HSB/HSV330°34.29%82.35%
CMYK0.00%34.29%17.14%
17.65%

Color #D28AAE in popluar number systems.

HEXD28AAE
Decimal210138174
Binary110100101000101010101110
Octal322212256

Shades and tints

Shades of #D28AAE

#D28AAE
(210,138,174)
#BF7E9F
(191,126,159)
#AC7290
(172,114,144)
#996681
(153,102,129)
#865A72
(134,90,114)
#734E63
(115,78,99)
#604254
(96,66,84)
#4D3645
(77,54,69)
#3A2A36
(58,42,54)
#271E27
(39,30,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #D28AAE

#D28AAE
(210,138,174)
#D694B5
(214,148,181)
#DA9EBC
(218,158,188)
#DEA8C3
(222,168,195)
#E2B2CA
(226,178,202)
#E6BCD1
(230,188,209)
#EAC6D8
(234,198,216)
#EED0DF
(238,208,223)
#F2DAE6
(242,218,230)
#F6E4ED
(246,228,237)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28AAE; }

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

This text font color is #D28AAE.


Background Color

.myBgColor { background-color: #D28AAE; }

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

This div background color is #D28AAE.


Border color

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

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

This div border color is #D28AAE.


Opacity

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

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

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

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

This text has shadow with #D28AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28AAE on black background.


Color preview on white background

This text has color #D28AAE on white background.



Black color preview on #D28AAE background

This text has black color on #D28AAE background.


White color preview on #D28AAE background

This text has white color on #D28AAE background.