COLOR #C39CBB

HEX: #C39CBB
RGB: (195,156,187)

Color info

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

RGB color model

#C39CBB color RGB value is (195,156,187).

  • red value is 195;
  • green value is 156;
  • blue value is 187.
RGB:
(195,156,187)
(76%,61%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 156 of 255 = 61%
B 187 of 255 = 73%

195
156
187

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

Portions of RGB colors in percentages

R + G + B =
195 + 156 + 187 = 538 (100%)
R 195 of 538 ~ 36.25%
G 156 of 538 ~ 29%
B 187 of 538 ~ 34.76%

%36.25
%29
%34.76

CMYK color model

#C39CBB color CMYK value is (0,20,4,24).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK:
(0,20,4,24)
C0M20Y4K24 
(0%,20%,4%,24%)
(0.00/0.20/0.04/0.24)	

CMYK percentages

%0
%20
%4.1
%23.53

Codes

Color #C39CBB in popluar color models

C39CBB
RGB195156187
HSL312°24.53%68.82%
HSB/HSV312°20.00%76.47%
CMYK0.00%20.00%4.10%
23.53%

Color #C39CBB in popluar number systems.

HEXC39CBB
Decimal195156187
Binary110000111001110010111011
Octal303234273

Shades and tints

Shades of #C39CBB

#C39CBB
(195,156,187)
#B28EAA
(178,142,170)
#A18099
(161,128,153)
#907288
(144,114,136)
#7F6477
(127,100,119)
#6E5666
(110,86,102)
#5D4855
(93,72,85)
#4C3A44
(76,58,68)
#3B2C33
(59,44,51)
#2A1E22
(42,30,34)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #C39CBB

#C39CBB
(195,156,187)
#C8A5C1
(200,165,193)
#CDAEC7
(205,174,199)
#D2B7CD
(210,183,205)
#D7C0D3
(215,192,211)
#DCC9D9
(220,201,217)
#E1D2DF
(225,210,223)
#E6DBE5
(230,219,229)
#EBE4EB
(235,228,235)
#F0EDF1
(240,237,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39CBB; }

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

This text font color is #C39CBB.


Background Color

.myBgColor { background-color: #C39CBB; }

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

This div background color is #C39CBB.


Border color

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

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

This div border color is #C39CBB.


Opacity

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

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

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

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

This text has shadow with #C39CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39CBB on black background.


Color preview on white background

This text has color #C39CBB on white background.



Black color preview on #C39CBB background

This text has black color on #C39CBB background.


White color preview on #C39CBB background

This text has white color on #C39CBB background.