COLOR #D096D1

HEX: #D096D1
RGB: (208,150,209)

Color info

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

RGB color model

#D096D1 color RGB value is (208,150,209).

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

RGB channels and saturation

R 208 of 255 = 82%
G 150 of 255 = 59%
B 209 of 255 = 82%

208
150
209

R + G + B ~ 74%. #D096D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 150 + 209 = 567 (100%)
R 208 of 567 ~ 36.68%
G 150 of 567 ~ 26.46%
B 209 of 567 ~ 36.86%

%36.68
%26.46
%36.86

CMYK color model

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

  • cyan value is 0.48%
  • magenta value is 28.23%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(0,28,0,18)
C0M28Y0K18 
(0%,28%,0%,18%)
(0.00/0.28/0.00/0.18)	

CMYK percentages

%0.48
%28.23
%0
%18.04

Codes

Color #D096D1 in popluar color models

D096D1
RGB208150209
HSL299°39.07%70.39%
HSB/HSV299°28.23%81.96%
CMYK0.48%28.23%0.00%
18.04%

Color #D096D1 in popluar number systems.

HEXD096D1
Decimal208150209
Binary110100001001011011010001
Octal320226321

Shades and tints

Shades of #D096D1

#D096D1
(208,150,209)
#BE89BE
(190,137,190)
#AC7CAB
(172,124,171)
#9A6F98
(154,111,152)
#886285
(136,98,133)
#765572
(118,85,114)
#64485F
(100,72,95)
#523B4C
(82,59,76)
#402E39
(64,46,57)
#2E2126
(46,33,38)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #D096D1

#D096D1
(208,150,209)
#D49FD5
(212,159,213)
#D8A8D9
(216,168,217)
#DCB1DD
(220,177,221)
#E0BAE1
(224,186,225)
#E4C3E5
(228,195,229)
#E8CCE9
(232,204,233)
#ECD5ED
(236,213,237)
#F0DEF1
(240,222,241)
#F4E7F5
(244,231,245)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D096D1; }

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

This text font color is #D096D1.


Background Color

.myBgColor { background-color: #D096D1; }

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

This div background color is #D096D1.


Border color

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

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

This div border color is #D096D1.


Opacity

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

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

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

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

This text has shadow with #D096D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D096D1 on black background.


Color preview on white background

This text has color #D096D1 on white background.



Black color preview on #D096D1 background

This text has black color on #D096D1 background.


White color preview on #D096D1 background

This text has white color on #D096D1 background.