COLOR #C39EE3

HEX: #C39EE3
RGB: (195,158,227)

Color info

#C39EE3 contains mainly red and blue colors. Web safe color of #C39EE3 is #CC99CC (or #C9C).

RGB color model

#C39EE3 color RGB value is (195,158,227).

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

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 227 of 255 = 89%

195
158
227

R + G + B ~ 76%. #C39EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 158 + 227 = 580 (100%)
R 195 of 580 ~ 33.62%
G 158 of 580 ~ 27.24%
B 227 of 580 ~ 39.14%

%33.62
%27.24
%39.14

CMYK color model

#C39EE3 color CMYK value is (14,30,0,11).

  • cyan value is 14.10%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(14,30,0,11)
C14M30Y0K11 
(14%,30%,0%,11%)
(0.14/0.30/0.00/0.11)	

CMYK percentages

%14.1
%30.4
%0
%10.98

Codes

Color #C39EE3 in popluar color models

C39EE3
RGB195158227
HSL272°55.20%75.49%
HSB/HSV272°30.40%89.02%
CMYK14.10%30.40%0.00%
10.98%

Color #C39EE3 in popluar number systems.

HEXC39EE3
Decimal195158227
Binary110000111001111011100011
Octal303236343

Shades and tints

Shades of #C39EE3

#C39EE3
(195,158,227)
#B290CF
(178,144,207)
#A182BB
(161,130,187)
#9074A7
(144,116,167)
#7F6693
(127,102,147)
#6E587F
(110,88,127)
#5D4A6B
(93,74,107)
#4C3C57
(76,60,87)
#3B2E43
(59,46,67)
#2A202F
(42,32,47)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #C39EE3

#C39EE3
(195,158,227)
#C8A6E5
(200,166,229)
#CDAEE7
(205,174,231)
#D2B6E9
(210,182,233)
#D7BEEB
(215,190,235)
#DCC6ED
(220,198,237)
#E1CEEF
(225,206,239)
#E6D6F1
(230,214,241)
#EBDEF3
(235,222,243)
#F0E6F5
(240,230,245)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39EE3; }

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

This text font color is #C39EE3.


Background Color

.myBgColor { background-color: #C39EE3; }

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

This div background color is #C39EE3.


Border color

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

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

This div border color is #C39EE3.


Opacity

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

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

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

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

This text has shadow with #C39EE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39EE3 on black background.


Color preview on white background

This text has color #C39EE3 on white background.



Black color preview on #C39EE3 background

This text has black color on #C39EE3 background.


White color preview on #C39EE3 background

This text has white color on #C39EE3 background.