COLOR #C999B9

HEX: #C999B9
RGB: (201,153,185)

Color info

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

RGB color model

#C999B9 color RGB value is (201,153,185).

  • red value is 201;
  • green value is 153;
  • blue value is 185.
RGB:
(201,153,185)
(79%,60%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 185 of 255 = 73%

201
153
185

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

Portions of RGB colors in percentages

R + G + B =
201 + 153 + 185 = 539 (100%)
R 201 of 539 ~ 37.29%
G 153 of 539 ~ 28.39%
B 185 of 539 ~ 34.32%

%37.29
%28.39
%34.32

CMYK color model

#C999B9 color CMYK value is (0,24,8,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 7.96%
  • key color value is 21.18%
CMYK:
(0,24,8,21)
C0M24Y8K21 
(0%,24%,8%,21%)
(0.00/0.24/0.08/0.21)	

CMYK percentages

%0
%23.88
%7.96
%21.18

Codes

Color #C999B9 in popluar color models

C999B9
RGB201153185
HSL320°30.77%69.41%
HSB/HSV320°23.88%78.82%
CMYK0.00%23.88%7.96%
21.18%

Color #C999B9 in popluar number systems.

HEXC999B9
Decimal201153185
Binary110010011001100110111001
Octal311231271

Shades and tints

Shades of #C999B9

#C999B9
(201,153,185)
#B78CA9
(183,140,169)
#A57F99
(165,127,153)
#937289
(147,114,137)
#816579
(129,101,121)
#6F5869
(111,88,105)
#5D4B59
(93,75,89)
#4B3E49
(75,62,73)
#393139
(57,49,57)
#272429
(39,36,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C999B9

#C999B9
(201,153,185)
#CDA2BF
(205,162,191)
#D1ABC5
(209,171,197)
#D5B4CB
(213,180,203)
#D9BDD1
(217,189,209)
#DDC6D7
(221,198,215)
#E1CFDD
(225,207,221)
#E5D8E3
(229,216,227)
#E9E1E9
(233,225,233)
#EDEAEF
(237,234,239)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C999B9 color. Also use rgb(201,153,185) instead hex code.

Text Font Color

.myTextColor { color: #C999B9; }

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

This text font color is #C999B9.


Background Color

.myBgColor { background-color: #C999B9; }

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

This div background color is #C999B9.


Border color

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

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

This div border color is #C999B9.


Opacity

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

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

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

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

This text has shadow with #C999B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C999B9 on black background.


Color preview on white background

This text has color #C999B9 on white background.



Black color preview on #C999B9 background

This text has black color on #C999B9 background.


White color preview on #C999B9 background

This text has white color on #C999B9 background.