COLOR #C39FB1

HEX: #C39FB1
RGB: (195,159,177)

Color info

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

RGB color model

#C39FB1 color RGB value is (195,159,177).

  • red value is 195;
  • green value is 159;
  • blue value is 177.
RGB:
(195,159,177)
(76%,62%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 177 of 255 = 69%

195
159
177

R + G + B ~ 69%. #C39FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 159 + 177 = 531 (100%)
R 195 of 531 ~ 36.72%
G 159 of 531 ~ 29.94%
B 177 of 531 ~ 33.33%

%36.72
%29.94
%33.33

CMYK color model

#C39FB1 color CMYK value is (0,18,9,24).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 9.23%
  • key color value is 23.53%
CMYK:
(0,18,9,24)
C0M18Y9K24 
(0%,18%,9%,24%)
(0.00/0.18/0.09/0.24)	

CMYK percentages

%0
%18.46
%9.23
%23.53

Codes

Color #C39FB1 in popluar color models

C39FB1
RGB195159177
HSL330°23.08%69.41%
HSB/HSV330°18.46%76.47%
CMYK0.00%18.46%9.23%
23.53%

Color #C39FB1 in popluar number systems.

HEXC39FB1
Decimal195159177
Binary110000111001111110110001
Octal303237261

Shades and tints

Shades of #C39FB1

#C39FB1
(195,159,177)
#B291A1
(178,145,161)
#A18391
(161,131,145)
#907581
(144,117,129)
#7F6771
(127,103,113)
#6E5961
(110,89,97)
#5D4B51
(93,75,81)
#4C3D41
(76,61,65)
#3B2F31
(59,47,49)
#2A2121
(42,33,33)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #C39FB1

#C39FB1
(195,159,177)
#C8A7B8
(200,167,184)
#CDAFBF
(205,175,191)
#D2B7C6
(210,183,198)
#D7BFCD
(215,191,205)
#DCC7D4
(220,199,212)
#E1CFDB
(225,207,219)
#E6D7E2
(230,215,226)
#EBDFE9
(235,223,233)
#F0E7F0
(240,231,240)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39FB1 color. Also use rgb(195,159,177) instead hex code.

Text Font Color

.myTextColor { color: #C39FB1; }

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

This text font color is #C39FB1.


Background Color

.myBgColor { background-color: #C39FB1; }

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

This div background color is #C39FB1.


Border color

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

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

This div border color is #C39FB1.


Opacity

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

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

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

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

This text has shadow with #C39FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39FB1 on black background.


Color preview on white background

This text has color #C39FB1 on white background.



Black color preview on #C39FB1 background

This text has black color on #C39FB1 background.


White color preview on #C39FB1 background

This text has white color on #C39FB1 background.