COLOR #C27DA6

HEX: #C27DA6 RGB: (194,125,166)

Color info

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

RGB color model

#C27DA6 color RGB value is (194,125,166).

RGB: (194,125,166) (76%, 49%, 65%)

RGB channels and saturation

R 194 of 255 = 76%
G 125 of 255 = 49%
B 166 of 255 = 65%

194
125
166

R + G + B ~ 63%. #C27DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 125 + 166 = 485 (100%)
R 194 of 485 ~ 40%
G 125 of 485 ~ 25.77%
B 166 of 485 ~ 34.23'%

%40
%25.77
%34.23

CMYK color model

#C27DA6 color CMYK value is (0,36,14,24).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 14.43%
  • key color value is 23.92%

CMYK: (0,36,14,24)
C0M36Y14K24 (0%, 36%, 14%, 24%)
(0.00 / 0.36 / 0.14 / 0.24)

CMYK percentages

%0
%35.57
%14.43
%23.92

Codes

Color #C27DA6 in popluar color models

C2 7D A6
RGB 194 125 166
HSL 324° 36.13% 62.55%
HSB/HSV 324° 35.57% 76.08%
CMYK 0.00% 35.57% 14.43%
23.92%

Color #C27DA6 in popluar number systems.

HEX C2 7D A6
Decimal 194 125 166
Binary 11000010 1111101 10100110
Octal 302 175 246

Shades and tints

Shades of #C27DA6

#C27DA6
(194,125,166)
#B17297
(177,114,151)
#A06788
(160,103,136)
#8F5C79
(143,92,121)
#7E516A
(126,81,106)
#6D465B
(109,70,91)
#5C3B4C
(92,59,76)
#4B303D
(75,48,61)
#3A252E
(58,37,46)
#291A1F
(41,26,31)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #C27DA6

#C27DA6
(194,125,166)
#C788AE
(199,136,174)
#CC93B6
(204,147,182)
#D19EBE
(209,158,190)
#D6A9C6
(214,169,198)
#DBB4CE
(219,180,206)
#E0BFD6
(224,191,214)
#E5CADE
(229,202,222)
#EAD5E6
(234,213,230)
#EFE0EE
(239,224,238)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C27DA6; }

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

This text font color is #C27DA6.

Background Color

.myBgColor { background-color: #C27DA6; }

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

This div background color is #C27DA6.

Border color

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

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

This div border color is #C27DA6.

Opacity

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

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

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

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

This text has shadow with #C27DA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C27DA6.

Preview

Color preview on black background

This text has color #C27DA6 on black background.


Color preview on white background

This text has color #C27DA6 on white background.


Black color preview on #C27DA6 background

This text has black color on #C27DA6 background.


White color preview on #C27DA6 background

This text has white color on #C27DA6 background.


Related colors

Complementary color

Complementary color for #hex is #3D8259.


I love getcolorcode.com

Triadic colors

1 #A6C27D and #7DA6C2 with #C27DA6 are triadic colors.

2 #A67DC2 and #7DC2A6 with #C27DA6 are triadic colors.