COLOR #D39AB3

HEX: #D39AB3
RGB: (211,154,179)

Color info

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

RGB color model

#D39AB3 color RGB value is (211,154,179).

  • red value is 211;
  • green value is 154;
  • blue value is 179.
RGB:
(211,154,179)
(83%,60%,70%)

RGB channels and saturation

R 211 of 255 = 83%
G 154 of 255 = 60%
B 179 of 255 = 70%

211
154
179

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

Portions of RGB colors in percentages

R + G + B =
211 + 154 + 179 = 544 (100%)
R 211 of 544 ~ 38.79%
G 154 of 544 ~ 28.31%
B 179 of 544 ~ 32.9%

%38.79
%28.31
%32.9

CMYK color model

#D39AB3 color CMYK value is (0,27,15,17).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 15.17%
  • key color value is 17.25%
CMYK:
(0,27,15,17)
C0M27Y15K17 
(0%,27%,15%,17%)
(0.00/0.27/0.15/0.17)	

CMYK percentages

%0
%27.01
%15.17
%17.25

Codes

Color #D39AB3 in popluar color models

D39AB3
RGB211154179
HSL334°39.31%71.57%
HSB/HSV334°27.01%82.75%
CMYK0.00%27.01%15.17%
17.25%

Color #D39AB3 in popluar number systems.

HEXD39AB3
Decimal211154179
Binary110100111001101010110011
Octal323232263

Shades and tints

Shades of #D39AB3

#D39AB3
(211,154,179)
#C08CA3
(192,140,163)
#AD7E93
(173,126,147)
#9A7083
(154,112,131)
#876273
(135,98,115)
#745463
(116,84,99)
#614653
(97,70,83)
#4E3843
(78,56,67)
#3B2A33
(59,42,51)
#281C23
(40,28,35)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #D39AB3

#D39AB3
(211,154,179)
#D7A3B9
(215,163,185)
#DBACBF
(219,172,191)
#DFB5C5
(223,181,197)
#E3BECB
(227,190,203)
#E7C7D1
(231,199,209)
#EBD0D7
(235,208,215)
#EFD9DD
(239,217,221)
#F3E2E3
(243,226,227)
#F7EBE9
(247,235,233)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39AB3 color. Also use rgb(211,154,179) instead hex code.

Text Font Color

.myTextColor { color: #D39AB3; }

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

This text font color is #D39AB3.


Background Color

.myBgColor { background-color: #D39AB3; }

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

This div background color is #D39AB3.


Border color

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

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

This div border color is #D39AB3.


Opacity

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

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

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

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

This text has shadow with #D39AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39AB3 on black background.


Color preview on white background

This text has color #D39AB3 on white background.



Black color preview on #D39AB3 background

This text has black color on #D39AB3 background.


White color preview on #D39AB3 background

This text has white color on #D39AB3 background.