COLOR #D06E96

HEX: #D06E96
RGB: (208,110,150)

Color info

#D06E96 contains mainly red and blue colors. Web safe color of #D06E96 is #CC6699 (or #C69).

RGB color model

#D06E96 color RGB value is (208,110,150).

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

RGB channels and saturation

R 208 of 255 = 82%
G 110 of 255 = 43%
B 150 of 255 = 59%

208
110
150

R + G + B ~ 61%. #D06E96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 110 + 150 = 468 (100%)
R 208 of 468 ~ 44.44%
G 110 of 468 ~ 23.5%
B 150 of 468 ~ 32.05%

%44.44
%23.5
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.12%
  • yellow value is 27.88%
  • key color value is 18.43%
CMYK:
(0,47,28,18)
C0M47Y28K18 
(0%,47%,28%,18%)
(0.00/0.47/0.28/0.18)	

CMYK percentages

%0
%47.12
%27.88
%18.43

Codes

Color #D06E96 in popluar color models

D06E96
RGB208110150
HSL336°51.04%62.35%
HSB/HSV336°47.12%81.57%
CMYK0.00%47.12%27.88%
18.43%

Color #D06E96 in popluar number systems.

HEXD06E96
Decimal208110150
Binary11010000110111010010110
Octal320156226

Shades and tints

Shades of #D06E96

#D06E96
(208,110,150)
#BE6489
(190,100,137)
#AC5A7C
(172,90,124)
#9A506F
(154,80,111)
#884662
(136,70,98)
#763C55
(118,60,85)
#643248
(100,50,72)
#52283B
(82,40,59)
#401E2E
(64,30,46)
#2E1421
(46,20,33)
#1C0A14
(28,10,20)
#000000
(0,0,0)

Tints of #D06E96

#D06E96
(208,110,150)
#D47B9F
(212,123,159)
#D888A8
(216,136,168)
#DC95B1
(220,149,177)
#E0A2BA
(224,162,186)
#E4AFC3
(228,175,195)
#E8BCCC
(232,188,204)
#ECC9D5
(236,201,213)
#F0D6DE
(240,214,222)
#F4E3E7
(244,227,231)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D06E96; }

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

This text font color is #D06E96.


Background Color

.myBgColor { background-color: #D06E96; }

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

This div background color is #D06E96.


Border color

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

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

This div border color is #D06E96.


Opacity

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

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

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

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

This text has shadow with #D06E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06E96 on black background.


Color preview on white background

This text has color #D06E96 on white background.



Black color preview on #D06E96 background

This text has black color on #D06E96 background.


White color preview on #D06E96 background

This text has white color on #D06E96 background.