COLOR #DB9EB7

HEX: #DB9EB7 RGB: (219,158,183)

Color info

#DB9EB7 contains mainly red and blue colors. Web safe color of #DB9EB7 is #CC99CC (or #C9C).

RGB color model

#DB9EB7 color RGB value is (219,158,183).

RGB: (219,158,183) (86%, 62%, 72%)

RGB channels and saturation

R 219 of 255 = 86%
G 158 of 255 = 62%
B 183 of 255 = 72%

219
158
183

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

Portions of RGB colors in percentages

R + G + B = 219 + 158 + 183 = 560 (100%)
R 219 of 560 ~ 39.11%
G 158 of 560 ~ 28.21%
B 183 of 560 ~ 32.68'%

%39.11
%28.21
%32.68

CMYK color model

#DB9EB7 color CMYK value is (0,28,16,14).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 16.44%
  • key color value is 14.12%

CMYK: (0,28,16,14)
C0M28Y16K14 (0%, 28%, 16%, 14%)
(0.00 / 0.28 / 0.16 / 0.14)

CMYK percentages

%0
%27.85
%16.44
%14.12

Codes

Color #DB9EB7 in popluar color models

DB 9E B7
RGB 219 158 183
HSL 335° 45.86% 73.92%
HSB/HSV 335° 27.85% 85.88%
CMYK 0.00% 27.85% 16.44%
14.12%

Color #DB9EB7 in popluar number systems.

HEX DB 9E B7
Decimal 219 158 183
Binary 11011011 10011110 10110111
Octal 333 236 267

Shades and tints

Shades of #DB9EB7

#DB9EB7
(219,158,183)
#C890A7
(200,144,167)
#B58297
(181,130,151)
#A27487
(162,116,135)
#8F6677
(143,102,119)
#7C5867
(124,88,103)
#694A57
(105,74,87)
#563C47
(86,60,71)
#432E37
(67,46,55)
#302027
(48,32,39)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #DB9EB7

#DB9EB7
(219,158,183)
#DEA6BD
(222,166,189)
#E1AEC3
(225,174,195)
#E4B6C9
(228,182,201)
#E7BECF
(231,190,207)
#EAC6D5
(234,198,213)
#EDCEDB
(237,206,219)
#F0D6E1
(240,214,225)
#F3DEE7
(243,222,231)
#F6E6ED
(246,230,237)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9EB7; }

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

This text font color is #DB9EB7.

Background Color

.myBgColor { background-color: #DB9EB7; }

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

This div background color is #DB9EB7.

Border color

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

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

This div border color is #DB9EB7.

Opacity

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

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

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

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

This text has shadow with #DB9EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9EB7.

Preview

Color preview on black background

This text has color #DB9EB7 on black background.


Color preview on white background

This text has color #DB9EB7 on white background.


Black color preview on #DB9EB7 background

This text has black color on #DB9EB7 background.


White color preview on #DB9EB7 background

This text has white color on #DB9EB7 background.


Related colors

Complementary color

Complementary color for #hex is #246148.


I love getcolorcode.com

Triadic colors

1 #B7DB9E and #9EB7DB with #DB9EB7 are triadic colors.

2 #B79EDB and #9EDBB7 with #DB9EB7 are triadic colors.