COLOR #DB96A2

HEX: #DB96A2
RGB: (219,150,162)

Color info

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

RGB color model

#DB96A2 color RGB value is (219,150,162).

  • red value is 219;
  • green value is 150;
  • blue value is 162.
RGB:
(219,150,162)
(86%,59%,64%)

RGB channels and saturation

R 219 of 255 = 86%
G 150 of 255 = 59%
B 162 of 255 = 64%

219
150
162

R + G + B ~ 70%. #DB96A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 150 + 162 = 531 (100%)
R 219 of 531 ~ 41.24%
G 150 of 531 ~ 28.25%
B 162 of 531 ~ 30.51%

%41.24
%28.25
%30.51

CMYK color model

#DB96A2 color CMYK value is (0,32,26,14).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 26.03%
  • key color value is 14.12%
CMYK:
(0,32,26,14)
C0M32Y26K14 
(0%,32%,26%,14%)
(0.00/0.32/0.26/0.14)	

CMYK percentages

%0
%31.51
%26.03
%14.12

Codes

Color #DB96A2 in popluar color models

DB96A2
RGB219150162
HSL350°48.94%72.35%
HSB/HSV350°31.51%85.88%
CMYK0.00%31.51%26.03%
14.12%

Color #DB96A2 in popluar number systems.

HEXDB96A2
Decimal219150162
Binary110110111001011010100010
Octal333226242

Shades and tints

Shades of #DB96A2

#DB96A2
(219,150,162)
#C88994
(200,137,148)
#B57C86
(181,124,134)
#A26F78
(162,111,120)
#8F626A
(143,98,106)
#7C555C
(124,85,92)
#69484E
(105,72,78)
#563B40
(86,59,64)
#432E32
(67,46,50)
#302124
(48,33,36)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #DB96A2

#DB96A2
(219,150,162)
#DE9FAA
(222,159,170)
#E1A8B2
(225,168,178)
#E4B1BA
(228,177,186)
#E7BAC2
(231,186,194)
#EAC3CA
(234,195,202)
#EDCCD2
(237,204,210)
#F0D5DA
(240,213,218)
#F3DEE2
(243,222,226)
#F6E7EA
(246,231,234)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB96A2 color. Also use rgb(219,150,162) instead hex code.

Text Font Color

.myTextColor { color: #DB96A2; }

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

This text font color is #DB96A2.


Background Color

.myBgColor { background-color: #DB96A2; }

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

This div background color is #DB96A2.


Border color

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

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

This div border color is #DB96A2.


Opacity

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

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

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

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

This text has shadow with #DB96A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB96A2 on black background.


Color preview on white background

This text has color #DB96A2 on white background.



Black color preview on #DB96A2 background

This text has black color on #DB96A2 background.


White color preview on #DB96A2 background

This text has white color on #DB96A2 background.