COLOR #C39FB6

HEX: #C39FB6 RGB: (195,159,182)

Color info

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

RGB color model

#C39FB6 color RGB value is (195,159,182).

RGB: (195,159,182) (76%, 62%, 71%)

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 182 of 255 = 71%

195
159
182

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

Portions of RGB colors in percentages

R + G + B = 195 + 159 + 182 = 536 (100%)
R 195 of 536 ~ 36.38%
G 159 of 536 ~ 29.66%
B 182 of 536 ~ 33.96'%

%36.38
%29.66
%33.96

CMYK color model

#C39FB6 color CMYK value is (0,18,7,24).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK: (0,18,7,24) C0M18Y7K24 (0%,18%,7%,24%) (0.00/0.18/0.07/0.24) 

CMYK percentages

%0
%18.46
%6.67
%23.53

Codes

Color #C39FB6 in popluar color models

C3 9F B6
RGB 195 159 182
HSL 322° 23.08% 69.41%
HSB/HSV 322° 18.46% 76.47%
CMYK 0.00% 18.46% 6.67%
23.53%

Color #C39FB6 in popluar number systems.

HEX C3 9F B6
Decimal 195 159 182
Binary 11000011 10011111 10110110
Octal 303 237 266

Shades and tints

Shades of #C39FB6

#C39FB6
(195,159,182)
#B291A6
(178,145,166)
#A18396
(161,131,150)
#907586
(144,117,134)
#7F6776
(127,103,118)
#6E5966
(110,89,102)
#5D4B56
(93,75,86)
#4C3D46
(76,61,70)
#3B2F36
(59,47,54)
#2A2126
(42,33,38)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #C39FB6

#C39FB6
(195,159,182)
#C8A7BC
(200,167,188)
#CDAFC2
(205,175,194)
#D2B7C8
(210,183,200)
#D7BFCE
(215,191,206)
#DCC7D4
(220,199,212)
#E1CFDA
(225,207,218)
#E6D7E0
(230,215,224)
#EBDFE6
(235,223,230)
#F0E7EC
(240,231,236)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39FB6; }

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

This text font color is #C39FB6.

Background Color

.myBgColor { background-color: #C39FB6; }

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

This div background color is #C39FB6.

Border color

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

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

This div border color is #C39FB6.

Opacity

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

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

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

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

This text has shadow with #C39FB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39FB6.

Preview

Color preview on black background

This text has color #C39FB6 on black background.


Color preview on white background

This text has color #C39FB6 on white background.


Black color preview on #C39FB6 background

This text has black color on #C39FB6 background.


White color preview on #C39FB6 background

This text has white color on #C39FB6 background.


Related colors

Complementary color

Complementary color for #hex is #3C6049.


I love getcolorcode.com

Triadic colors

1 #B6C39F and #9FB6C3 with #C39FB6 are triadic colors.

2 #B69FC3 and #9FC3B6 with #C39FB6 are triadic colors.