COLOR #DB88AA

HEX: #DB88AA
RGB: (219,136,170)

Color info

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

RGB color model

#DB88AA color RGB value is (219,136,170).

  • red value is 219;
  • green value is 136;
  • blue value is 170.
RGB:
(219,136,170)
(86%,53%,67%)

RGB channels and saturation

R 219 of 255 = 86%
G 136 of 255 = 53%
B 170 of 255 = 67%

219
136
170

R + G + B ~ 69%. #DB88AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 136 + 170 = 525 (100%)
R 219 of 525 ~ 41.71%
G 136 of 525 ~ 25.9%
B 170 of 525 ~ 32.38%

%41.71
%25.9
%32.38

CMYK color model

#DB88AA color CMYK value is (0,38,22,14).

  • cyan value is 0.00%
  • magenta value is 37.90%
  • yellow value is 22.37%
  • key color value is 14.12%
CMYK:
(0,38,22,14)
C0M38Y22K14 
(0%,38%,22%,14%)
(0.00/0.38/0.22/0.14)	

CMYK percentages

%0
%37.9
%22.37
%14.12

Codes

Color #DB88AA in popluar color models

DB88AA
RGB219136170
HSL335°53.55%69.61%
HSB/HSV335°37.90%85.88%
CMYK0.00%37.90%22.37%
14.12%

Color #DB88AA in popluar number systems.

HEXDB88AA
Decimal219136170
Binary110110111000100010101010
Octal333210252

Shades and tints

Shades of #DB88AA

#DB88AA
(219,136,170)
#C87C9B
(200,124,155)
#B5708C
(181,112,140)
#A2647D
(162,100,125)
#8F586E
(143,88,110)
#7C4C5F
(124,76,95)
#694050
(105,64,80)
#563441
(86,52,65)
#432832
(67,40,50)
#301C23
(48,28,35)
#1D1014
(29,16,20)
#000000
(0,0,0)

Tints of #DB88AA

#DB88AA
(219,136,170)
#DE92B1
(222,146,177)
#E19CB8
(225,156,184)
#E4A6BF
(228,166,191)
#E7B0C6
(231,176,198)
#EABACD
(234,186,205)
#EDC4D4
(237,196,212)
#F0CEDB
(240,206,219)
#F3D8E2
(243,216,226)
#F6E2E9
(246,226,233)
#F9ECF0
(249,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB88AA color. Also use rgb(219,136,170) instead hex code.

Text Font Color

.myTextColor { color: #DB88AA; }

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

This text font color is #DB88AA.


Background Color

.myBgColor { background-color: #DB88AA; }

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

This div background color is #DB88AA.


Border color

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

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

This div border color is #DB88AA.


Opacity

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

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

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

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

This text has shadow with #DB88AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB88AA on black background.


Color preview on white background

This text has color #DB88AA on white background.



Black color preview on #DB88AA background

This text has black color on #DB88AA background.


White color preview on #DB88AA background

This text has white color on #DB88AA background.