COLOR #C99BB1

HEX: #C99BB1
RGB: (201,155,177)

Color info

#C99BB1 contains red, green and blue colors in about the same proportion. Web safe color of #C99BB1 is #CC9999 (or #C99).

RGB color model

#C99BB1 color RGB value is (201,155,177).

  • red value is 201;
  • green value is 155;
  • blue value is 177.
RGB:
(201,155,177)
(79%,61%,69%)

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 177 of 255 = 69%

201
155
177

R + G + B ~ 70%. #C99BB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 155 + 177 = 533 (100%)
R 201 of 533 ~ 37.71%
G 155 of 533 ~ 29.08%
B 177 of 533 ~ 33.21%

%37.71
%29.08
%33.21

CMYK color model

#C99BB1 color CMYK value is (0,23,12,21).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 11.94%
  • key color value is 21.18%
CMYK:
(0,23,12,21)
C0M23Y12K21 
(0%,23%,12%,21%)
(0.00/0.23/0.12/0.21)	

CMYK percentages

%0
%22.89
%11.94
%21.18

Codes

Color #C99BB1 in popluar color models

C99BB1
RGB201155177
HSL331°29.87%69.80%
HSB/HSV331°22.89%78.82%
CMYK0.00%22.89%11.94%
21.18%

Color #C99BB1 in popluar number systems.

HEXC99BB1
Decimal201155177
Binary110010011001101110110001
Octal311233261

Shades and tints

Shades of #C99BB1

#C99BB1
(201,155,177)
#B78DA1
(183,141,161)
#A57F91
(165,127,145)
#937181
(147,113,129)
#816371
(129,99,113)
#6F5561
(111,85,97)
#5D4751
(93,71,81)
#4B3941
(75,57,65)
#392B31
(57,43,49)
#271D21
(39,29,33)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #C99BB1

#C99BB1
(201,155,177)
#CDA4B8
(205,164,184)
#D1ADBF
(209,173,191)
#D5B6C6
(213,182,198)
#D9BFCD
(217,191,205)
#DDC8D4
(221,200,212)
#E1D1DB
(225,209,219)
#E5DAE2
(229,218,226)
#E9E3E9
(233,227,233)
#EDECF0
(237,236,240)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99BB1; }

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

This text font color is #C99BB1.


Background Color

.myBgColor { background-color: #C99BB1; }

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

This div background color is #C99BB1.


Border color

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

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

This div border color is #C99BB1.


Opacity

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

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

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

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

This text has shadow with #C99BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99BB1 on black background.


Color preview on white background

This text has color #C99BB1 on white background.



Black color preview on #C99BB1 background

This text has black color on #C99BB1 background.


White color preview on #C99BB1 background

This text has white color on #C99BB1 background.