COLOR #C99DDF

HEX: #C99DDF RGB: (201,157,223)

Color info

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

RGB color model

#C99DDF color RGB value is (201,157,223).

RGB: (201,157,223) (79%, 62%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 157 of 255 = 62%
B 223 of 255 = 87%

201
157
223

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

Portions of RGB colors in percentages

R + G + B = 201 + 157 + 223 = 581 (100%)
R 201 of 581 ~ 34.6%
G 157 of 581 ~ 27.02%
B 223 of 581 ~ 38.38'%

%34.6
%27.02
%38.38

CMYK color model

#C99DDF color CMYK value is (10,30,0,13).

  • cyan value is 9.87%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (10,30,0,13) C10M30Y0K13 (10%,30%,0%,13%) (0.10/0.30/0.00/0.13) 

CMYK percentages

%9.87
%29.6
%0
%12.55

Codes

Color #C99DDF in popluar color models

C9 9D DF
RGB 201 157 223
HSL 280° 50.77% 74.51%
HSB/HSV 280° 29.60% 87.45%
CMYK 9.87% 29.60% 0.00%
12.55%

Color #C99DDF in popluar number systems.

HEX C9 9D DF
Decimal 201 157 223
Binary 11001001 10011101 11011111
Octal 311 235 337

Shades and tints

Shades of #C99DDF

#C99DDF
(201,157,223)
#B78FCB
(183,143,203)
#A581B7
(165,129,183)
#9373A3
(147,115,163)
#81658F
(129,101,143)
#6F577B
(111,87,123)
#5D4967
(93,73,103)
#4B3B53
(75,59,83)
#392D3F
(57,45,63)
#271F2B
(39,31,43)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #C99DDF

#C99DDF
(201,157,223)
#CDA5E1
(205,165,225)
#D1ADE3
(209,173,227)
#D5B5E5
(213,181,229)
#D9BDE7
(217,189,231)
#DDC5E9
(221,197,233)
#E1CDEB
(225,205,235)
#E5D5ED
(229,213,237)
#E9DDEF
(233,221,239)
#EDE5F1
(237,229,241)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99DDF color. Also use rgb(201,157,223) instead hex code.

Text Font Color

.myTextColor { color: #C99DDF; }

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

This text font color is #C99DDF.

Background Color

.myBgColor { background-color: #C99DDF; }

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

This div background color is #C99DDF.

Border color

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

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

This div border color is #C99DDF.

Opacity

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

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

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

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

This text has shadow with #C99DDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99DDF.

Preview

Color preview on black background

This text has color #C99DDF on black background.


Color preview on white background

This text has color #C99DDF on white background.


Black color preview on #C99DDF background

This text has black color on #C99DDF background.


White color preview on #C99DDF background

This text has white color on #C99DDF background.


Related colors

Complementary color

Complementary color for #hex is #366220.


I love getcolorcode.com

Triadic colors

1 #DFC99D and #9DDFC9 with #C99DDF are triadic colors.

2 #DF9DC9 and #9DC9DF with #C99DDF are triadic colors.