COLOR #D39EBF

HEX: #D39EBF
RGB: (211,158,191)

Color info

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

RGB color model

#D39EBF color RGB value is (211,158,191).

  • red value is 211;
  • green value is 158;
  • blue value is 191.
RGB:
(211,158,191)
(83%,62%,75%)

RGB channels and saturation

R 211 of 255 = 83%
G 158 of 255 = 62%
B 191 of 255 = 75%

211
158
191

R + G + B ~ 73%. #D39EBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 158 + 191 = 560 (100%)
R 211 of 560 ~ 37.68%
G 158 of 560 ~ 28.21%
B 191 of 560 ~ 34.11%

%37.68
%28.21
%34.11

CMYK color model

#D39EBF color CMYK value is (0,25,9,17).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 9.48%
  • key color value is 17.25%
CMYK:
(0,25,9,17)
C0M25Y9K17 
(0%,25%,9%,17%)
(0.00/0.25/0.09/0.17)	

CMYK percentages

%0
%25.12
%9.48
%17.25

Codes

Color #D39EBF in popluar color models

D39EBF
RGB211158191
HSL323°37.59%72.35%
HSB/HSV323°25.12%82.75%
CMYK0.00%25.12%9.48%
17.25%

Color #D39EBF in popluar number systems.

HEXD39EBF
Decimal211158191
Binary110100111001111010111111
Octal323236277

Shades and tints

Shades of #D39EBF

#D39EBF
(211,158,191)
#C090AE
(192,144,174)
#AD829D
(173,130,157)
#9A748C
(154,116,140)
#87667B
(135,102,123)
#74586A
(116,88,106)
#614A59
(97,74,89)
#4E3C48
(78,60,72)
#3B2E37
(59,46,55)
#282026
(40,32,38)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #D39EBF

#D39EBF
(211,158,191)
#D7A6C4
(215,166,196)
#DBAEC9
(219,174,201)
#DFB6CE
(223,182,206)
#E3BED3
(227,190,211)
#E7C6D8
(231,198,216)
#EBCEDD
(235,206,221)
#EFD6E2
(239,214,226)
#F3DEE7
(243,222,231)
#F7E6EC
(247,230,236)
#FBEEF1
(251,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39EBF color. Also use rgb(211,158,191) instead hex code.

Text Font Color

.myTextColor { color: #D39EBF; }

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

This text font color is #D39EBF.


Background Color

.myBgColor { background-color: #D39EBF; }

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

This div background color is #D39EBF.


Border color

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

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

This div border color is #D39EBF.


Opacity

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

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

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

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

This text has shadow with #D39EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39EBF on black background.


Color preview on white background

This text has color #D39EBF on white background.



Black color preview on #D39EBF background

This text has black color on #D39EBF background.


White color preview on #D39EBF background

This text has white color on #D39EBF background.