COLOR #C996B1

HEX: #C996B1
RGB: (201,150,177)

Color info

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

RGB color model

#C996B1 color RGB value is (201,150,177).

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

RGB channels and saturation

R 201 of 255 = 79%
G 150 of 255 = 59%
B 177 of 255 = 69%

201
150
177

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

Portions of RGB colors in percentages

R + G + B =
201 + 150 + 177 = 528 (100%)
R 201 of 528 ~ 38.07%
G 150 of 528 ~ 28.41%
B 177 of 528 ~ 33.52%

%38.07
%28.41
%33.52

CMYK color model

#C996B1 color CMYK value is (0,25,12,21).

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 11.94%
  • key color value is 21.18%
CMYK:
(0,25,12,21)
C0M25Y12K21 
(0%,25%,12%,21%)
(0.00/0.25/0.12/0.21)	

CMYK percentages

%0
%25.37
%11.94
%21.18

Codes

Color #C996B1 in popluar color models

C996B1
RGB201150177
HSL328°32.08%68.82%
HSB/HSV328°25.37%78.82%
CMYK0.00%25.37%11.94%
21.18%

Color #C996B1 in popluar number systems.

HEXC996B1
Decimal201150177
Binary110010011001011010110001
Octal311226261

Shades and tints

Shades of #C996B1

#C996B1
(201,150,177)
#B789A1
(183,137,161)
#A57C91
(165,124,145)
#936F81
(147,111,129)
#816271
(129,98,113)
#6F5561
(111,85,97)
#5D4851
(93,72,81)
#4B3B41
(75,59,65)
#392E31
(57,46,49)
#272121
(39,33,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #C996B1

#C996B1
(201,150,177)
#CD9FB8
(205,159,184)
#D1A8BF
(209,168,191)
#D5B1C6
(213,177,198)
#D9BACD
(217,186,205)
#DDC3D4
(221,195,212)
#E1CCDB
(225,204,219)
#E5D5E2
(229,213,226)
#E9DEE9
(233,222,233)
#EDE7F0
(237,231,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C996B1; }

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

This text font color is #C996B1.


Background Color

.myBgColor { background-color: #C996B1; }

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

This div background color is #C996B1.


Border color

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

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

This div border color is #C996B1.


Opacity

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

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

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

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

This text has shadow with #C996B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C996B1 on black background.


Color preview on white background

This text has color #C996B1 on white background.



Black color preview on #C996B1 background

This text has black color on #C996B1 background.


White color preview on #C996B1 background

This text has white color on #C996B1 background.