COLOR #D88EAF

HEX: #D88EAF
RGB: (216,142,175)

Color info

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

RGB color model

#D88EAF color RGB value is (216,142,175).

  • red value is 216;
  • green value is 142;
  • blue value is 175.
RGB:
(216,142,175)
(85%,56%,69%)

RGB channels and saturation

R 216 of 255 = 85%
G 142 of 255 = 56%
B 175 of 255 = 69%

216
142
175

R + G + B ~ 70%. #D88EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 142 + 175 = 533 (100%)
R 216 of 533 ~ 40.53%
G 142 of 533 ~ 26.64%
B 175 of 533 ~ 32.83%

%40.53
%26.64
%32.83

CMYK color model

#D88EAF color CMYK value is (0,34,19,15).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 18.98%
  • key color value is 15.29%
CMYK:
(0,34,19,15)
C0M34Y19K15 
(0%,34%,19%,15%)
(0.00/0.34/0.19/0.15)	

CMYK percentages

%0
%34.26
%18.98
%15.29

Codes

Color #D88EAF in popluar color models

D88EAF
RGB216142175
HSL333°48.68%70.20%
HSB/HSV333°34.26%84.71%
CMYK0.00%34.26%18.98%
15.29%

Color #D88EAF in popluar number systems.

HEXD88EAF
Decimal216142175
Binary110110001000111010101111
Octal330216257

Shades and tints

Shades of #D88EAF

#D88EAF
(216,142,175)
#C582A0
(197,130,160)
#B27691
(178,118,145)
#9F6A82
(159,106,130)
#8C5E73
(140,94,115)
#795264
(121,82,100)
#664655
(102,70,85)
#533A46
(83,58,70)
#402E37
(64,46,55)
#2D2228
(45,34,40)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #D88EAF

#D88EAF
(216,142,175)
#DB98B6
(219,152,182)
#DEA2BD
(222,162,189)
#E1ACC4
(225,172,196)
#E4B6CB
(228,182,203)
#E7C0D2
(231,192,210)
#EACAD9
(234,202,217)
#EDD4E0
(237,212,224)
#F0DEE7
(240,222,231)
#F3E8EE
(243,232,238)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88EAF color. Also use rgb(216,142,175) instead hex code.

Text Font Color

.myTextColor { color: #D88EAF; }

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

This text font color is #D88EAF.


Background Color

.myBgColor { background-color: #D88EAF; }

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

This div background color is #D88EAF.


Border color

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

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

This div border color is #D88EAF.


Opacity

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

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

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

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

This text has shadow with #D88EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88EAF on black background.


Color preview on white background

This text has color #D88EAF on white background.



Black color preview on #D88EAF background

This text has black color on #D88EAF background.


White color preview on #D88EAF background

This text has white color on #D88EAF background.