COLOR #C39ABE

HEX: #C39ABE
RGB: (195,154,190)

Color info

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

RGB color model

#C39ABE color RGB value is (195,154,190).

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

RGB channels and saturation

R 195 of 255 = 76%
G 154 of 255 = 60%
B 190 of 255 = 75%

195
154
190

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

Portions of RGB colors in percentages

R + G + B =
195 + 154 + 190 = 539 (100%)
R 195 of 539 ~ 36.18%
G 154 of 539 ~ 28.57%
B 190 of 539 ~ 35.25%

%36.18
%28.57
%35.25

CMYK color model

#C39ABE color CMYK value is (0,21,3,24).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK:
(0,21,3,24)
C0M21Y3K24 
(0%,21%,3%,24%)
(0.00/0.21/0.03/0.24)	

CMYK percentages

%0
%21.03
%2.56
%23.53

Codes

Color #C39ABE in popluar color models

C39ABE
RGB195154190
HSL307°25.47%68.43%
HSB/HSV307°21.03%76.47%
CMYK0.00%21.03%2.56%
23.53%

Color #C39ABE in popluar number systems.

HEXC39ABE
Decimal195154190
Binary110000111001101010111110
Octal303232276

Shades and tints

Shades of #C39ABE

#C39ABE
(195,154,190)
#B28CAD
(178,140,173)
#A17E9C
(161,126,156)
#90708B
(144,112,139)
#7F627A
(127,98,122)
#6E5469
(110,84,105)
#5D4658
(93,70,88)
#4C3847
(76,56,71)
#3B2A36
(59,42,54)
#2A1C25
(42,28,37)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #C39ABE

#C39ABE
(195,154,190)
#C8A3C3
(200,163,195)
#CDACC8
(205,172,200)
#D2B5CD
(210,181,205)
#D7BED2
(215,190,210)
#DCC7D7
(220,199,215)
#E1D0DC
(225,208,220)
#E6D9E1
(230,217,225)
#EBE2E6
(235,226,230)
#F0EBEB
(240,235,235)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39ABE; }

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

This text font color is #C39ABE.


Background Color

.myBgColor { background-color: #C39ABE; }

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

This div background color is #C39ABE.


Border color

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

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

This div border color is #C39ABE.


Opacity

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

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

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

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

This text has shadow with #C39ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39ABE on black background.


Color preview on white background

This text has color #C39ABE on white background.



Black color preview on #C39ABE background

This text has black color on #C39ABE background.


White color preview on #C39ABE background

This text has white color on #C39ABE background.