COLOR #C27CAE

HEX: #C27CAE
RGB: (194,124,174)

Color info

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

RGB color model

#C27CAE color RGB value is (194,124,174).

  • red value is 194;
  • green value is 124;
  • blue value is 174.
RGB:
(194,124,174)
(76%,49%,68%)

RGB channels and saturation

R 194 of 255 = 76%
G 124 of 255 = 49%
B 174 of 255 = 68%

194
124
174

R + G + B ~ 64%. #C27CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 124 + 174 = 492 (100%)
R 194 of 492 ~ 39.43%
G 124 of 492 ~ 25.2%
B 174 of 492 ~ 35.37%

%39.43
%25.2
%35.37

CMYK color model

#C27CAE color CMYK value is (0,36,10,24).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 10.31%
  • key color value is 23.92%
CMYK:
(0,36,10,24)
C0M36Y10K24 
(0%,36%,10%,24%)
(0.00/0.36/0.10/0.24)	

CMYK percentages

%0
%36.08
%10.31
%23.92

Codes

Color #C27CAE in popluar color models

C27CAE
RGB194124174
HSL317°36.46%62.35%
HSB/HSV317°36.08%76.08%
CMYK0.00%36.08%10.31%
23.92%

Color #C27CAE in popluar number systems.

HEXC27CAE
Decimal194124174
Binary11000010111110010101110
Octal302174256

Shades and tints

Shades of #C27CAE

#C27CAE
(194,124,174)
#B1719F
(177,113,159)
#A06690
(160,102,144)
#8F5B81
(143,91,129)
#7E5072
(126,80,114)
#6D4563
(109,69,99)
#5C3A54
(92,58,84)
#4B2F45
(75,47,69)
#3A2436
(58,36,54)
#291927
(41,25,39)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #C27CAE

#C27CAE
(194,124,174)
#C787B5
(199,135,181)
#CC92BC
(204,146,188)
#D19DC3
(209,157,195)
#D6A8CA
(214,168,202)
#DBB3D1
(219,179,209)
#E0BED8
(224,190,216)
#E5C9DF
(229,201,223)
#EAD4E6
(234,212,230)
#EFDFED
(239,223,237)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27CAE color. Also use rgb(194,124,174) instead hex code.

Text Font Color

.myTextColor { color: #C27CAE; }

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

This text font color is #C27CAE.


Background Color

.myBgColor { background-color: #C27CAE; }

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

This div background color is #C27CAE.


Border color

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

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

This div border color is #C27CAE.


Opacity

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

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

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

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

This text has shadow with #C27CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27CAE on black background.


Color preview on white background

This text has color #C27CAE on white background.



Black color preview on #C27CAE background

This text has black color on #C27CAE background.


White color preview on #C27CAE background

This text has white color on #C27CAE background.