COLOR #DB9EB2

HEX: #DB9EB2 RGB: (219,158,178)

Color info

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

RGB color model

#DB9EB2 color RGB value is (219,158,178).

RGB: (219,158,178) (86%, 62%, 70%)

RGB channels and saturation

R 219 of 255 = 86%
G 158 of 255 = 62%
B 178 of 255 = 70%

219
158
178

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

Portions of RGB colors in percentages

R + G + B = 219 + 158 + 178 = 555 (100%)
R 219 of 555 ~ 39.46%
G 158 of 555 ~ 28.47%
B 178 of 555 ~ 32.07'%

%39.46
%28.47
%32.07

CMYK color model

#DB9EB2 color CMYK value is (0,28,19,14).

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

CMYK: (0,28,19,14)
C0M28Y19K14 (0%, 28%, 19%, 14%)
(0.00 / 0.28 / 0.19 / 0.14)

CMYK percentages

%0
%27.85
%18.72
%14.12

Codes

Color #DB9EB2 in popluar color models

DB 9E B2
RGB 219 158 178
HSL 340° 45.86% 73.92%
HSB/HSV 340° 27.85% 85.88%
CMYK 0.00% 27.85% 18.72%
14.12%

Color #DB9EB2 in popluar number systems.

HEX DB 9E B2
Decimal 219 158 178
Binary 11011011 10011110 10110010
Octal 333 236 262

Shades and tints

Shades of #DB9EB2

#DB9EB2
(219,158,178)
#C890A2
(200,144,162)
#B58292
(181,130,146)
#A27482
(162,116,130)
#8F6672
(143,102,114)
#7C5862
(124,88,98)
#694A52
(105,74,82)
#563C42
(86,60,66)
#432E32
(67,46,50)
#302022
(48,32,34)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #DB9EB2

#DB9EB2
(219,158,178)
#DEA6B9
(222,166,185)
#E1AEC0
(225,174,192)
#E4B6C7
(228,182,199)
#E7BECE
(231,190,206)
#EAC6D5
(234,198,213)
#EDCEDC
(237,206,220)
#F0D6E3
(240,214,227)
#F3DEEA
(243,222,234)
#F6E6F1
(246,230,241)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9EB2; }

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

This text font color is #DB9EB2.

Background Color

.myBgColor { background-color: #DB9EB2; }

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

This div background color is #DB9EB2.

Border color

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

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

This div border color is #DB9EB2.

Opacity

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

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

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

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

This text has shadow with #DB9EB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9EB2.

Preview

Color preview on black background

This text has color #DB9EB2 on black background.


Color preview on white background

This text has color #DB9EB2 on white background.


Black color preview on #DB9EB2 background

This text has black color on #DB9EB2 background.


White color preview on #DB9EB2 background

This text has white color on #DB9EB2 background.


Related colors

Complementary color

Complementary color for #hex is #24614D.


I love getcolorcode.com

Triadic colors

1 #B2DB9E and #9EB2DB with #DB9EB2 are triadic colors.

2 #B29EDB and #9EDBB2 with #DB9EB2 are triadic colors.