COLOR #C99EDB

HEX: #C99EDB RGB: (201,158,219)

Color info

#C99EDB contains mainly red and blue colors. Web safe color of #C99EDB is #CC99CC (or #C9C).

RGB color model

#C99EDB color RGB value is (201,158,219).

RGB: (201,158,219) (79%, 62%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 219 of 255 = 86%

201
158
219

R + G + B ~ 76%. #C99EDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 158 + 219 = 578 (100%)
R 201 of 578 ~ 34.78%
G 158 of 578 ~ 27.34%
B 219 of 578 ~ 37.89'%

%34.78
%27.34
%37.89

CMYK color model

#C99EDB color CMYK value is (8,28,0,14).

  • cyan value is 8.22%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (8,28,0,14)
C8M28Y0K14 (8%, 28%, 0%, 14%)
(0.08 / 0.28 / 0.00 / 0.14)

CMYK percentages

%8.22
%27.85
%0
%14.12

Codes

Color #C99EDB in popluar color models

C9 9E DB
RGB 201 158 219
HSL 282° 45.86% 73.92%
HSB/HSV 282° 27.85% 85.88%
CMYK 8.22% 27.85% 0.00%
14.12%

Color #C99EDB in popluar number systems.

HEX C9 9E DB
Decimal 201 158 219
Binary 11001001 10011110 11011011
Octal 311 236 333

Shades and tints

Shades of #C99EDB

#C99EDB
(201,158,219)
#B790C8
(183,144,200)
#A582B5
(165,130,181)
#9374A2
(147,116,162)
#81668F
(129,102,143)
#6F587C
(111,88,124)
#5D4A69
(93,74,105)
#4B3C56
(75,60,86)
#392E43
(57,46,67)
#272030
(39,32,48)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #C99EDB

#C99EDB
(201,158,219)
#CDA6DE
(205,166,222)
#D1AEE1
(209,174,225)
#D5B6E4
(213,182,228)
#D9BEE7
(217,190,231)
#DDC6EA
(221,198,234)
#E1CEED
(225,206,237)
#E5D6F0
(229,214,240)
#E9DEF3
(233,222,243)
#EDE6F6
(237,230,246)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99EDB; }

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

This text font color is #C99EDB.

Background Color

.myBgColor { background-color: #C99EDB; }

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

This div background color is #C99EDB.

Border color

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

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

This div border color is #C99EDB.

Opacity

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

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

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

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

This text has shadow with #C99EDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99EDB.

Preview

Color preview on black background

This text has color #C99EDB on black background.


Color preview on white background

This text has color #C99EDB on white background.


Black color preview on #C99EDB background

This text has black color on #C99EDB background.


White color preview on #C99EDB background

This text has white color on #C99EDB background.


Related colors

Complementary color

Complementary color for #hex is #366124.


I love getcolorcode.com

Triadic colors

1 #DBC99E and #9EDBC9 with #C99EDB are triadic colors.

2 #DB9EC9 and #9EC9DB with #C99EDB are triadic colors.