COLOR #D096C6

HEX: #D096C6
RGB: (208,150,198)

Color info

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

RGB color model

#D096C6 color RGB value is (208,150,198).

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

RGB channels and saturation

R 208 of 255 = 82%
G 150 of 255 = 59%
B 198 of 255 = 78%

208
150
198

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

Portions of RGB colors in percentages

R + G + B =
208 + 150 + 198 = 556 (100%)
R 208 of 556 ~ 37.41%
G 150 of 556 ~ 26.98%
B 198 of 556 ~ 35.61%

%37.41
%26.98
%35.61

CMYK color model

#D096C6 color CMYK value is (0,28,5,18).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 4.81%
  • key color value is 18.43%
CMYK:
(0,28,5,18)
C0M28Y5K18 
(0%,28%,5%,18%)
(0.00/0.28/0.05/0.18)	

CMYK percentages

%0
%27.88
%4.81
%18.43

Codes

Color #D096C6 in popluar color models

D096C6
RGB208150198
HSL310°38.16%70.20%
HSB/HSV310°27.88%81.57%
CMYK0.00%27.88%4.81%
18.43%

Color #D096C6 in popluar number systems.

HEXD096C6
Decimal208150198
Binary110100001001011011000110
Octal320226306

Shades and tints

Shades of #D096C6

#D096C6
(208,150,198)
#BE89B4
(190,137,180)
#AC7CA2
(172,124,162)
#9A6F90
(154,111,144)
#88627E
(136,98,126)
#76556C
(118,85,108)
#64485A
(100,72,90)
#523B48
(82,59,72)
#402E36
(64,46,54)
#2E2124
(46,33,36)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #D096C6

#D096C6
(208,150,198)
#D49FCB
(212,159,203)
#D8A8D0
(216,168,208)
#DCB1D5
(220,177,213)
#E0BADA
(224,186,218)
#E4C3DF
(228,195,223)
#E8CCE4
(232,204,228)
#ECD5E9
(236,213,233)
#F0DEEE
(240,222,238)
#F4E7F3
(244,231,243)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D096C6; }

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

This text font color is #D096C6.


Background Color

.myBgColor { background-color: #D096C6; }

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

This div background color is #D096C6.


Border color

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

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

This div border color is #D096C6.


Opacity

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

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

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

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

This text has shadow with #D096C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D096C6 on black background.


Color preview on white background

This text has color #D096C6 on white background.



Black color preview on #D096C6 background

This text has black color on #D096C6 background.


White color preview on #D096C6 background

This text has white color on #D096C6 background.