COLOR #C39FB0

HEX: #C39FB0 RGB: (195,159,176)

Color info

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

RGB color model

#C39FB0 color RGB value is (195,159,176).

RGB: (195,159,176) (76%, 62%, 69%)

RGB channels and saturation

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

195
159
176

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

Portions of RGB colors in percentages

R + G + B = 195 + 159 + 176 = 530 (100%)
R 195 of 530 ~ 36.79%
G 159 of 530 ~ 30%
B 176 of 530 ~ 33.21'%

%36.79
%30
%33.21

CMYK color model

#C39FB0 color CMYK value is (0,18,10,24).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 9.74%
  • key color value is 23.53%

CMYK: (0,18,10,24)
C0M18Y10K24 (0%, 18%, 10%, 24%)
(0.00 / 0.18 / 0.10 / 0.24)

CMYK percentages

%0
%18.46
%9.74
%23.53

Codes

Color #C39FB0 in popluar color models

C3 9F B0
RGB 195 159 176
HSL 332° 23.08% 69.41%
HSB/HSV 332° 18.46% 76.47%
CMYK 0.00% 18.46% 9.74%
23.53%

Color #C39FB0 in popluar number systems.

HEX C3 9F B0
Decimal 195 159 176
Binary 11000011 10011111 10110000
Octal 303 237 260

Shades and tints

Shades of #C39FB0

#C39FB0
(195,159,176)
#B291A0
(178,145,160)
#A18390
(161,131,144)
#907580
(144,117,128)
#7F6770
(127,103,112)
#6E5960
(110,89,96)
#5D4B50
(93,75,80)
#4C3D40
(76,61,64)
#3B2F30
(59,47,48)
#2A2120
(42,33,32)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #C39FB0

#C39FB0
(195,159,176)
#C8A7B7
(200,167,183)
#CDAFBE
(205,175,190)
#D2B7C5
(210,183,197)
#D7BFCC
(215,191,204)
#DCC7D3
(220,199,211)
#E1CFDA
(225,207,218)
#E6D7E1
(230,215,225)
#EBDFE8
(235,223,232)
#F0E7EF
(240,231,239)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39FB0; }

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

This text font color is #C39FB0.

Background Color

.myBgColor { background-color: #C39FB0; }

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

This div background color is #C39FB0.

Border color

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

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

This div border color is #C39FB0.

Opacity

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

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

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

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

This text has shadow with #C39FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39FB0.

Preview

Color preview on black background

This text has color #C39FB0 on black background.


Color preview on white background

This text has color #C39FB0 on white background.


Black color preview on #C39FB0 background

This text has black color on #C39FB0 background.


White color preview on #C39FB0 background

This text has white color on #C39FB0 background.


Related colors

Complementary color

Complementary color for #hex is #3C604F.


I love getcolorcode.com

Triadic colors

1 #B0C39F and #9FB0C3 with #C39FB0 are triadic colors.

2 #B09FC3 and #9FC3B0 with #C39FB0 are triadic colors.