COLOR #C39DBB

HEX: #C39DBB RGB: (195,157,187)

Color info

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

RGB color model

#C39DBB color RGB value is (195,157,187).

RGB: (195,157,187) (76%, 62%, 73%)

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 187 of 255 = 73%

195
157
187

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

Portions of RGB colors in percentages

R + G + B = 195 + 157 + 187 = 539 (100%)
R 195 of 539 ~ 36.18%
G 157 of 539 ~ 29.13%
B 187 of 539 ~ 34.69'%

%36.18
%29.13
%34.69

CMYK color model

#C39DBB color CMYK value is (0,19,4,24).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 4.10%
  • key color value is 23.53%

CMYK: (0,19,4,24)
C0M19Y4K24 (0%, 19%, 4%, 24%)
(0.00 / 0.19 / 0.04 / 0.24)

CMYK percentages

%0
%19.49
%4.1
%23.53

Codes

Color #C39DBB in popluar color models

C3 9D BB
RGB 195 157 187
HSL 313° 24.05% 69.02%
HSB/HSV 313° 19.49% 76.47%
CMYK 0.00% 19.49% 4.10%
23.53%

Color #C39DBB in popluar number systems.

HEX C3 9D BB
Decimal 195 157 187
Binary 11000011 10011101 10111011
Octal 303 235 273

Shades and tints

Shades of #C39DBB

#C39DBB
(195,157,187)
#B28FAA
(178,143,170)
#A18199
(161,129,153)
#907388
(144,115,136)
#7F6577
(127,101,119)
#6E5766
(110,87,102)
#5D4955
(93,73,85)
#4C3B44
(76,59,68)
#3B2D33
(59,45,51)
#2A1F22
(42,31,34)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C39DBB

#C39DBB
(195,157,187)
#C8A5C1
(200,165,193)
#CDADC7
(205,173,199)
#D2B5CD
(210,181,205)
#D7BDD3
(215,189,211)
#DCC5D9
(220,197,217)
#E1CDDF
(225,205,223)
#E6D5E5
(230,213,229)
#EBDDEB
(235,221,235)
#F0E5F1
(240,229,241)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39DBB color. Also use rgb(195,157,187) instead hex code.

Text Font Color

.myTextColor { color: #C39DBB; }

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

This text font color is #C39DBB.

Background Color

.myBgColor { background-color: #C39DBB; }

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

This div background color is #C39DBB.

Border color

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

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

This div border color is #C39DBB.

Opacity

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

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

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

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

This text has shadow with #C39DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39DBB.

Preview

Color preview on black background

This text has color #C39DBB on black background.


Color preview on white background

This text has color #C39DBB on white background.


Black color preview on #C39DBB background

This text has black color on #C39DBB background.


White color preview on #C39DBB background

This text has white color on #C39DBB background.


Related colors

Complementary color

Complementary color for #hex is #3C6244.


I love getcolorcode.com

Triadic colors

1 #BBC39D and #9DBBC3 with #C39DBB are triadic colors.

2 #BB9DC3 and #9DC3BB with #C39DBB are triadic colors.