COLOR #D08EBD

HEX: #D08EBD RGB: (208,142,189)

Color info

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

RGB color model

#D08EBD color RGB value is (208,142,189).

RGB: (208,142,189) (82%, 56%, 74%)

RGB channels and saturation

R 208 of 255 = 82%
G 142 of 255 = 56%
B 189 of 255 = 74%

208
142
189

R + G + B ~ 71%. #D08EBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 142 + 189 = 539 (100%)
R 208 of 539 ~ 38.59%
G 142 of 539 ~ 26.35%
B 189 of 539 ~ 35.06'%

%38.59
%26.35
%35.06

CMYK color model

#D08EBD color CMYK value is (0,32,9,18).

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

CMYK: (0,32,9,18)
C0M32Y9K18 (0%, 32%, 9%, 18%)
(0.00 / 0.32 / 0.09 / 0.18)

CMYK percentages

%0
%31.73
%9.13
%18.43

Codes

Color #D08EBD in popluar color models

D0 8E BD
RGB 208 142 189
HSL 317° 41.25% 68.63%
HSB/HSV 317° 31.73% 81.57%
CMYK 0.00% 31.73% 9.13%
18.43%

Color #D08EBD in popluar number systems.

HEX D0 8E BD
Decimal 208 142 189
Binary 11010000 10001110 10111101
Octal 320 216 275

Shades and tints

Shades of #D08EBD

#D08EBD
(208,142,189)
#BE82AC
(190,130,172)
#AC769B
(172,118,155)
#9A6A8A
(154,106,138)
#885E79
(136,94,121)
#765268
(118,82,104)
#644657
(100,70,87)
#523A46
(82,58,70)
#402E35
(64,46,53)
#2E2224
(46,34,36)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #D08EBD

#D08EBD
(208,142,189)
#D498C3
(212,152,195)
#D8A2C9
(216,162,201)
#DCACCF
(220,172,207)
#E0B6D5
(224,182,213)
#E4C0DB
(228,192,219)
#E8CAE1
(232,202,225)
#ECD4E7
(236,212,231)
#F0DEED
(240,222,237)
#F4E8F3
(244,232,243)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08EBD; }

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

This text font color is #D08EBD.

Background Color

.myBgColor { background-color: #D08EBD; }

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

This div background color is #D08EBD.

Border color

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

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

This div border color is #D08EBD.

Opacity

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

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

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

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

This text has shadow with #D08EBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08EBD.

Preview

Color preview on black background

This text has color #D08EBD on black background.


Color preview on white background

This text has color #D08EBD on white background.


Black color preview on #D08EBD background

This text has black color on #D08EBD background.


White color preview on #D08EBD background

This text has white color on #D08EBD background.


Related colors

Complementary color

Complementary color for #hex is #2F7142.


I love getcolorcode.com

Triadic colors

1 #BDD08E and #8EBDD0 with #D08EBD are triadic colors.

2 #BD8ED0 and #8ED0BD with #D08EBD are triadic colors.