COLOR #C996B5

HEX: #C996B5
RGB: (201,150,181)

Color info

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

RGB color model

#C996B5 color RGB value is (201,150,181).

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

RGB channels and saturation

R 201 of 255 = 79%
G 150 of 255 = 59%
B 181 of 255 = 71%

201
150
181

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

Portions of RGB colors in percentages

R + G + B =
201 + 150 + 181 = 532 (100%)
R 201 of 532 ~ 37.78%
G 150 of 532 ~ 28.2%
B 181 of 532 ~ 34.02%

%37.78
%28.2
%34.02

CMYK color model

#C996B5 color CMYK value is (0,25,10,21).

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 9.95%
  • key color value is 21.18%
CMYK:
(0,25,10,21)
C0M25Y10K21 
(0%,25%,10%,21%)
(0.00/0.25/0.10/0.21)	

CMYK percentages

%0
%25.37
%9.95
%21.18

Codes

Color #C996B5 in popluar color models

C996B5
RGB201150181
HSL324°32.08%68.82%
HSB/HSV324°25.37%78.82%
CMYK0.00%25.37%9.95%
21.18%

Color #C996B5 in popluar number systems.

HEXC996B5
Decimal201150181
Binary110010011001011010110101
Octal311226265

Shades and tints

Shades of #C996B5

#C996B5
(201,150,181)
#B789A5
(183,137,165)
#A57C95
(165,124,149)
#936F85
(147,111,133)
#816275
(129,98,117)
#6F5565
(111,85,101)
#5D4855
(93,72,85)
#4B3B45
(75,59,69)
#392E35
(57,46,53)
#272125
(39,33,37)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #C996B5

#C996B5
(201,150,181)
#CD9FBB
(205,159,187)
#D1A8C1
(209,168,193)
#D5B1C7
(213,177,199)
#D9BACD
(217,186,205)
#DDC3D3
(221,195,211)
#E1CCD9
(225,204,217)
#E5D5DF
(229,213,223)
#E9DEE5
(233,222,229)
#EDE7EB
(237,231,235)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C996B5; }

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

This text font color is #C996B5.


Background Color

.myBgColor { background-color: #C996B5; }

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

This div background color is #C996B5.


Border color

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

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

This div border color is #C996B5.


Opacity

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

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

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

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

This text has shadow with #C996B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C996B5 on black background.


Color preview on white background

This text has color #C996B5 on white background.



Black color preview on #C996B5 background

This text has black color on #C996B5 background.


White color preview on #C996B5 background

This text has white color on #C996B5 background.