COLOR #D08EDB

HEX: #D08EDB RGB: (208,142,219)

Color info

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

RGB color model

#D08EDB color RGB value is (208,142,219).

RGB: (208,142,219) (82%, 56%, 86%)

RGB channels and saturation

R 208 of 255 = 82%
G 142 of 255 = 56%
B 219 of 255 = 86%

208
142
219

R + G + B ~ 75%. #D08EDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 142 + 219 = 569 (100%)
R 208 of 569 ~ 36.56%
G 142 of 569 ~ 24.96%
B 219 of 569 ~ 38.49'%

%36.56
%24.96
%38.49

CMYK color model

#D08EDB color CMYK value is (5,35,0,14).

  • cyan value is 5.02%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (5,35,0,14)
C5M35Y0K14 (5%, 35%, 0%, 14%)
(0.05 / 0.35 / 0.00 / 0.14)

CMYK percentages

%5.02
%35.16
%0
%14.12

Codes

Color #D08EDB in popluar color models

D0 8E DB
RGB 208 142 219
HSL 291° 51.68% 70.78%
HSB/HSV 291° 35.16% 85.88%
CMYK 5.02% 35.16% 0.00%
14.12%

Color #D08EDB in popluar number systems.

HEX D0 8E DB
Decimal 208 142 219
Binary 11010000 10001110 11011011
Octal 320 216 333

Shades and tints

Shades of #D08EDB

#D08EDB
(208,142,219)
#BE82C8
(190,130,200)
#AC76B5
(172,118,181)
#9A6AA2
(154,106,162)
#885E8F
(136,94,143)
#76527C
(118,82,124)
#644669
(100,70,105)
#523A56
(82,58,86)
#402E43
(64,46,67)
#2E2230
(46,34,48)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #D08EDB

#D08EDB
(208,142,219)
#D498DE
(212,152,222)
#D8A2E1
(216,162,225)
#DCACE4
(220,172,228)
#E0B6E7
(224,182,231)
#E4C0EA
(228,192,234)
#E8CAED
(232,202,237)
#ECD4F0
(236,212,240)
#F0DEF3
(240,222,243)
#F4E8F6
(244,232,246)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08EDB; }

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

This text font color is #D08EDB.

Background Color

.myBgColor { background-color: #D08EDB; }

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

This div background color is #D08EDB.

Border color

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

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

This div border color is #D08EDB.

Opacity

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

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

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

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

This text has shadow with #D08EDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08EDB.

Preview

Color preview on black background

This text has color #D08EDB on black background.


Color preview on white background

This text has color #D08EDB on white background.


Black color preview on #D08EDB background

This text has black color on #D08EDB background.


White color preview on #D08EDB background

This text has white color on #D08EDB background.


Related colors

Complementary color

Complementary color for #hex is #2F7124.


I love getcolorcode.com

Triadic colors

1 #DBD08E and #8EDBD0 with #D08EDB are triadic colors.

2 #DB8ED0 and #8ED0DB with #D08EDB are triadic colors.