COLOR #DB8099

HEX: #DB8099
RGB: (219,128,153)

Color info

#DB8099 contains mainly red color. Web safe color of #DB8099 is #CC6699 (or #C69).

RGB color model

#DB8099 color RGB value is (219,128,153).

  • red value is 219;
  • green value is 128;
  • blue value is 153.
RGB:
(219,128,153)
(86%,50%,60%)

RGB channels and saturation

R 219 of 255 = 86%
G 128 of 255 = 50%
B 153 of 255 = 60%

219
128
153

R + G + B ~ 65%. #DB8099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 128 + 153 = 500 (100%)
R 219 of 500 ~ 43.8%
G 128 of 500 ~ 25.6%
B 153 of 500 ~ 30.6%

%43.8
%25.6
%30.6

CMYK color model

#DB8099 color CMYK value is (0,42,30,14).

  • cyan value is 0.00%
  • magenta value is 41.55%
  • yellow value is 30.14%
  • key color value is 14.12%
CMYK:
(0,42,30,14)
C0M42Y30K14 
(0%,42%,30%,14%)
(0.00/0.42/0.30/0.14)	

CMYK percentages

%0
%41.55
%30.14
%14.12

Codes

Color #DB8099 in popluar color models

DB8099
RGB219128153
HSL344°55.83%68.04%
HSB/HSV344°41.55%85.88%
CMYK0.00%41.55%30.14%
14.12%

Color #DB8099 in popluar number systems.

HEXDB8099
Decimal219128153
Binary110110111000000010011001
Octal333200231

Shades and tints

Shades of #DB8099

#DB8099
(219,128,153)
#C8758C
(200,117,140)
#B56A7F
(181,106,127)
#A25F72
(162,95,114)
#8F5465
(143,84,101)
#7C4958
(124,73,88)
#693E4B
(105,62,75)
#56333E
(86,51,62)
#432831
(67,40,49)
#301D24
(48,29,36)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #DB8099

#DB8099
(219,128,153)
#DE8BA2
(222,139,162)
#E196AB
(225,150,171)
#E4A1B4
(228,161,180)
#E7ACBD
(231,172,189)
#EAB7C6
(234,183,198)
#EDC2CF
(237,194,207)
#F0CDD8
(240,205,216)
#F3D8E1
(243,216,225)
#F6E3EA
(246,227,234)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8099 color. Also use rgb(219,128,153) instead hex code.

Text Font Color

.myTextColor { color: #DB8099; }

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

This text font color is #DB8099.


Background Color

.myBgColor { background-color: #DB8099; }

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

This div background color is #DB8099.


Border color

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

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

This div border color is #DB8099.


Opacity

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

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

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

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

This text has shadow with #DB8099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8099 on black background.


Color preview on white background

This text has color #DB8099 on white background.



Black color preview on #DB8099 background

This text has black color on #DB8099 background.


White color preview on #DB8099 background

This text has white color on #DB8099 background.