COLOR #C39DC4

HEX: #C39DC4
RGB: (195,157,196)

Color info

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

RGB color model

#C39DC4 color RGB value is (195,157,196).

  • red value is 195;
  • green value is 157;
  • blue value is 196.
RGB:
(195,157,196)
(76%,62%,77%)

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 196 of 255 = 77%

195
157
196

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

Portions of RGB colors in percentages

R + G + B =
195 + 157 + 196 = 548 (100%)
R 195 of 548 ~ 35.58%
G 157 of 548 ~ 28.65%
B 196 of 548 ~ 35.77%

%35.58
%28.65
%35.77

CMYK color model

#C39DC4 color CMYK value is (1,20,0,23).

  • cyan value is 0.51%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(1,20,0,23)
C1M20Y0K23 
(1%,20%,0%,23%)
(0.01/0.20/0.00/0.23)	

CMYK percentages

%0.51
%19.9
%0
%23.14

Codes

Color #C39DC4 in popluar color models

C39DC4
RGB195157196
HSL298°24.84%69.22%
HSB/HSV298°19.90%76.86%
CMYK0.51%19.90%0.00%
23.14%

Color #C39DC4 in popluar number systems.

HEXC39DC4
Decimal195157196
Binary110000111001110111000100
Octal303235304

Shades and tints

Shades of #C39DC4

#C39DC4
(195,157,196)
#B28FB3
(178,143,179)
#A181A2
(161,129,162)
#907391
(144,115,145)
#7F6580
(127,101,128)
#6E576F
(110,87,111)
#5D495E
(93,73,94)
#4C3B4D
(76,59,77)
#3B2D3C
(59,45,60)
#2A1F2B
(42,31,43)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #C39DC4

#C39DC4
(195,157,196)
#C8A5C9
(200,165,201)
#CDADCE
(205,173,206)
#D2B5D3
(210,181,211)
#D7BDD8
(215,189,216)
#DCC5DD
(220,197,221)
#E1CDE2
(225,205,226)
#E6D5E7
(230,213,231)
#EBDDEC
(235,221,236)
#F0E5F1
(240,229,241)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39DC4 color. Also use rgb(195,157,196) instead hex code.

Text Font Color

.myTextColor { color: #C39DC4; }

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

This text font color is #C39DC4.


Background Color

.myBgColor { background-color: #C39DC4; }

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

This div background color is #C39DC4.


Border color

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

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

This div border color is #C39DC4.


Opacity

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

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

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

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

This text has shadow with #C39DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39DC4 on black background.


Color preview on white background

This text has color #C39DC4 on white background.



Black color preview on #C39DC4 background

This text has black color on #C39DC4 background.


White color preview on #C39DC4 background

This text has white color on #C39DC4 background.