COLOR #C999B0

HEX: #C999B0 RGB: (201,153,176)

Color info

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

RGB color model

#C999B0 color RGB value is (201,153,176).

RGB: (201,153,176) (79%, 60%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 176 of 255 = 69%

201
153
176

R + G + B ~ 69%. #C999B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 153 + 176 = 530 (100%)
R 201 of 530 ~ 37.92%
G 153 of 530 ~ 28.87%
B 176 of 530 ~ 33.21'%

%37.92
%28.87
%33.21

CMYK color model

#C999B0 color CMYK value is (0,24,12,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 12.44%
  • key color value is 21.18%

CMYK: (0,24,12,21)
C0M24Y12K21 (0%, 24%, 12%, 21%)
(0.00 / 0.24 / 0.12 / 0.21)

CMYK percentages

%0
%23.88
%12.44
%21.18

Codes

Color #C999B0 in popluar color models

C9 99 B0
RGB 201 153 176
HSL 331° 30.77% 69.41%
HSB/HSV 331° 23.88% 78.82%
CMYK 0.00% 23.88% 12.44%
21.18%

Color #C999B0 in popluar number systems.

HEX C9 99 B0
Decimal 201 153 176
Binary 11001001 10011001 10110000
Octal 311 231 260

Shades and tints

Shades of #C999B0

#C999B0
(201,153,176)
#B78CA0
(183,140,160)
#A57F90
(165,127,144)
#937280
(147,114,128)
#816570
(129,101,112)
#6F5860
(111,88,96)
#5D4B50
(93,75,80)
#4B3E40
(75,62,64)
#393130
(57,49,48)
#272420
(39,36,32)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #C999B0

#C999B0
(201,153,176)
#CDA2B7
(205,162,183)
#D1ABBE
(209,171,190)
#D5B4C5
(213,180,197)
#D9BDCC
(217,189,204)
#DDC6D3
(221,198,211)
#E1CFDA
(225,207,218)
#E5D8E1
(229,216,225)
#E9E1E8
(233,225,232)
#EDEAEF
(237,234,239)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C999B0; }

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

This text font color is #C999B0.

Background Color

.myBgColor { background-color: #C999B0; }

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

This div background color is #C999B0.

Border color

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

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

This div border color is #C999B0.

Opacity

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

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

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

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

This text has shadow with #C999B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C999B0.

Preview

Color preview on black background

This text has color #C999B0 on black background.


Color preview on white background

This text has color #C999B0 on white background.


Black color preview on #C999B0 background

This text has black color on #C999B0 background.


White color preview on #C999B0 background

This text has white color on #C999B0 background.


Related colors

Complementary color

Complementary color for #hex is #36664F.


I love getcolorcode.com

Triadic colors

1 #B0C999 and #99B0C9 with #C999B0 are triadic colors.

2 #B099C9 and #99C9B0 with #C999B0 are triadic colors.