COLOR #D08CB0

HEX: #D08CB0
RGB: (208,140,176)

Color info

#D08CB0 contains mainly red and blue colors. Web safe color of #D08CB0 is #CC9999 (or #C99).

RGB color model

#D08CB0 color RGB value is (208,140,176).

  • red value is 208;
  • green value is 140;
  • blue value is 176.
RGB:
(208,140,176)
(82%,55%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 140 of 255 = 55%
B 176 of 255 = 69%

208
140
176

R + G + B ~ 69%. #D08CB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 140 + 176 = 524 (100%)
R 208 of 524 ~ 39.69%
G 140 of 524 ~ 26.72%
B 176 of 524 ~ 33.59%

%39.69
%26.72
%33.59

CMYK color model

#D08CB0 color CMYK value is (0,33,15,18).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 15.38%
  • key color value is 18.43%
CMYK:
(0,33,15,18)
C0M33Y15K18 
(0%,33%,15%,18%)
(0.00/0.33/0.15/0.18)	

CMYK percentages

%0
%32.69
%15.38
%18.43

Codes

Color #D08CB0 in popluar color models

D08CB0
RGB208140176
HSL328°41.98%68.24%
HSB/HSV328°32.69%81.57%
CMYK0.00%32.69%15.38%
18.43%

Color #D08CB0 in popluar number systems.

HEXD08CB0
Decimal208140176
Binary110100001000110010110000
Octal320214260

Shades and tints

Shades of #D08CB0

#D08CB0
(208,140,176)
#BE80A0
(190,128,160)
#AC7490
(172,116,144)
#9A6880
(154,104,128)
#885C70
(136,92,112)
#765060
(118,80,96)
#644450
(100,68,80)
#523840
(82,56,64)
#402C30
(64,44,48)
#2E2020
(46,32,32)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #D08CB0

#D08CB0
(208,140,176)
#D496B7
(212,150,183)
#D8A0BE
(216,160,190)
#DCAAC5
(220,170,197)
#E0B4CC
(224,180,204)
#E4BED3
(228,190,211)
#E8C8DA
(232,200,218)
#ECD2E1
(236,210,225)
#F0DCE8
(240,220,232)
#F4E6EF
(244,230,239)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08CB0 color. Also use rgb(208,140,176) instead hex code.

Text Font Color

.myTextColor { color: #D08CB0; }

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

This text font color is #D08CB0.


Background Color

.myBgColor { background-color: #D08CB0; }

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

This div background color is #D08CB0.


Border color

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

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

This div border color is #D08CB0.


Opacity

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

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

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

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

This text has shadow with #D08CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08CB0 on black background.


Color preview on white background

This text has color #D08CB0 on white background.



Black color preview on #D08CB0 background

This text has black color on #D08CB0 background.


White color preview on #D08CB0 background

This text has white color on #D08CB0 background.