COLOR #C99EEC

HEX: #C99EEC RGB: (201,158,236)

Color info

#C99EEC contains mainly red and blue colors. Web safe color of #C99EEC is #CC99FF (or #C9F).

RGB color model

#C99EEC color RGB value is (201,158,236).

RGB: (201,158,236) (79%, 62%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 236 of 255 = 93%

201
158
236

R + G + B ~ 78%. #C99EEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 158 + 236 = 595 (100%)
R 201 of 595 ~ 33.78%
G 158 of 595 ~ 26.55%
B 236 of 595 ~ 39.66'%

%33.78
%26.55
%39.66

CMYK color model

#C99EEC color CMYK value is (15,33,0,7).

  • cyan value is 14.83%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (15,33,0,7)
C15M33Y0K7 (15%, 33%, 0%, 7%)
(0.15 / 0.33 / 0.00 / 0.07)

CMYK percentages

%14.83
%33.05
%0
%7.45

Codes

Color #C99EEC in popluar color models

C9 9E EC
RGB 201 158 236
HSL 273° 67.24% 77.25%
HSB/HSV 273° 33.05% 92.55%
CMYK 14.83% 33.05% 0.00%
7.45%

Color #C99EEC in popluar number systems.

HEX C9 9E EC
Decimal 201 158 236
Binary 11001001 10011110 11101100
Octal 311 236 354

Shades and tints

Shades of #C99EEC

#C99EEC
(201,158,236)
#B790D7
(183,144,215)
#A582C2
(165,130,194)
#9374AD
(147,116,173)
#816698
(129,102,152)
#6F5883
(111,88,131)
#5D4A6E
(93,74,110)
#4B3C59
(75,60,89)
#392E44
(57,46,68)
#27202F
(39,32,47)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #C99EEC

#C99EEC
(201,158,236)
#CDA6ED
(205,166,237)
#D1AEEE
(209,174,238)
#D5B6EF
(213,182,239)
#D9BEF0
(217,190,240)
#DDC6F1
(221,198,241)
#E1CEF2
(225,206,242)
#E5D6F3
(229,214,243)
#E9DEF4
(233,222,244)
#EDE6F5
(237,230,245)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99EEC; }

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

This text font color is #C99EEC.

Background Color

.myBgColor { background-color: #C99EEC; }

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

This div background color is #C99EEC.

Border color

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

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

This div border color is #C99EEC.

Opacity

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

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

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

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

This text has shadow with #C99EEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99EEC.

Preview

Color preview on black background

This text has color #C99EEC on black background.


Color preview on white background

This text has color #C99EEC on white background.


Black color preview on #C99EEC background

This text has black color on #C99EEC background.


White color preview on #C99EEC background

This text has white color on #C99EEC background.


Related colors

Complementary color

Complementary color for #hex is #366113.


I love getcolorcode.com

Triadic colors

1 #ECC99E and #9EECC9 with #C99EEC are triadic colors.

2 #EC9EC9 and #9EC9EC with #C99EEC are triadic colors.