COLOR #C39EB6

HEX: #C39EB6
RGB: (195,158,182)

Color info

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

RGB color model

#C39EB6 color RGB value is (195,158,182).

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

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 182 of 255 = 71%

195
158
182

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

Portions of RGB colors in percentages

R + G + B =
195 + 158 + 182 = 535 (100%)
R 195 of 535 ~ 36.45%
G 158 of 535 ~ 29.53%
B 182 of 535 ~ 34.02%

%36.45
%29.53
%34.02

CMYK color model

#C39EB6 color CMYK value is (0,19,7,24).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(0,19,7,24)
C0M19Y7K24 
(0%,19%,7%,24%)
(0.00/0.19/0.07/0.24)	

CMYK percentages

%0
%18.97
%6.67
%23.53

Codes

Color #C39EB6 in popluar color models

C39EB6
RGB195158182
HSL321°23.57%69.22%
HSB/HSV321°18.97%76.47%
CMYK0.00%18.97%6.67%
23.53%

Color #C39EB6 in popluar number systems.

HEXC39EB6
Decimal195158182
Binary110000111001111010110110
Octal303236266

Shades and tints

Shades of #C39EB6

#C39EB6
(195,158,182)
#B290A6
(178,144,166)
#A18296
(161,130,150)
#907486
(144,116,134)
#7F6676
(127,102,118)
#6E5866
(110,88,102)
#5D4A56
(93,74,86)
#4C3C46
(76,60,70)
#3B2E36
(59,46,54)
#2A2026
(42,32,38)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #C39EB6

#C39EB6
(195,158,182)
#C8A6BC
(200,166,188)
#CDAEC2
(205,174,194)
#D2B6C8
(210,182,200)
#D7BECE
(215,190,206)
#DCC6D4
(220,198,212)
#E1CEDA
(225,206,218)
#E6D6E0
(230,214,224)
#EBDEE6
(235,222,230)
#F0E6EC
(240,230,236)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39EB6; }

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

This text font color is #C39EB6.


Background Color

.myBgColor { background-color: #C39EB6; }

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

This div background color is #C39EB6.


Border color

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

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

This div border color is #C39EB6.


Opacity

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

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

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

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

This text has shadow with #C39EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39EB6 on black background.


Color preview on white background

This text has color #C39EB6 on white background.



Black color preview on #C39EB6 background

This text has black color on #C39EB6 background.


White color preview on #C39EB6 background

This text has white color on #C39EB6 background.