COLOR #C27DB0

HEX: #C27DB0
RGB: (194,125,176)

Color info

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

RGB color model

#C27DB0 color RGB value is (194,125,176).

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

RGB channels and saturation

R 194 of 255 = 76%
G 125 of 255 = 49%
B 176 of 255 = 69%

194
125
176

R + G + B ~ 65%. #C27DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 125 + 176 = 495 (100%)
R 194 of 495 ~ 39.19%
G 125 of 495 ~ 25.25%
B 176 of 495 ~ 35.56%

%39.19
%25.25
%35.56

CMYK color model

#C27DB0 color CMYK value is (0,36,9,24).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 9.28%
  • key color value is 23.92%
CMYK:
(0,36,9,24)
C0M36Y9K24 
(0%,36%,9%,24%)
(0.00/0.36/0.09/0.24)	

CMYK percentages

%0
%35.57
%9.28
%23.92

Codes

Color #C27DB0 in popluar color models

C27DB0
RGB194125176
HSL316°36.13%62.55%
HSB/HSV316°35.57%76.08%
CMYK0.00%35.57%9.28%
23.92%

Color #C27DB0 in popluar number systems.

HEXC27DB0
Decimal194125176
Binary11000010111110110110000
Octal302175260

Shades and tints

Shades of #C27DB0

#C27DB0
(194,125,176)
#B172A0
(177,114,160)
#A06790
(160,103,144)
#8F5C80
(143,92,128)
#7E5170
(126,81,112)
#6D4660
(109,70,96)
#5C3B50
(92,59,80)
#4B3040
(75,48,64)
#3A2530
(58,37,48)
#291A20
(41,26,32)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #C27DB0

#C27DB0
(194,125,176)
#C788B7
(199,136,183)
#CC93BE
(204,147,190)
#D19EC5
(209,158,197)
#D6A9CC
(214,169,204)
#DBB4D3
(219,180,211)
#E0BFDA
(224,191,218)
#E5CAE1
(229,202,225)
#EAD5E8
(234,213,232)
#EFE0EF
(239,224,239)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C27DB0; }

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

This text font color is #C27DB0.


Background Color

.myBgColor { background-color: #C27DB0; }

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

This div background color is #C27DB0.


Border color

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

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

This div border color is #C27DB0.


Opacity

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

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

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

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

This text has shadow with #C27DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27DB0 on black background.


Color preview on white background

This text has color #C27DB0 on white background.



Black color preview on #C27DB0 background

This text has black color on #C27DB0 background.


White color preview on #C27DB0 background

This text has white color on #C27DB0 background.