COLOR #C27E9E

HEX: #C27E9E
RGB: (194,126,158)

Color info

#C27E9E contains mainly red and blue colors. Web safe color of #C27E9E is #CC6699 (or #C69).

RGB color model

#C27E9E color RGB value is (194,126,158).

  • red value is 194;
  • green value is 126;
  • blue value is 158.
RGB:
(194,126,158)
(76%,49%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 126 of 255 = 49%
B 158 of 255 = 62%

194
126
158

R + G + B ~ 62%. #C27E9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 126 + 158 = 478 (100%)
R 194 of 478 ~ 40.59%
G 126 of 478 ~ 26.36%
B 158 of 478 ~ 33.05%

%40.59
%26.36
%33.05

CMYK color model

#C27E9E color CMYK value is (0,35,19,24).

  • cyan value is 0.00%
  • magenta value is 35.05%
  • yellow value is 18.56%
  • key color value is 23.92%
CMYK:
(0,35,19,24)
C0M35Y19K24 
(0%,35%,19%,24%)
(0.00/0.35/0.19/0.24)	

CMYK percentages

%0
%35.05
%18.56
%23.92

Codes

Color #C27E9E in popluar color models

C27E9E
RGB194126158
HSL332°35.79%62.75%
HSB/HSV332°35.05%76.08%
CMYK0.00%35.05%18.56%
23.92%

Color #C27E9E in popluar number systems.

HEXC27E9E
Decimal194126158
Binary11000010111111010011110
Octal302176236

Shades and tints

Shades of #C27E9E

#C27E9E
(194,126,158)
#B17390
(177,115,144)
#A06882
(160,104,130)
#8F5D74
(143,93,116)
#7E5266
(126,82,102)
#6D4758
(109,71,88)
#5C3C4A
(92,60,74)
#4B313C
(75,49,60)
#3A262E
(58,38,46)
#291B20
(41,27,32)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #C27E9E

#C27E9E
(194,126,158)
#C789A6
(199,137,166)
#CC94AE
(204,148,174)
#D19FB6
(209,159,182)
#D6AABE
(214,170,190)
#DBB5C6
(219,181,198)
#E0C0CE
(224,192,206)
#E5CBD6
(229,203,214)
#EAD6DE
(234,214,222)
#EFE1E6
(239,225,230)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27E9E color. Also use rgb(194,126,158) instead hex code.

Text Font Color

.myTextColor { color: #C27E9E; }

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

This text font color is #C27E9E.


Background Color

.myBgColor { background-color: #C27E9E; }

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

This div background color is #C27E9E.


Border color

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

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

This div border color is #C27E9E.


Opacity

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

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

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

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

This text has shadow with #C27E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27E9E on black background.


Color preview on white background

This text has color #C27E9E on white background.



Black color preview on #C27E9E background

This text has black color on #C27E9E background.


White color preview on #C27E9E background

This text has white color on #C27E9E background.