COLOR #C99BB5

HEX: #C99BB5
RGB: (201,155,181)

Color info

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

RGB color model

#C99BB5 color RGB value is (201,155,181).

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

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 181 of 255 = 71%

201
155
181

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

Portions of RGB colors in percentages

R + G + B =
201 + 155 + 181 = 537 (100%)
R 201 of 537 ~ 37.43%
G 155 of 537 ~ 28.86%
B 181 of 537 ~ 33.71%

%37.43
%28.86
%33.71

CMYK color model

#C99BB5 color CMYK value is (0,23,10,21).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 9.95%
  • key color value is 21.18%
CMYK:
(0,23,10,21)
C0M23Y10K21 
(0%,23%,10%,21%)
(0.00/0.23/0.10/0.21)	

CMYK percentages

%0
%22.89
%9.95
%21.18

Codes

Color #C99BB5 in popluar color models

C99BB5
RGB201155181
HSL326°29.87%69.80%
HSB/HSV326°22.89%78.82%
CMYK0.00%22.89%9.95%
21.18%

Color #C99BB5 in popluar number systems.

HEXC99BB5
Decimal201155181
Binary110010011001101110110101
Octal311233265

Shades and tints

Shades of #C99BB5

#C99BB5
(201,155,181)
#B78DA5
(183,141,165)
#A57F95
(165,127,149)
#937185
(147,113,133)
#816375
(129,99,117)
#6F5565
(111,85,101)
#5D4755
(93,71,85)
#4B3945
(75,57,69)
#392B35
(57,43,53)
#271D25
(39,29,37)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #C99BB5

#C99BB5
(201,155,181)
#CDA4BB
(205,164,187)
#D1ADC1
(209,173,193)
#D5B6C7
(213,182,199)
#D9BFCD
(217,191,205)
#DDC8D3
(221,200,211)
#E1D1D9
(225,209,217)
#E5DADF
(229,218,223)
#E9E3E5
(233,227,229)
#EDECEB
(237,236,235)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99BB5; }

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

This text font color is #C99BB5.


Background Color

.myBgColor { background-color: #C99BB5; }

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

This div background color is #C99BB5.


Border color

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

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

This div border color is #C99BB5.


Opacity

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

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

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

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

This text has shadow with #C99BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99BB5 on black background.


Color preview on white background

This text has color #C99BB5 on white background.



Black color preview on #C99BB5 background

This text has black color on #C99BB5 background.


White color preview on #C99BB5 background

This text has white color on #C99BB5 background.