COLOR #D096CA

HEX: #D096CA
RGB: (208,150,202)

Color info

#D096CA contains red, green and blue colors in about the same proportion. Web safe color of #D096CA is #CC99CC (or #C9C).

RGB color model

#D096CA color RGB value is (208,150,202).

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

RGB channels and saturation

R 208 of 255 = 82%
G 150 of 255 = 59%
B 202 of 255 = 79%

208
150
202

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

Portions of RGB colors in percentages

R + G + B =
208 + 150 + 202 = 560 (100%)
R 208 of 560 ~ 37.14%
G 150 of 560 ~ 26.79%
B 202 of 560 ~ 36.07%

%37.14
%26.79
%36.07

CMYK color model

#D096CA color CMYK value is (0,28,3,18).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(0,28,3,18)
C0M28Y3K18 
(0%,28%,3%,18%)
(0.00/0.28/0.03/0.18)	

CMYK percentages

%0
%27.88
%2.88
%18.43

Codes

Color #D096CA in popluar color models

D096CA
RGB208150202
HSL306°38.16%70.20%
HSB/HSV306°27.88%81.57%
CMYK0.00%27.88%2.88%
18.43%

Color #D096CA in popluar number systems.

HEXD096CA
Decimal208150202
Binary110100001001011011001010
Octal320226312

Shades and tints

Shades of #D096CA

#D096CA
(208,150,202)
#BE89B8
(190,137,184)
#AC7CA6
(172,124,166)
#9A6F94
(154,111,148)
#886282
(136,98,130)
#765570
(118,85,112)
#64485E
(100,72,94)
#523B4C
(82,59,76)
#402E3A
(64,46,58)
#2E2128
(46,33,40)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #D096CA

#D096CA
(208,150,202)
#D49FCE
(212,159,206)
#D8A8D2
(216,168,210)
#DCB1D6
(220,177,214)
#E0BADA
(224,186,218)
#E4C3DE
(228,195,222)
#E8CCE2
(232,204,226)
#ECD5E6
(236,213,230)
#F0DEEA
(240,222,234)
#F4E7EE
(244,231,238)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D096CA; }

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

This text font color is #D096CA.


Background Color

.myBgColor { background-color: #D096CA; }

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

This div background color is #D096CA.


Border color

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

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

This div border color is #D096CA.


Opacity

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

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

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

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

This text has shadow with #D096CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D096CA on black background.


Color preview on white background

This text has color #D096CA on white background.



Black color preview on #D096CA background

This text has black color on #D096CA background.


White color preview on #D096CA background

This text has white color on #D096CA background.