COLOR #D39FA8

HEX: #D39FA8 RGB: (211,159,168)

Color info

#D39FA8 contains red, green and blue colors in about the same proportion. Web safe color of #D39FA8 is #CC9999 (or #C99).

RGB color model

#D39FA8 color RGB value is (211,159,168).

RGB: (211,159,168) (83%, 62%, 66%)

RGB channels and saturation

R 211 of 255 = 83%
G 159 of 255 = 62%
B 168 of 255 = 66%

211
159
168

R + G + B ~ 70%. #D39FA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 159 + 168 = 538 (100%)
R 211 of 538 ~ 39.22%
G 159 of 538 ~ 29.55%
B 168 of 538 ~ 31.23'%

%39.22
%29.55
%31.23

CMYK color model

#D39FA8 color CMYK value is (0,25,20,17).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 20.38%
  • key color value is 17.25%

CMYK: (0,25,20,17)
C0M25Y20K17 (0%, 25%, 20%, 17%)
(0.00 / 0.25 / 0.20 / 0.17)

CMYK percentages

%0
%24.64
%20.38
%17.25

Codes

Color #D39FA8 in popluar color models

D3 9F A8
RGB 211 159 168
HSL 350° 37.14% 72.55%
HSB/HSV 350° 24.64% 82.75%
CMYK 0.00% 24.64% 20.38%
17.25%

Color #D39FA8 in popluar number systems.

HEX D3 9F A8
Decimal 211 159 168
Binary 11010011 10011111 10101000
Octal 323 237 250

Shades and tints

Shades of #D39FA8

#D39FA8
(211,159,168)
#C09199
(192,145,153)
#AD838A
(173,131,138)
#9A757B
(154,117,123)
#87676C
(135,103,108)
#74595D
(116,89,93)
#614B4E
(97,75,78)
#4E3D3F
(78,61,63)
#3B2F30
(59,47,48)
#282121
(40,33,33)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #D39FA8

#D39FA8
(211,159,168)
#D7A7AF
(215,167,175)
#DBAFB6
(219,175,182)
#DFB7BD
(223,183,189)
#E3BFC4
(227,191,196)
#E7C7CB
(231,199,203)
#EBCFD2
(235,207,210)
#EFD7D9
(239,215,217)
#F3DFE0
(243,223,224)
#F7E7E7
(247,231,231)
#FBEFEE
(251,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39FA8 color. Also use rgb(211,159,168) instead hex code.

Text Font Color

.myTextColor { color: #D39FA8; }

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

This text font color is #D39FA8.

Background Color

.myBgColor { background-color: #D39FA8; }

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

This div background color is #D39FA8.

Border color

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

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

This div border color is #D39FA8.

Opacity

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

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

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

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

This text has shadow with #D39FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39FA8.

Preview

Color preview on black background

This text has color #D39FA8 on black background.


Color preview on white background

This text has color #D39FA8 on white background.


Black color preview on #D39FA8 background

This text has black color on #D39FA8 background.


White color preview on #D39FA8 background

This text has white color on #D39FA8 background.


Related colors

Complementary color

Complementary color for #hex is #2C6057.


I love getcolorcode.com

Triadic colors

1 #A8D39F and #9FA8D3 with #D39FA8 are triadic colors.

2 #A89FD3 and #9FD3A8 with #D39FA8 are triadic colors.