COLOR #C99BDD

HEX: #C99BDD RGB: (201,155,221)

Color info

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

RGB color model

#C99BDD color RGB value is (201,155,221).

RGB: (201,155,221) (79%, 61%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 221 of 255 = 87%

201
155
221

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

Portions of RGB colors in percentages

R + G + B = 201 + 155 + 221 = 577 (100%)
R 201 of 577 ~ 34.84%
G 155 of 577 ~ 26.86%
B 221 of 577 ~ 38.3'%

%34.84
%26.86
%38.3

CMYK color model

#C99BDD color CMYK value is (9,30,0,13).

  • cyan value is 9.05%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (9,30,0,13)
C9M30Y0K13 (9%, 30%, 0%, 13%)
(0.09 / 0.30 / 0.00 / 0.13)

CMYK percentages

%9.05
%29.86
%0
%13.33

Codes

Color #C99BDD in popluar color models

C9 9B DD
RGB 201 155 221
HSL 282° 49.25% 73.73%
HSB/HSV 282° 29.86% 86.67%
CMYK 9.05% 29.86% 0.00%
13.33%

Color #C99BDD in popluar number systems.

HEX C9 9B DD
Decimal 201 155 221
Binary 11001001 10011011 11011101
Octal 311 233 335

Shades and tints

Shades of #C99BDD

#C99BDD
(201,155,221)
#B78DC9
(183,141,201)
#A57FB5
(165,127,181)
#9371A1
(147,113,161)
#81638D
(129,99,141)
#6F5579
(111,85,121)
#5D4765
(93,71,101)
#4B3951
(75,57,81)
#392B3D
(57,43,61)
#271D29
(39,29,41)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #C99BDD

#C99BDD
(201,155,221)
#CDA4E0
(205,164,224)
#D1ADE3
(209,173,227)
#D5B6E6
(213,182,230)
#D9BFE9
(217,191,233)
#DDC8EC
(221,200,236)
#E1D1EF
(225,209,239)
#E5DAF2
(229,218,242)
#E9E3F5
(233,227,245)
#EDECF8
(237,236,248)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99BDD color. Also use rgb(201,155,221) instead hex code.

Text Font Color

.myTextColor { color: #C99BDD; }

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

This text font color is #C99BDD.

Background Color

.myBgColor { background-color: #C99BDD; }

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

This div background color is #C99BDD.

Border color

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

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

This div border color is #C99BDD.

Opacity

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

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

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

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

This text has shadow with #C99BDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99BDD.

Preview

Color preview on black background

This text has color #C99BDD on black background.


Color preview on white background

This text has color #C99BDD on white background.


Black color preview on #C99BDD background

This text has black color on #C99BDD background.


White color preview on #C99BDD background

This text has white color on #C99BDD background.


Related colors

Complementary color

Complementary color for #hex is #366422.


I love getcolorcode.com

Triadic colors

1 #DDC99B and #9BDDC9 with #C99BDD are triadic colors.

2 #DD9BC9 and #9BC9DD with #C99BDD are triadic colors.