COLOR #C99EC2

HEX: #C99EC2 RGB: (201,158,194)

Color info

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

RGB color model

#C99EC2 color RGB value is (201,158,194).

RGB: (201,158,194) (79%, 62%, 76%)

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 194 of 255 = 76%

201
158
194

R + G + B ~ 72%. #C99EC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 158 + 194 = 553 (100%)
R 201 of 553 ~ 36.35%
G 158 of 553 ~ 28.57%
B 194 of 553 ~ 35.08'%

%36.35
%28.57
%35.08

CMYK color model

#C99EC2 color CMYK value is (0,21,3,21).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 3.48%
  • key color value is 21.18%
CMYK: (0,21,3,21) C0M21Y3K21 (0%,21%,3%,21%) (0.00/0.21/0.03/0.21) 

CMYK percentages

%0
%21.39
%3.48
%21.18

Codes

Color #C99EC2 in popluar color models

C9 9E C2
RGB 201 158 194
HSL 310° 28.48% 70.39%
HSB/HSV 310° 21.39% 78.82%
CMYK 0.00% 21.39% 3.48%
21.18%

Color #C99EC2 in popluar number systems.

HEX C9 9E C2
Decimal 201 158 194
Binary 11001001 10011110 11000010
Octal 311 236 302

Shades and tints

Shades of #C99EC2

#C99EC2
(201,158,194)
#B790B1
(183,144,177)
#A582A0
(165,130,160)
#93748F
(147,116,143)
#81667E
(129,102,126)
#6F586D
(111,88,109)
#5D4A5C
(93,74,92)
#4B3C4B
(75,60,75)
#392E3A
(57,46,58)
#272029
(39,32,41)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #C99EC2

#C99EC2
(201,158,194)
#CDA6C7
(205,166,199)
#D1AECC
(209,174,204)
#D5B6D1
(213,182,209)
#D9BED6
(217,190,214)
#DDC6DB
(221,198,219)
#E1CEE0
(225,206,224)
#E5D6E5
(229,214,229)
#E9DEEA
(233,222,234)
#EDE6EF
(237,230,239)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99EC2; }

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

This text font color is #C99EC2.

Background Color

.myBgColor { background-color: #C99EC2; }

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

This div background color is #C99EC2.

Border color

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

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

This div border color is #C99EC2.

Opacity

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

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

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

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

This text has shadow with #C99EC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99EC2.

Preview

Color preview on black background

This text has color #C99EC2 on black background.


Color preview on white background

This text has color #C99EC2 on white background.


Black color preview on #C99EC2 background

This text has black color on #C99EC2 background.


White color preview on #C99EC2 background

This text has white color on #C99EC2 background.


Related colors

Complementary color

Complementary color for #hex is #36613D.


I love getcolorcode.com

Triadic colors

1 #C2C99E and #9EC2C9 with #C99EC2 are triadic colors.

2 #C29EC9 and #9EC9C2 with #C99EC2 are triadic colors.