COLOR #C27BB0

HEX: #C27BB0
RGB: (194,123,176)

Color info

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

RGB color model

#C27BB0 color RGB value is (194,123,176).

  • red value is 194;
  • green value is 123;
  • blue value is 176.
RGB:
(194,123,176)
(76%,48%,69%)

RGB channels and saturation

R 194 of 255 = 76%
G 123 of 255 = 48%
B 176 of 255 = 69%

194
123
176

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

Portions of RGB colors in percentages

R + G + B =
194 + 123 + 176 = 493 (100%)
R 194 of 493 ~ 39.35%
G 123 of 493 ~ 24.95%
B 176 of 493 ~ 35.7%

%39.35
%24.95
%35.7

CMYK color model

#C27BB0 color CMYK value is (0,37,9,24).

  • cyan value is 0.00%
  • magenta value is 36.60%
  • yellow value is 9.28%
  • key color value is 23.92%
CMYK:
(0,37,9,24)
C0M37Y9K24 
(0%,37%,9%,24%)
(0.00/0.37/0.09/0.24)	

CMYK percentages

%0
%36.6
%9.28
%23.92

Codes

Color #C27BB0 in popluar color models

C27BB0
RGB194123176
HSL315°36.79%62.16%
HSB/HSV315°36.60%76.08%
CMYK0.00%36.60%9.28%
23.92%

Color #C27BB0 in popluar number systems.

HEXC27BB0
Decimal194123176
Binary11000010111101110110000
Octal302173260

Shades and tints

Shades of #C27BB0

#C27BB0
(194,123,176)
#B170A0
(177,112,160)
#A06590
(160,101,144)
#8F5A80
(143,90,128)
#7E4F70
(126,79,112)
#6D4460
(109,68,96)
#5C3950
(92,57,80)
#4B2E40
(75,46,64)
#3A2330
(58,35,48)
#291820
(41,24,32)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #C27BB0

#C27BB0
(194,123,176)
#C787B7
(199,135,183)
#CC93BE
(204,147,190)
#D19FC5
(209,159,197)
#D6ABCC
(214,171,204)
#DBB7D3
(219,183,211)
#E0C3DA
(224,195,218)
#E5CFE1
(229,207,225)
#EADBE8
(234,219,232)
#EFE7EF
(239,231,239)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27BB0 color. Also use rgb(194,123,176) instead hex code.

Text Font Color

.myTextColor { color: #C27BB0; }

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

This text font color is #C27BB0.


Background Color

.myBgColor { background-color: #C27BB0; }

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

This div background color is #C27BB0.


Border color

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

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

This div border color is #C27BB0.


Opacity

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

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

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

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

This text has shadow with #C27BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27BB0 on black background.


Color preview on white background

This text has color #C27BB0 on white background.



Black color preview on #C27BB0 background

This text has black color on #C27BB0 background.


White color preview on #C27BB0 background

This text has white color on #C27BB0 background.