COLOR #C39EBB

HEX: #C39EBB
RGB: (195,158,187)

Color info

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

RGB color model

#C39EBB color RGB value is (195,158,187).

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

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 187 of 255 = 73%

195
158
187

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

Portions of RGB colors in percentages

R + G + B =
195 + 158 + 187 = 540 (100%)
R 195 of 540 ~ 36.11%
G 158 of 540 ~ 29.26%
B 187 of 540 ~ 34.63%

%36.11
%29.26
%34.63

CMYK color model

#C39EBB color CMYK value is (0,19,4,24).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK:
(0,19,4,24)
C0M19Y4K24 
(0%,19%,4%,24%)
(0.00/0.19/0.04/0.24)	

CMYK percentages

%0
%18.97
%4.1
%23.53

Codes

Color #C39EBB in popluar color models

C39EBB
RGB195158187
HSL313°23.57%69.22%
HSB/HSV313°18.97%76.47%
CMYK0.00%18.97%4.10%
23.53%

Color #C39EBB in popluar number systems.

HEXC39EBB
Decimal195158187
Binary110000111001111010111011
Octal303236273

Shades and tints

Shades of #C39EBB

#C39EBB
(195,158,187)
#B290AA
(178,144,170)
#A18299
(161,130,153)
#907488
(144,116,136)
#7F6677
(127,102,119)
#6E5866
(110,88,102)
#5D4A55
(93,74,85)
#4C3C44
(76,60,68)
#3B2E33
(59,46,51)
#2A2022
(42,32,34)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #C39EBB

#C39EBB
(195,158,187)
#C8A6C1
(200,166,193)
#CDAEC7
(205,174,199)
#D2B6CD
(210,182,205)
#D7BED3
(215,190,211)
#DCC6D9
(220,198,217)
#E1CEDF
(225,206,223)
#E6D6E5
(230,214,229)
#EBDEEB
(235,222,235)
#F0E6F1
(240,230,241)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39EBB; }

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

This text font color is #C39EBB.


Background Color

.myBgColor { background-color: #C39EBB; }

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

This div background color is #C39EBB.


Border color

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

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

This div border color is #C39EBB.


Opacity

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

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

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

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

This text has shadow with #C39EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39EBB on black background.


Color preview on white background

This text has color #C39EBB on white background.



Black color preview on #C39EBB background

This text has black color on #C39EBB background.


White color preview on #C39EBB background

This text has white color on #C39EBB background.