COLOR #C39EC6

HEX: #C39EC6 RGB: (195,158,198)

Color info

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

RGB color model

#C39EC6 color RGB value is (195,158,198).

RGB: (195,158,198) (76%, 62%, 78%)

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 198 of 255 = 78%

195
158
198

R + G + B ~ 72%. #C39EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 158 + 198 = 551 (100%)
R 195 of 551 ~ 35.39%
G 158 of 551 ~ 28.68%
B 198 of 551 ~ 35.93'%

%35.39
%28.68
%35.93

CMYK color model

#C39EC6 color CMYK value is (2,20,0,22).

  • cyan value is 1.52%
  • magenta value is 20.20%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (2,20,0,22)
C2M20Y0K22 (2%, 20%, 0%, 22%)
(0.02 / 0.20 / 0.00 / 0.22)

CMYK percentages

%1.52
%20.2
%0
%22.35

Codes

Color #C39EC6 in popluar color models

C3 9E C6
RGB 195 158 198
HSL 296° 25.97% 69.80%
HSB/HSV 296° 20.20% 77.65%
CMYK 1.52% 20.20% 0.00%
22.35%

Color #C39EC6 in popluar number systems.

HEX C3 9E C6
Decimal 195 158 198
Binary 11000011 10011110 11000110
Octal 303 236 306

Shades and tints

Shades of #C39EC6

#C39EC6
(195,158,198)
#B290B4
(178,144,180)
#A182A2
(161,130,162)
#907490
(144,116,144)
#7F667E
(127,102,126)
#6E586C
(110,88,108)
#5D4A5A
(93,74,90)
#4C3C48
(76,60,72)
#3B2E36
(59,46,54)
#2A2024
(42,32,36)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #C39EC6

#C39EC6
(195,158,198)
#C8A6CB
(200,166,203)
#CDAED0
(205,174,208)
#D2B6D5
(210,182,213)
#D7BEDA
(215,190,218)
#DCC6DF
(220,198,223)
#E1CEE4
(225,206,228)
#E6D6E9
(230,214,233)
#EBDEEE
(235,222,238)
#F0E6F3
(240,230,243)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39EC6; }

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

This text font color is #C39EC6.

Background Color

.myBgColor { background-color: #C39EC6; }

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

This div background color is #C39EC6.

Border color

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

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

This div border color is #C39EC6.

Opacity

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

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

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

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

This text has shadow with #C39EC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39EC6.

Preview

Color preview on black background

This text has color #C39EC6 on black background.


Color preview on white background

This text has color #C39EC6 on white background.


Black color preview on #C39EC6 background

This text has black color on #C39EC6 background.


White color preview on #C39EC6 background

This text has white color on #C39EC6 background.


Related colors

Complementary color

Complementary color for #hex is #3C6139.


I love getcolorcode.com

Triadic colors

1 #C6C39E and #9EC6C3 with #C39EC6 are triadic colors.

2 #C69EC3 and #9EC3C6 with #C39EC6 are triadic colors.