COLOR #C99FBB

HEX: #C99FBB RGB: (201,159,187)

Color info

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

RGB color model

#C99FBB color RGB value is (201,159,187).

RGB: (201,159,187) (79%, 62%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 159 of 255 = 62%
B 187 of 255 = 73%

201
159
187

R + G + B ~ 71%. #C99FBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 159 + 187 = 547 (100%)
R 201 of 547 ~ 36.75%
G 159 of 547 ~ 29.07%
B 187 of 547 ~ 34.19'%

%36.75
%29.07
%34.19

CMYK color model

#C99FBB color CMYK value is (0,21,7,21).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 6.97%
  • key color value is 21.18%

CMYK: (0,21,7,21)
C0M21Y7K21 (0%, 21%, 7%, 21%)
(0.00 / 0.21 / 0.07 / 0.21)

CMYK percentages

%0
%20.9
%6.97
%21.18

Codes

Color #C99FBB in popluar color models

C9 9F BB
RGB 201 159 187
HSL 320° 28.00% 70.59%
HSB/HSV 320° 20.90% 78.82%
CMYK 0.00% 20.90% 6.97%
21.18%

Color #C99FBB in popluar number systems.

HEX C9 9F BB
Decimal 201 159 187
Binary 11001001 10011111 10111011
Octal 311 237 273

Shades and tints

Shades of #C99FBB

#C99FBB
(201,159,187)
#B791AA
(183,145,170)
#A58399
(165,131,153)
#937588
(147,117,136)
#816777
(129,103,119)
#6F5966
(111,89,102)
#5D4B55
(93,75,85)
#4B3D44
(75,61,68)
#392F33
(57,47,51)
#272122
(39,33,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #C99FBB

#C99FBB
(201,159,187)
#CDA7C1
(205,167,193)
#D1AFC7
(209,175,199)
#D5B7CD
(213,183,205)
#D9BFD3
(217,191,211)
#DDC7D9
(221,199,217)
#E1CFDF
(225,207,223)
#E5D7E5
(229,215,229)
#E9DFEB
(233,223,235)
#EDE7F1
(237,231,241)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99FBB color. Also use rgb(201,159,187) instead hex code.

Text Font Color

.myTextColor { color: #C99FBB; }

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

This text font color is #C99FBB.

Background Color

.myBgColor { background-color: #C99FBB; }

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

This div background color is #C99FBB.

Border color

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

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

This div border color is #C99FBB.

Opacity

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

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

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

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

This text has shadow with #C99FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99FBB.

Preview

Color preview on black background

This text has color #C99FBB on black background.


Color preview on white background

This text has color #C99FBB on white background.


Black color preview on #C99FBB background

This text has black color on #C99FBB background.


White color preview on #C99FBB background

This text has white color on #C99FBB background.


Related colors

Complementary color

Complementary color for #hex is #366044.


I love getcolorcode.com

Triadic colors

1 #BBC99F and #9FBBC9 with #C99FBB are triadic colors.

2 #BB9FC9 and #9FC9BB with #C99FBB are triadic colors.