COLOR #C39ABA

HEX: #C39ABA
RGB: (195,154,186)

Color info

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

RGB color model

#C39ABA color RGB value is (195,154,186).

  • red value is 195;
  • green value is 154;
  • blue value is 186.
RGB:
(195,154,186)
(76%,60%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 154 of 255 = 60%
B 186 of 255 = 73%

195
154
186

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

Portions of RGB colors in percentages

R + G + B =
195 + 154 + 186 = 535 (100%)
R 195 of 535 ~ 36.45%
G 154 of 535 ~ 28.79%
B 186 of 535 ~ 34.77%

%36.45
%28.79
%34.77

CMYK color model

#C39ABA color CMYK value is (0,21,5,24).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(0,21,5,24)
C0M21Y5K24 
(0%,21%,5%,24%)
(0.00/0.21/0.05/0.24)	

CMYK percentages

%0
%21.03
%4.62
%23.53

Codes

Color #C39ABA in popluar color models

C39ABA
RGB195154186
HSL313°25.47%68.43%
HSB/HSV313°21.03%76.47%
CMYK0.00%21.03%4.62%
23.53%

Color #C39ABA in popluar number systems.

HEXC39ABA
Decimal195154186
Binary110000111001101010111010
Octal303232272

Shades and tints

Shades of #C39ABA

#C39ABA
(195,154,186)
#B28CAA
(178,140,170)
#A17E9A
(161,126,154)
#90708A
(144,112,138)
#7F627A
(127,98,122)
#6E546A
(110,84,106)
#5D465A
(93,70,90)
#4C384A
(76,56,74)
#3B2A3A
(59,42,58)
#2A1C2A
(42,28,42)
#190E1A
(25,14,26)
#000000
(0,0,0)

Tints of #C39ABA

#C39ABA
(195,154,186)
#C8A3C0
(200,163,192)
#CDACC6
(205,172,198)
#D2B5CC
(210,181,204)
#D7BED2
(215,190,210)
#DCC7D8
(220,199,216)
#E1D0DE
(225,208,222)
#E6D9E4
(230,217,228)
#EBE2EA
(235,226,234)
#F0EBF0
(240,235,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39ABA color. Also use rgb(195,154,186) instead hex code.

Text Font Color

.myTextColor { color: #C39ABA; }

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

This text font color is #C39ABA.


Background Color

.myBgColor { background-color: #C39ABA; }

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

This div background color is #C39ABA.


Border color

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

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

This div border color is #C39ABA.


Opacity

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

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

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

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

This text has shadow with #C39ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39ABA on black background.


Color preview on white background

This text has color #C39ABA on white background.



Black color preview on #C39ABA background

This text has black color on #C39ABA background.


White color preview on #C39ABA background

This text has white color on #C39ABA background.