COLOR #C27E9D

HEX: #C27E9D
RGB: (194,126,157)

Color info

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

RGB color model

#C27E9D color RGB value is (194,126,157).

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

RGB channels and saturation

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

194
126
157

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

Portions of RGB colors in percentages

R + G + B =
194 + 126 + 157 = 477 (100%)
R 194 of 477 ~ 40.67%
G 126 of 477 ~ 26.42%
B 157 of 477 ~ 32.91%

%40.67
%26.42
%32.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.05%
  • yellow value is 19.07%
  • 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
%19.07
%23.92

Codes

Color #C27E9D in popluar color models

C27E9D
RGB194126157
HSL333°35.79%62.75%
HSB/HSV333°35.05%76.08%
CMYK0.00%35.05%19.07%
23.92%

Color #C27E9D in popluar number systems.

HEXC27E9D
Decimal194126157
Binary11000010111111010011101
Octal302176235

Shades and tints

Shades of #C27E9D

#C27E9D
(194,126,157)
#B1738F
(177,115,143)
#A06881
(160,104,129)
#8F5D73
(143,93,115)
#7E5265
(126,82,101)
#6D4757
(109,71,87)
#5C3C49
(92,60,73)
#4B313B
(75,49,59)
#3A262D
(58,38,45)
#291B1F
(41,27,31)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #C27E9D

#C27E9D
(194,126,157)
#C789A5
(199,137,165)
#CC94AD
(204,148,173)
#D19FB5
(209,159,181)
#D6AABD
(214,170,189)
#DBB5C5
(219,181,197)
#E0C0CD
(224,192,205)
#E5CBD5
(229,203,213)
#EAD6DD
(234,214,221)
#EFE1E5
(239,225,229)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C27E9D; }

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

This text font color is #C27E9D.


Background Color

.myBgColor { background-color: #C27E9D; }

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

This div background color is #C27E9D.


Border color

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

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

This div border color is #C27E9D.


Opacity

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

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

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

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

This text has shadow with #C27E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27E9D on black background.


Color preview on white background

This text has color #C27E9D on white background.



Black color preview on #C27E9D background

This text has black color on #C27E9D background.


White color preview on #C27E9D background

This text has white color on #C27E9D background.