COLOR #D08FA8

HEX: #D08FA8
RGB: (208,143,168)

Color info

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

RGB color model

#D08FA8 color RGB value is (208,143,168).

  • red value is 208;
  • green value is 143;
  • blue value is 168.
RGB:
(208,143,168)
(82%,56%,66%)

RGB channels and saturation

R 208 of 255 = 82%
G 143 of 255 = 56%
B 168 of 255 = 66%

208
143
168

R + G + B ~ 68%. #D08FA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 143 + 168 = 519 (100%)
R 208 of 519 ~ 40.08%
G 143 of 519 ~ 27.55%
B 168 of 519 ~ 32.37%

%40.08
%27.55
%32.37

CMYK color model

#D08FA8 color CMYK value is (0,31,19,18).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 19.23%
  • key color value is 18.43%
CMYK:
(0,31,19,18)
C0M31Y19K18 
(0%,31%,19%,18%)
(0.00/0.31/0.19/0.18)	

CMYK percentages

%0
%31.25
%19.23
%18.43

Codes

Color #D08FA8 in popluar color models

D08FA8
RGB208143168
HSL337°40.88%68.82%
HSB/HSV337°31.25%81.57%
CMYK0.00%31.25%19.23%
18.43%

Color #D08FA8 in popluar number systems.

HEXD08FA8
Decimal208143168
Binary110100001000111110101000
Octal320217250

Shades and tints

Shades of #D08FA8

#D08FA8
(208,143,168)
#BE8299
(190,130,153)
#AC758A
(172,117,138)
#9A687B
(154,104,123)
#885B6C
(136,91,108)
#764E5D
(118,78,93)
#64414E
(100,65,78)
#52343F
(82,52,63)
#402730
(64,39,48)
#2E1A21
(46,26,33)
#1C0D12
(28,13,18)
#000000
(0,0,0)

Tints of #D08FA8

#D08FA8
(208,143,168)
#D499AF
(212,153,175)
#D8A3B6
(216,163,182)
#DCADBD
(220,173,189)
#E0B7C4
(224,183,196)
#E4C1CB
(228,193,203)
#E8CBD2
(232,203,210)
#ECD5D9
(236,213,217)
#F0DFE0
(240,223,224)
#F4E9E7
(244,233,231)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08FA8 color. Also use rgb(208,143,168) instead hex code.

Text Font Color

.myTextColor { color: #D08FA8; }

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

This text font color is #D08FA8.


Background Color

.myBgColor { background-color: #D08FA8; }

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

This div background color is #D08FA8.


Border color

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

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

This div border color is #D08FA8.


Opacity

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

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

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

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

This text has shadow with #D08FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08FA8 on black background.


Color preview on white background

This text has color #D08FA8 on white background.



Black color preview on #D08FA8 background

This text has black color on #D08FA8 background.


White color preview on #D08FA8 background

This text has white color on #D08FA8 background.