COLOR #C39FC7

HEX: #C39FC7
RGB: (195,159,199)

Color info

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

RGB color model

#C39FC7 color RGB value is (195,159,199).

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

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 199 of 255 = 78%

195
159
199

R + G + B ~ 72%. #C39FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 159 + 199 = 553 (100%)
R 195 of 553 ~ 35.26%
G 159 of 553 ~ 28.75%
B 199 of 553 ~ 35.99%

%35.26
%28.75
%35.99

CMYK color model

#C39FC7 color CMYK value is (2,20,0,22).

  • cyan value is 2.01%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(2,20,0,22)
C2M20Y0K22 
(2%,20%,0%,22%)
(0.02/0.20/0.00/0.22)	

CMYK percentages

%2.01
%20.1
%0
%21.96

Codes

Color #C39FC7 in popluar color models

C39FC7
RGB195159199
HSL294°26.32%70.20%
HSB/HSV294°20.10%78.04%
CMYK2.01%20.10%0.00%
21.96%

Color #C39FC7 in popluar number systems.

HEXC39FC7
Decimal195159199
Binary110000111001111111000111
Octal303237307

Shades and tints

Shades of #C39FC7

#C39FC7
(195,159,199)
#B291B5
(178,145,181)
#A183A3
(161,131,163)
#907591
(144,117,145)
#7F677F
(127,103,127)
#6E596D
(110,89,109)
#5D4B5B
(93,75,91)
#4C3D49
(76,61,73)
#3B2F37
(59,47,55)
#2A2125
(42,33,37)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #C39FC7

#C39FC7
(195,159,199)
#C8A7CC
(200,167,204)
#CDAFD1
(205,175,209)
#D2B7D6
(210,183,214)
#D7BFDB
(215,191,219)
#DCC7E0
(220,199,224)
#E1CFE5
(225,207,229)
#E6D7EA
(230,215,234)
#EBDFEF
(235,223,239)
#F0E7F4
(240,231,244)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39FC7; }

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

This text font color is #C39FC7.


Background Color

.myBgColor { background-color: #C39FC7; }

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

This div background color is #C39FC7.


Border color

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

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

This div border color is #C39FC7.


Opacity

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

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

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

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

This text has shadow with #C39FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39FC7 on black background.


Color preview on white background

This text has color #C39FC7 on white background.



Black color preview on #C39FC7 background

This text has black color on #C39FC7 background.


White color preview on #C39FC7 background

This text has white color on #C39FC7 background.