COLOR #C39EB3

HEX: #C39EB3
RGB: (195,158,179)

Color info

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

RGB color model

#C39EB3 color RGB value is (195,158,179).

  • red value is 195;
  • green value is 158;
  • blue value is 179.
RGB:
(195,158,179)
(76%,62%,70%)

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 179 of 255 = 70%

195
158
179

R + G + B ~ 69%. #C39EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 158 + 179 = 532 (100%)
R 195 of 532 ~ 36.65%
G 158 of 532 ~ 29.7%
B 179 of 532 ~ 33.65%

%36.65
%29.7
%33.65

CMYK color model

#C39EB3 color CMYK value is (0,19,8,24).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(0,19,8,24)
C0M19Y8K24 
(0%,19%,8%,24%)
(0.00/0.19/0.08/0.24)	

CMYK percentages

%0
%18.97
%8.21
%23.53

Codes

Color #C39EB3 in popluar color models

C39EB3
RGB195158179
HSL326°23.57%69.22%
HSB/HSV326°18.97%76.47%
CMYK0.00%18.97%8.21%
23.53%

Color #C39EB3 in popluar number systems.

HEXC39EB3
Decimal195158179
Binary110000111001111010110011
Octal303236263

Shades and tints

Shades of #C39EB3

#C39EB3
(195,158,179)
#B290A3
(178,144,163)
#A18293
(161,130,147)
#907483
(144,116,131)
#7F6673
(127,102,115)
#6E5863
(110,88,99)
#5D4A53
(93,74,83)
#4C3C43
(76,60,67)
#3B2E33
(59,46,51)
#2A2023
(42,32,35)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #C39EB3

#C39EB3
(195,158,179)
#C8A6B9
(200,166,185)
#CDAEBF
(205,174,191)
#D2B6C5
(210,182,197)
#D7BECB
(215,190,203)
#DCC6D1
(220,198,209)
#E1CED7
(225,206,215)
#E6D6DD
(230,214,221)
#EBDEE3
(235,222,227)
#F0E6E9
(240,230,233)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39EB3 color. Also use rgb(195,158,179) instead hex code.

Text Font Color

.myTextColor { color: #C39EB3; }

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

This text font color is #C39EB3.


Background Color

.myBgColor { background-color: #C39EB3; }

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

This div background color is #C39EB3.


Border color

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

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

This div border color is #C39EB3.


Opacity

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

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

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

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

This text has shadow with #C39EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39EB3 on black background.


Color preview on white background

This text has color #C39EB3 on white background.



Black color preview on #C39EB3 background

This text has black color on #C39EB3 background.


White color preview on #C39EB3 background

This text has white color on #C39EB3 background.