COLOR #C27E8D

HEX: #C27E8D
RGB: (194,126,141)

Color info

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

RGB color model

#C27E8D color RGB value is (194,126,141).

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

RGB channels and saturation

R 194 of 255 = 76%
G 126 of 255 = 49%
B 141 of 255 = 55%

194
126
141

R + G + B ~ 60%. #C27E8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 126 + 141 = 461 (100%)
R 194 of 461 ~ 42.08%
G 126 of 461 ~ 27.33%
B 141 of 461 ~ 30.59%

%42.08
%27.33
%30.59

CMYK color model

#C27E8D color CMYK value is (0,35,27,24).

  • cyan value is 0.00%
  • magenta value is 35.05%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK:
(0,35,27,24)
C0M35Y27K24 
(0%,35%,27%,24%)
(0.00/0.35/0.27/0.24)	

CMYK percentages

%0
%35.05
%27.32
%23.92

Codes

Color #C27E8D in popluar color models

C27E8D
RGB194126141
HSL347°35.79%62.75%
HSB/HSV347°35.05%76.08%
CMYK0.00%35.05%27.32%
23.92%

Color #C27E8D in popluar number systems.

HEXC27E8D
Decimal194126141
Binary11000010111111010001101
Octal302176215

Shades and tints

Shades of #C27E8D

#C27E8D
(194,126,141)
#B17381
(177,115,129)
#A06875
(160,104,117)
#8F5D69
(143,93,105)
#7E525D
(126,82,93)
#6D4751
(109,71,81)
#5C3C45
(92,60,69)
#4B3139
(75,49,57)
#3A262D
(58,38,45)
#291B21
(41,27,33)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #C27E8D

#C27E8D
(194,126,141)
#C78997
(199,137,151)
#CC94A1
(204,148,161)
#D19FAB
(209,159,171)
#D6AAB5
(214,170,181)
#DBB5BF
(219,181,191)
#E0C0C9
(224,192,201)
#E5CBD3
(229,203,211)
#EAD6DD
(234,214,221)
#EFE1E7
(239,225,231)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C27E8D; }

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

This text font color is #C27E8D.


Background Color

.myBgColor { background-color: #C27E8D; }

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

This div background color is #C27E8D.


Border color

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

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

This div border color is #C27E8D.


Opacity

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

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

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

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

This text has shadow with #C27E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27E8D on black background.


Color preview on white background

This text has color #C27E8D on white background.



Black color preview on #C27E8D background

This text has black color on #C27E8D background.


White color preview on #C27E8D background

This text has white color on #C27E8D background.