COLOR #DB9EAF

HEX: #DB9EAF
RGB: (219,158,175)

Color info

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

RGB color model

#DB9EAF color RGB value is (219,158,175).

  • red value is 219;
  • green value is 158;
  • blue value is 175.
RGB:
(219,158,175)
(86%,62%,69%)

RGB channels and saturation

R 219 of 255 = 86%
G 158 of 255 = 62%
B 175 of 255 = 69%

219
158
175

R + G + B ~ 72%. #DB9EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 158 + 175 = 552 (100%)
R 219 of 552 ~ 39.67%
G 158 of 552 ~ 28.62%
B 175 of 552 ~ 31.7%

%39.67
%28.62
%31.7

CMYK color model

#DB9EAF color CMYK value is (0,28,20,14).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 20.09%
  • key color value is 14.12%
CMYK:
(0,28,20,14)
C0M28Y20K14 
(0%,28%,20%,14%)
(0.00/0.28/0.20/0.14)	

CMYK percentages

%0
%27.85
%20.09
%14.12

Codes

Color #DB9EAF in popluar color models

DB9EAF
RGB219158175
HSL343°45.86%73.92%
HSB/HSV343°27.85%85.88%
CMYK0.00%27.85%20.09%
14.12%

Color #DB9EAF in popluar number systems.

HEXDB9EAF
Decimal219158175
Binary110110111001111010101111
Octal333236257

Shades and tints

Shades of #DB9EAF

#DB9EAF
(219,158,175)
#C890A0
(200,144,160)
#B58291
(181,130,145)
#A27482
(162,116,130)
#8F6673
(143,102,115)
#7C5864
(124,88,100)
#694A55
(105,74,85)
#563C46
(86,60,70)
#432E37
(67,46,55)
#302028
(48,32,40)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #DB9EAF

#DB9EAF
(219,158,175)
#DEA6B6
(222,166,182)
#E1AEBD
(225,174,189)
#E4B6C4
(228,182,196)
#E7BECB
(231,190,203)
#EAC6D2
(234,198,210)
#EDCED9
(237,206,217)
#F0D6E0
(240,214,224)
#F3DEE7
(243,222,231)
#F6E6EE
(246,230,238)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9EAF color. Also use rgb(219,158,175) instead hex code.

Text Font Color

.myTextColor { color: #DB9EAF; }

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

This text font color is #DB9EAF.


Background Color

.myBgColor { background-color: #DB9EAF; }

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

This div background color is #DB9EAF.


Border color

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

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

This div border color is #DB9EAF.


Opacity

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

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

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

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

This text has shadow with #DB9EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9EAF on black background.


Color preview on white background

This text has color #DB9EAF on white background.



Black color preview on #DB9EAF background

This text has black color on #DB9EAF background.


White color preview on #DB9EAF background

This text has white color on #DB9EAF background.