COLOR #D28FAE

HEX: #D28FAE
RGB: (210,143,174)

Color info

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

RGB color model

#D28FAE color RGB value is (210,143,174).

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

RGB channels and saturation

R 210 of 255 = 82%
G 143 of 255 = 56%
B 174 of 255 = 68%

210
143
174

R + G + B ~ 69%. #D28FAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 143 + 174 = 527 (100%)
R 210 of 527 ~ 39.85%
G 143 of 527 ~ 27.13%
B 174 of 527 ~ 33.02%

%39.85
%27.13
%33.02

CMYK color model

#D28FAE color CMYK value is (0,32,17,18).

  • cyan value is 0.00%
  • magenta value is 31.90%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK:
(0,32,17,18)
C0M32Y17K18 
(0%,32%,17%,18%)
(0.00/0.32/0.17/0.18)	

CMYK percentages

%0
%31.9
%17.14
%17.65

Codes

Color #D28FAE in popluar color models

D28FAE
RGB210143174
HSL332°42.68%69.22%
HSB/HSV332°31.90%82.35%
CMYK0.00%31.90%17.14%
17.65%

Color #D28FAE in popluar number systems.

HEXD28FAE
Decimal210143174
Binary110100101000111110101110
Octal322217256

Shades and tints

Shades of #D28FAE

#D28FAE
(210,143,174)
#BF829F
(191,130,159)
#AC7590
(172,117,144)
#996881
(153,104,129)
#865B72
(134,91,114)
#734E63
(115,78,99)
#604154
(96,65,84)
#4D3445
(77,52,69)
#3A2736
(58,39,54)
#271A27
(39,26,39)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #D28FAE

#D28FAE
(210,143,174)
#D699B5
(214,153,181)
#DAA3BC
(218,163,188)
#DEADC3
(222,173,195)
#E2B7CA
(226,183,202)
#E6C1D1
(230,193,209)
#EACBD8
(234,203,216)
#EED5DF
(238,213,223)
#F2DFE6
(242,223,230)
#F6E9ED
(246,233,237)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28FAE; }

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

This text font color is #D28FAE.


Background Color

.myBgColor { background-color: #D28FAE; }

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

This div background color is #D28FAE.


Border color

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

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

This div border color is #D28FAE.


Opacity

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

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

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

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

This text has shadow with #D28FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28FAE on black background.


Color preview on white background

This text has color #D28FAE on white background.



Black color preview on #D28FAE background

This text has black color on #D28FAE background.


White color preview on #D28FAE background

This text has white color on #D28FAE background.