COLOR #C39BA7

HEX: #C39BA7
RGB: (195,155,167)

Color info

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

RGB color model

#C39BA7 color RGB value is (195,155,167).

  • red value is 195;
  • green value is 155;
  • blue value is 167.
RGB:
(195,155,167)
(76%,61%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 155 of 255 = 61%
B 167 of 255 = 65%

195
155
167

R + G + B ~ 67%. #C39BA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 155 + 167 = 517 (100%)
R 195 of 517 ~ 37.72%
G 155 of 517 ~ 29.98%
B 167 of 517 ~ 32.3%

%37.72
%29.98
%32.3

CMYK color model

#C39BA7 color CMYK value is (0,21,14,24).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 14.36%
  • key color value is 23.53%
CMYK:
(0,21,14,24)
C0M21Y14K24 
(0%,21%,14%,24%)
(0.00/0.21/0.14/0.24)	

CMYK percentages

%0
%20.51
%14.36
%23.53

Codes

Color #C39BA7 in popluar color models

C39BA7
RGB195155167
HSL342°25.00%68.63%
HSB/HSV342°20.51%76.47%
CMYK0.00%20.51%14.36%
23.53%

Color #C39BA7 in popluar number systems.

HEXC39BA7
Decimal195155167
Binary110000111001101110100111
Octal303233247

Shades and tints

Shades of #C39BA7

#C39BA7
(195,155,167)
#B28D98
(178,141,152)
#A17F89
(161,127,137)
#90717A
(144,113,122)
#7F636B
(127,99,107)
#6E555C
(110,85,92)
#5D474D
(93,71,77)
#4C393E
(76,57,62)
#3B2B2F
(59,43,47)
#2A1D20
(42,29,32)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #C39BA7

#C39BA7
(195,155,167)
#C8A4AF
(200,164,175)
#CDADB7
(205,173,183)
#D2B6BF
(210,182,191)
#D7BFC7
(215,191,199)
#DCC8CF
(220,200,207)
#E1D1D7
(225,209,215)
#E6DADF
(230,218,223)
#EBE3E7
(235,227,231)
#F0ECEF
(240,236,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39BA7 color. Also use rgb(195,155,167) instead hex code.

Text Font Color

.myTextColor { color: #C39BA7; }

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

This text font color is #C39BA7.


Background Color

.myBgColor { background-color: #C39BA7; }

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

This div background color is #C39BA7.


Border color

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

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

This div border color is #C39BA7.


Opacity

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

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

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

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

This text has shadow with #C39BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39BA7 on black background.


Color preview on white background

This text has color #C39BA7 on white background.



Black color preview on #C39BA7 background

This text has black color on #C39BA7 background.


White color preview on #C39BA7 background

This text has white color on #C39BA7 background.