COLOR #C39FA9

HEX: #C39FA9
RGB: (195,159,169)

Color info

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

RGB color model

#C39FA9 color RGB value is (195,159,169).

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

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 169 of 255 = 66%

195
159
169

R + G + B ~ 68%. #C39FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 159 + 169 = 523 (100%)
R 195 of 523 ~ 37.28%
G 159 of 523 ~ 30.4%
B 169 of 523 ~ 32.31%

%37.28
%30.4
%32.31

CMYK color model

#C39FA9 color CMYK value is (0,18,13,24).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 13.33%
  • key color value is 23.53%
CMYK:
(0,18,13,24)
C0M18Y13K24 
(0%,18%,13%,24%)
(0.00/0.18/0.13/0.24)	

CMYK percentages

%0
%18.46
%13.33
%23.53

Codes

Color #C39FA9 in popluar color models

C39FA9
RGB195159169
HSL343°23.08%69.41%
HSB/HSV343°18.46%76.47%
CMYK0.00%18.46%13.33%
23.53%

Color #C39FA9 in popluar number systems.

HEXC39FA9
Decimal195159169
Binary110000111001111110101001
Octal303237251

Shades and tints

Shades of #C39FA9

#C39FA9
(195,159,169)
#B2919A
(178,145,154)
#A1838B
(161,131,139)
#90757C
(144,117,124)
#7F676D
(127,103,109)
#6E595E
(110,89,94)
#5D4B4F
(93,75,79)
#4C3D40
(76,61,64)
#3B2F31
(59,47,49)
#2A2122
(42,33,34)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #C39FA9

#C39FA9
(195,159,169)
#C8A7B0
(200,167,176)
#CDAFB7
(205,175,183)
#D2B7BE
(210,183,190)
#D7BFC5
(215,191,197)
#DCC7CC
(220,199,204)
#E1CFD3
(225,207,211)
#E6D7DA
(230,215,218)
#EBDFE1
(235,223,225)
#F0E7E8
(240,231,232)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39FA9; }

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

This text font color is #C39FA9.


Background Color

.myBgColor { background-color: #C39FA9; }

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

This div background color is #C39FA9.


Border color

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

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

This div border color is #C39FA9.


Opacity

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

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

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

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

This text has shadow with #C39FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39FA9 on black background.


Color preview on white background

This text has color #C39FA9 on white background.



Black color preview on #C39FA9 background

This text has black color on #C39FA9 background.


White color preview on #C39FA9 background

This text has white color on #C39FA9 background.