COLOR #C99ED0

HEX: #C99ED0 RGB: (201,158,208)

Color info

#C99ED0 contains red, green and blue colors in about the same proportion. Web safe color of #C99ED0 is #CC99CC (or #C9C).

RGB color model

#C99ED0 color RGB value is (201,158,208).

RGB: (201,158,208) (79%, 62%, 82%)

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 208 of 255 = 82%

201
158
208

R + G + B ~ 74%. #C99ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 158 + 208 = 567 (100%)
R 201 of 567 ~ 35.45%
G 158 of 567 ~ 27.87%
B 208 of 567 ~ 36.68'%

%35.45
%27.87
%36.68

CMYK color model

#C99ED0 color CMYK value is (3,24,0,18).

  • cyan value is 3.37%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (3,24,0,18) C3M24Y0K18 (3%,24%,0%,18%) (0.03/0.24/0.00/0.18) 

CMYK percentages

%3.37
%24.04
%0
%18.43

Codes

Color #C99ED0 in popluar color models

C9 9E D0
RGB 201 158 208
HSL 292° 34.72% 71.76%
HSB/HSV 292° 24.04% 81.57%
CMYK 3.37% 24.04% 0.00%
18.43%

Color #C99ED0 in popluar number systems.

HEX C9 9E D0
Decimal 201 158 208
Binary 11001001 10011110 11010000
Octal 311 236 320

Shades and tints

Shades of #C99ED0

#C99ED0
(201,158,208)
#B790BE
(183,144,190)
#A582AC
(165,130,172)
#93749A
(147,116,154)
#816688
(129,102,136)
#6F5876
(111,88,118)
#5D4A64
(93,74,100)
#4B3C52
(75,60,82)
#392E40
(57,46,64)
#27202E
(39,32,46)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #C99ED0

#C99ED0
(201,158,208)
#CDA6D4
(205,166,212)
#D1AED8
(209,174,216)
#D5B6DC
(213,182,220)
#D9BEE0
(217,190,224)
#DDC6E4
(221,198,228)
#E1CEE8
(225,206,232)
#E5D6EC
(229,214,236)
#E9DEF0
(233,222,240)
#EDE6F4
(237,230,244)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99ED0 color. Also use rgb(201,158,208) instead hex code.

Text Font Color

.myTextColor { color: #C99ED0; }

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

This text font color is #C99ED0.

Background Color

.myBgColor { background-color: #C99ED0; }

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

This div background color is #C99ED0.

Border color

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

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

This div border color is #C99ED0.

Opacity

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

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

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

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

This text has shadow with #C99ED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99ED0.

Preview

Color preview on black background

This text has color #C99ED0 on black background.


Color preview on white background

This text has color #C99ED0 on white background.


Black color preview on #C99ED0 background

This text has black color on #C99ED0 background.


White color preview on #C99ED0 background

This text has white color on #C99ED0 background.


Related colors

Complementary color

Complementary color for #hex is #36612F.


I love getcolorcode.com

Triadic colors

1 #D0C99E and #9ED0C9 with #C99ED0 are triadic colors.

2 #D09EC9 and #9EC9D0 with #C99ED0 are triadic colors.