COLOR #C999B4

HEX: #C999B4 RGB: (201,153,180)

Color info

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

RGB color model

#C999B4 color RGB value is (201,153,180).

RGB: (201,153,180) (79%, 60%, 71%)

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 180 of 255 = 71%

201
153
180

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

Portions of RGB colors in percentages

R + G + B = 201 + 153 + 180 = 534 (100%)
R 201 of 534 ~ 37.64%
G 153 of 534 ~ 28.65%
B 180 of 534 ~ 33.71'%

%37.64
%28.65
%33.71

CMYK color model

#C999B4 color CMYK value is (0,24,10,21).

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

CMYK: (0,24,10,21)
C0M24Y10K21 (0%, 24%, 10%, 21%)
(0.00 / 0.24 / 0.10 / 0.21)

CMYK percentages

%0
%23.88
%10.45
%21.18

Codes

Color #C999B4 in popluar color models

C9 99 B4
RGB 201 153 180
HSL 326° 30.77% 69.41%
HSB/HSV 326° 23.88% 78.82%
CMYK 0.00% 23.88% 10.45%
21.18%

Color #C999B4 in popluar number systems.

HEX C9 99 B4
Decimal 201 153 180
Binary 11001001 10011001 10110100
Octal 311 231 264

Shades and tints

Shades of #C999B4

#C999B4
(201,153,180)
#B78CA4
(183,140,164)
#A57F94
(165,127,148)
#937284
(147,114,132)
#816574
(129,101,116)
#6F5864
(111,88,100)
#5D4B54
(93,75,84)
#4B3E44
(75,62,68)
#393134
(57,49,52)
#272424
(39,36,36)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #C999B4

#C999B4
(201,153,180)
#CDA2BA
(205,162,186)
#D1ABC0
(209,171,192)
#D5B4C6
(213,180,198)
#D9BDCC
(217,189,204)
#DDC6D2
(221,198,210)
#E1CFD8
(225,207,216)
#E5D8DE
(229,216,222)
#E9E1E4
(233,225,228)
#EDEAEA
(237,234,234)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C999B4; }

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

This text font color is #C999B4.

Background Color

.myBgColor { background-color: #C999B4; }

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

This div background color is #C999B4.

Border color

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

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

This div border color is #C999B4.

Opacity

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

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

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

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

This text has shadow with #C999B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C999B4.

Preview

Color preview on black background

This text has color #C999B4 on black background.


Color preview on white background

This text has color #C999B4 on white background.


Black color preview on #C999B4 background

This text has black color on #C999B4 background.


White color preview on #C999B4 background

This text has white color on #C999B4 background.


Related colors

Complementary color

Complementary color for #hex is #36664B.


I love getcolorcode.com

Triadic colors

1 #B4C999 and #99B4C9 with #C999B4 are triadic colors.

2 #B499C9 and #99C9B4 with #C999B4 are triadic colors.