COLOR #D08FAE

HEX: #D08FAE RGB: (208,143,174)

Color info

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

RGB color model

#D08FAE color RGB value is (208,143,174).

RGB: (208,143,174) (82%, 56%, 68%)

RGB channels and saturation

R 208 of 255 = 82%
G 143 of 255 = 56%
B 174 of 255 = 68%

208
143
174

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

Portions of RGB colors in percentages

R + G + B = 208 + 143 + 174 = 525 (100%)
R 208 of 525 ~ 39.62%
G 143 of 525 ~ 27.24%
B 174 of 525 ~ 33.14'%

%39.62
%27.24
%33.14

CMYK color model

#D08FAE color CMYK value is (0,31,16,18).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 16.35%
  • key color value is 18.43%

CMYK: (0,31,16,18)
C0M31Y16K18 (0%, 31%, 16%, 18%)
(0.00 / 0.31 / 0.16 / 0.18)

CMYK percentages

%0
%31.25
%16.35
%18.43

Codes

Color #D08FAE in popluar color models

D0 8F AE
RGB 208 143 174
HSL 331° 40.88% 68.82%
HSB/HSV 331° 31.25% 81.57%
CMYK 0.00% 31.25% 16.35%
18.43%

Color #D08FAE in popluar number systems.

HEX D0 8F AE
Decimal 208 143 174
Binary 11010000 10001111 10101110
Octal 320 217 256

Shades and tints

Shades of #D08FAE

#D08FAE
(208,143,174)
#BE829F
(190,130,159)
#AC7590
(172,117,144)
#9A6881
(154,104,129)
#885B72
(136,91,114)
#764E63
(118,78,99)
#644154
(100,65,84)
#523445
(82,52,69)
#402736
(64,39,54)
#2E1A27
(46,26,39)
#1C0D18
(28,13,24)
#000000
(0,0,0)

Tints of #D08FAE

#D08FAE
(208,143,174)
#D499B5
(212,153,181)
#D8A3BC
(216,163,188)
#DCADC3
(220,173,195)
#E0B7CA
(224,183,202)
#E4C1D1
(228,193,209)
#E8CBD8
(232,203,216)
#ECD5DF
(236,213,223)
#F0DFE6
(240,223,230)
#F4E9ED
(244,233,237)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08FAE; }

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

This text font color is #D08FAE.

Background Color

.myBgColor { background-color: #D08FAE; }

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

This div background color is #D08FAE.

Border color

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

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

This div border color is #D08FAE.

Opacity

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

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

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

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

This text has shadow with #D08FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08FAE.

Preview

Color preview on black background

This text has color #D08FAE on black background.


Color preview on white background

This text has color #D08FAE on white background.


Black color preview on #D08FAE background

This text has black color on #D08FAE background.


White color preview on #D08FAE background

This text has white color on #D08FAE background.


Related colors

Complementary color

Complementary color for #hex is #2F7051.


I love getcolorcode.com

Triadic colors

1 #AED08F and #8FAED0 with #D08FAE are triadic colors.

2 #AE8FD0 and #8FD0AE with #D08FAE are triadic colors.