COLOR #D39BC6

HEX: #D39BC6 RGB: (211,155,198)

Color info

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

RGB color model

#D39BC6 color RGB value is (211,155,198).

RGB: (211,155,198) (83%, 61%, 78%)

RGB channels and saturation

R 211 of 255 = 83%
G 155 of 255 = 61%
B 198 of 255 = 78%

211
155
198

R + G + B ~ 74%. #D39BC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 155 + 198 = 564 (100%)
R 211 of 564 ~ 37.41%
G 155 of 564 ~ 27.48%
B 198 of 564 ~ 35.11'%

%37.41
%27.48
%35.11

CMYK color model

#D39BC6 color CMYK value is (0,27,6,17).

  • cyan value is 0.00%
  • magenta value is 26.54%
  • yellow value is 6.16%
  • key color value is 17.25%

CMYK: (0,27,6,17)
C0M27Y6K17 (0%, 27%, 6%, 17%)
(0.00 / 0.27 / 0.06 / 0.17)

CMYK percentages

%0
%26.54
%6.16
%17.25

Codes

Color #D39BC6 in popluar color models

D3 9B C6
RGB 211 155 198
HSL 314° 38.89% 71.76%
HSB/HSV 314° 26.54% 82.75%
CMYK 0.00% 26.54% 6.16%
17.25%

Color #D39BC6 in popluar number systems.

HEX D3 9B C6
Decimal 211 155 198
Binary 11010011 10011011 11000110
Octal 323 233 306

Shades and tints

Shades of #D39BC6

#D39BC6
(211,155,198)
#C08DB4
(192,141,180)
#AD7FA2
(173,127,162)
#9A7190
(154,113,144)
#87637E
(135,99,126)
#74556C
(116,85,108)
#61475A
(97,71,90)
#4E3948
(78,57,72)
#3B2B36
(59,43,54)
#281D24
(40,29,36)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #D39BC6

#D39BC6
(211,155,198)
#D7A4CB
(215,164,203)
#DBADD0
(219,173,208)
#DFB6D5
(223,182,213)
#E3BFDA
(227,191,218)
#E7C8DF
(231,200,223)
#EBD1E4
(235,209,228)
#EFDAE9
(239,218,233)
#F3E3EE
(243,227,238)
#F7ECF3
(247,236,243)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39BC6 color. Also use rgb(211,155,198) instead hex code.

Text Font Color

.myTextColor { color: #D39BC6; }

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

This text font color is #D39BC6.

Background Color

.myBgColor { background-color: #D39BC6; }

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

This div background color is #D39BC6.

Border color

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

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

This div border color is #D39BC6.

Opacity

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

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

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

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

This text has shadow with #D39BC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39BC6.

Preview

Color preview on black background

This text has color #D39BC6 on black background.


Color preview on white background

This text has color #D39BC6 on white background.


Black color preview on #D39BC6 background

This text has black color on #D39BC6 background.


White color preview on #D39BC6 background

This text has white color on #D39BC6 background.


Related colors

Complementary color

Complementary color for #hex is #2C6439.


I love getcolorcode.com

Triadic colors

1 #C6D39B and #9BC6D3 with #D39BC6 are triadic colors.

2 #C69BD3 and #9BD3C6 with #D39BC6 are triadic colors.