COLOR #D08EC7

HEX: #D08EC7 RGB: (208,142,199)

Color info

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

RGB color model

#D08EC7 color RGB value is (208,142,199).

RGB: (208,142,199) (82%, 56%, 78%)

RGB channels and saturation

R 208 of 255 = 82%
G 142 of 255 = 56%
B 199 of 255 = 78%

208
142
199

R + G + B ~ 72%. #D08EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 142 + 199 = 549 (100%)
R 208 of 549 ~ 37.89%
G 142 of 549 ~ 25.87%
B 199 of 549 ~ 36.25'%

%37.89
%25.87
%36.25

CMYK color model

#D08EC7 color CMYK value is (0,32,4,18).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 4.33%
  • key color value is 18.43%

CMYK: (0,32,4,18)
C0M32Y4K18 (0%, 32%, 4%, 18%)
(0.00 / 0.32 / 0.04 / 0.18)

CMYK percentages

%0
%31.73
%4.33
%18.43

Codes

Color #D08EC7 in popluar color models

D0 8E C7
RGB 208 142 199
HSL 308° 41.25% 68.63%
HSB/HSV 308° 31.73% 81.57%
CMYK 0.00% 31.73% 4.33%
18.43%

Color #D08EC7 in popluar number systems.

HEX D0 8E C7
Decimal 208 142 199
Binary 11010000 10001110 11000111
Octal 320 216 307

Shades and tints

Shades of #D08EC7

#D08EC7
(208,142,199)
#BE82B5
(190,130,181)
#AC76A3
(172,118,163)
#9A6A91
(154,106,145)
#885E7F
(136,94,127)
#76526D
(118,82,109)
#64465B
(100,70,91)
#523A49
(82,58,73)
#402E37
(64,46,55)
#2E2225
(46,34,37)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #D08EC7

#D08EC7
(208,142,199)
#D498CC
(212,152,204)
#D8A2D1
(216,162,209)
#DCACD6
(220,172,214)
#E0B6DB
(224,182,219)
#E4C0E0
(228,192,224)
#E8CAE5
(232,202,229)
#ECD4EA
(236,212,234)
#F0DEEF
(240,222,239)
#F4E8F4
(244,232,244)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08EC7 color. Also use rgb(208,142,199) instead hex code.

Text Font Color

.myTextColor { color: #D08EC7; }

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

This text font color is #D08EC7.

Background Color

.myBgColor { background-color: #D08EC7; }

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

This div background color is #D08EC7.

Border color

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

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

This div border color is #D08EC7.

Opacity

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

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

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

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

This text has shadow with #D08EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08EC7.

Preview

Color preview on black background

This text has color #D08EC7 on black background.


Color preview on white background

This text has color #D08EC7 on white background.


Black color preview on #D08EC7 background

This text has black color on #D08EC7 background.


White color preview on #D08EC7 background

This text has white color on #D08EC7 background.


Related colors

Complementary color

Complementary color for #hex is #2F7138.


I love getcolorcode.com

Triadic colors

1 #C7D08E and #8EC7D0 with #D08EC7 are triadic colors.

2 #C78ED0 and #8ED0C7 with #D08EC7 are triadic colors.