COLOR #D096E0

HEX: #D096E0
RGB: (208,150,224)

Color info

#D096E0 contains mainly red and blue colors. Web safe color of #D096E0 is #CC99CC (or #C9C).

RGB color model

#D096E0 color RGB value is (208,150,224).

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

RGB channels and saturation

R 208 of 255 = 82%
G 150 of 255 = 59%
B 224 of 255 = 88%

208
150
224

R + G + B ~ 76%. #D096E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 150 + 224 = 582 (100%)
R 208 of 582 ~ 35.74%
G 150 of 582 ~ 25.77%
B 224 of 582 ~ 38.49%

%35.74
%25.77
%38.49

CMYK color model

#D096E0 color CMYK value is (7,33,0,12).

  • cyan value is 7.14%
  • magenta value is 33.04%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(7,33,0,12)
C7M33Y0K12 
(7%,33%,0%,12%)
(0.07/0.33/0.00/0.12)	

CMYK percentages

%7.14
%33.04
%0
%12.16

Codes

Color #D096E0 in popluar color models

D096E0
RGB208150224
HSL287°54.41%73.33%
HSB/HSV287°33.04%87.84%
CMYK7.14%33.04%0.00%
12.16%

Color #D096E0 in popluar number systems.

HEXD096E0
Decimal208150224
Binary110100001001011011100000
Octal320226340

Shades and tints

Shades of #D096E0

#D096E0
(208,150,224)
#BE89CC
(190,137,204)
#AC7CB8
(172,124,184)
#9A6FA4
(154,111,164)
#886290
(136,98,144)
#76557C
(118,85,124)
#644868
(100,72,104)
#523B54
(82,59,84)
#402E40
(64,46,64)
#2E212C
(46,33,44)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #D096E0

#D096E0
(208,150,224)
#D49FE2
(212,159,226)
#D8A8E4
(216,168,228)
#DCB1E6
(220,177,230)
#E0BAE8
(224,186,232)
#E4C3EA
(228,195,234)
#E8CCEC
(232,204,236)
#ECD5EE
(236,213,238)
#F0DEF0
(240,222,240)
#F4E7F2
(244,231,242)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D096E0; }

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

This text font color is #D096E0.


Background Color

.myBgColor { background-color: #D096E0; }

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

This div background color is #D096E0.


Border color

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

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

This div border color is #D096E0.


Opacity

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

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

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

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

This text has shadow with #D096E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D096E0 on black background.


Color preview on white background

This text has color #D096E0 on white background.



Black color preview on #D096E0 background

This text has black color on #D096E0 background.


White color preview on #D096E0 background

This text has white color on #D096E0 background.