COLOR #D096A2

HEX: #D096A2
RGB: (208,150,162)

Color info

#D096A2 contains red, green and blue colors in about the same proportion. Web safe color of #D096A2 is #CC9999 (or #C99).

RGB color model

#D096A2 color RGB value is (208,150,162).

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

RGB channels and saturation

R 208 of 255 = 82%
G 150 of 255 = 59%
B 162 of 255 = 64%

208
150
162

R + G + B ~ 68%. #D096A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 150 + 162 = 520 (100%)
R 208 of 520 ~ 40%
G 150 of 520 ~ 28.85%
B 162 of 520 ~ 31.15%

%40
%28.85
%31.15

CMYK color model

#D096A2 color CMYK value is (0,28,22,18).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 22.12%
  • key color value is 18.43%
CMYK:
(0,28,22,18)
C0M28Y22K18 
(0%,28%,22%,18%)
(0.00/0.28/0.22/0.18)	

CMYK percentages

%0
%27.88
%22.12
%18.43

Codes

Color #D096A2 in popluar color models

D096A2
RGB208150162
HSL348°38.16%70.20%
HSB/HSV348°27.88%81.57%
CMYK0.00%27.88%22.12%
18.43%

Color #D096A2 in popluar number systems.

HEXD096A2
Decimal208150162
Binary110100001001011010100010
Octal320226242

Shades and tints

Shades of #D096A2

#D096A2
(208,150,162)
#BE8994
(190,137,148)
#AC7C86
(172,124,134)
#9A6F78
(154,111,120)
#88626A
(136,98,106)
#76555C
(118,85,92)
#64484E
(100,72,78)
#523B40
(82,59,64)
#402E32
(64,46,50)
#2E2124
(46,33,36)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #D096A2

#D096A2
(208,150,162)
#D49FAA
(212,159,170)
#D8A8B2
(216,168,178)
#DCB1BA
(220,177,186)
#E0BAC2
(224,186,194)
#E4C3CA
(228,195,202)
#E8CCD2
(232,204,210)
#ECD5DA
(236,213,218)
#F0DEE2
(240,222,226)
#F4E7EA
(244,231,234)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D096A2; }

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

This text font color is #D096A2.


Background Color

.myBgColor { background-color: #D096A2; }

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

This div background color is #D096A2.


Border color

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

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

This div border color is #D096A2.


Opacity

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

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

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

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

This text has shadow with #D096A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D096A2 on black background.


Color preview on white background

This text has color #D096A2 on white background.



Black color preview on #D096A2 background

This text has black color on #D096A2 background.


White color preview on #D096A2 background

This text has white color on #D096A2 background.