COLOR #D39CBE

HEX: #D39CBE RGB: (211,156,190)

Color info

#D39CBE contains red, green and blue colors in about the same proportion. Web safe color of #D39CBE is #CC99CC (or #C9C).

RGB color model

#D39CBE color RGB value is (211,156,190).

RGB: (211,156,190) (83%, 61%, 75%)

RGB channels and saturation

R 211 of 255 = 83%
G 156 of 255 = 61%
B 190 of 255 = 75%

211
156
190

R + G + B ~ 73%. #D39CBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 156 + 190 = 557 (100%)
R 211 of 557 ~ 37.88%
G 156 of 557 ~ 28.01%
B 190 of 557 ~ 34.11'%

%37.88
%28.01
%34.11

CMYK color model

#D39CBE color CMYK value is (0,26,10,17).

  • cyan value is 0.00%
  • magenta value is 26.07%
  • yellow value is 9.95%
  • key color value is 17.25%

CMYK: (0,26,10,17)
C0M26Y10K17 (0%, 26%, 10%, 17%)
(0.00 / 0.26 / 0.10 / 0.17)

CMYK percentages

%0
%26.07
%9.95
%17.25

Codes

Color #D39CBE in popluar color models

D3 9C BE
RGB 211 156 190
HSL 323° 38.46% 71.96%
HSB/HSV 323° 26.07% 82.75%
CMYK 0.00% 26.07% 9.95%
17.25%

Color #D39CBE in popluar number systems.

HEX D3 9C BE
Decimal 211 156 190
Binary 11010011 10011100 10111110
Octal 323 234 276

Shades and tints

Shades of #D39CBE

#D39CBE
(211,156,190)
#C08EAD
(192,142,173)
#AD809C
(173,128,156)
#9A728B
(154,114,139)
#87647A
(135,100,122)
#745669
(116,86,105)
#614858
(97,72,88)
#4E3A47
(78,58,71)
#3B2C36
(59,44,54)
#281E25
(40,30,37)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #D39CBE

#D39CBE
(211,156,190)
#D7A5C3
(215,165,195)
#DBAEC8
(219,174,200)
#DFB7CD
(223,183,205)
#E3C0D2
(227,192,210)
#E7C9D7
(231,201,215)
#EBD2DC
(235,210,220)
#EFDBE1
(239,219,225)
#F3E4E6
(243,228,230)
#F7EDEB
(247,237,235)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39CBE color. Also use rgb(211,156,190) instead hex code.

Text Font Color

.myTextColor { color: #D39CBE; }

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

This text font color is #D39CBE.

Background Color

.myBgColor { background-color: #D39CBE; }

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

This div background color is #D39CBE.

Border color

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

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

This div border color is #D39CBE.

Opacity

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

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

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

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

This text has shadow with #D39CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39CBE.

Preview

Color preview on black background

This text has color #D39CBE on black background.


Color preview on white background

This text has color #D39CBE on white background.


Black color preview on #D39CBE background

This text has black color on #D39CBE background.


White color preview on #D39CBE background

This text has white color on #D39CBE background.


Related colors

Complementary color

Complementary color for #hex is #2C6341.


I love getcolorcode.com

Triadic colors

1 #BED39C and #9CBED3 with #D39CBE are triadic colors.

2 #BE9CD3 and #9CD3BE with #D39CBE are triadic colors.