COLOR #D096ED

HEX: #D096ED
RGB: (208,150,237)

Color info

#D096ED contains mainly red and blue colors. Web safe color of #D096ED is #CC99FF (or #C9F).

RGB color model

#D096ED color RGB value is (208,150,237).

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

RGB channels and saturation

R 208 of 255 = 82%
G 150 of 255 = 59%
B 237 of 255 = 93%

208
150
237

R + G + B ~ 78%. #D096ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 150 + 237 = 595 (100%)
R 208 of 595 ~ 34.96%
G 150 of 595 ~ 25.21%
B 237 of 595 ~ 39.83%

%34.96
%25.21
%39.83

CMYK color model

#D096ED color CMYK value is (12,37,0,7).

  • cyan value is 12.24%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(12,37,0,7)
C12M37Y0K7 
(12%,37%,0%,7%)
(0.12/0.37/0.00/0.07)	

CMYK percentages

%12.24
%36.71
%0
%7.06

Codes

Color #D096ED in popluar color models

D096ED
RGB208150237
HSL280°70.73%75.88%
HSB/HSV280°36.71%92.94%
CMYK12.24%36.71%0.00%
7.06%

Color #D096ED in popluar number systems.

HEXD096ED
Decimal208150237
Binary110100001001011011101101
Octal320226355

Shades and tints

Shades of #D096ED

#D096ED
(208,150,237)
#BE89D8
(190,137,216)
#AC7CC3
(172,124,195)
#9A6FAE
(154,111,174)
#886299
(136,98,153)
#765584
(118,85,132)
#64486F
(100,72,111)
#523B5A
(82,59,90)
#402E45
(64,46,69)
#2E2130
(46,33,48)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #D096ED

#D096ED
(208,150,237)
#D49FEE
(212,159,238)
#D8A8EF
(216,168,239)
#DCB1F0
(220,177,240)
#E0BAF1
(224,186,241)
#E4C3F2
(228,195,242)
#E8CCF3
(232,204,243)
#ECD5F4
(236,213,244)
#F0DEF5
(240,222,245)
#F4E7F6
(244,231,246)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D096ED; }

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

This text font color is #D096ED.


Background Color

.myBgColor { background-color: #D096ED; }

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

This div background color is #D096ED.


Border color

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

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

This div border color is #D096ED.


Opacity

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

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

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

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

This text has shadow with #D096ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D096ED on black background.


Color preview on white background

This text has color #D096ED on white background.



Black color preview on #D096ED background

This text has black color on #D096ED background.


White color preview on #D096ED background

This text has white color on #D096ED background.