COLOR #C996AF

HEX: #C996AF
RGB: (201,150,175)

Color info

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

RGB color model

#C996AF color RGB value is (201,150,175).

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

RGB channels and saturation

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

201
150
175

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

Portions of RGB colors in percentages

R + G + B =
201 + 150 + 175 = 526 (100%)
R 201 of 526 ~ 38.21%
G 150 of 526 ~ 28.52%
B 175 of 526 ~ 33.27%

%38.21
%28.52
%33.27

CMYK color model

#C996AF color CMYK value is (0,25,13,21).

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 12.94%
  • key color value is 21.18%
CMYK:
(0,25,13,21)
C0M25Y13K21 
(0%,25%,13%,21%)
(0.00/0.25/0.13/0.21)	

CMYK percentages

%0
%25.37
%12.94
%21.18

Codes

Color #C996AF in popluar color models

C996AF
RGB201150175
HSL331°32.08%68.82%
HSB/HSV331°25.37%78.82%
CMYK0.00%25.37%12.94%
21.18%

Color #C996AF in popluar number systems.

HEXC996AF
Decimal201150175
Binary110010011001011010101111
Octal311226257

Shades and tints

Shades of #C996AF

#C996AF
(201,150,175)
#B789A0
(183,137,160)
#A57C91
(165,124,145)
#936F82
(147,111,130)
#816273
(129,98,115)
#6F5564
(111,85,100)
#5D4855
(93,72,85)
#4B3B46
(75,59,70)
#392E37
(57,46,55)
#272128
(39,33,40)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #C996AF

#C996AF
(201,150,175)
#CD9FB6
(205,159,182)
#D1A8BD
(209,168,189)
#D5B1C4
(213,177,196)
#D9BACB
(217,186,203)
#DDC3D2
(221,195,210)
#E1CCD9
(225,204,217)
#E5D5E0
(229,213,224)
#E9DEE7
(233,222,231)
#EDE7EE
(237,231,238)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C996AF; }

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

This text font color is #C996AF.


Background Color

.myBgColor { background-color: #C996AF; }

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

This div background color is #C996AF.


Border color

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

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

This div border color is #C996AF.


Opacity

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

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

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

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

This text has shadow with #C996AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C996AF on black background.


Color preview on white background

This text has color #C996AF on white background.



Black color preview on #C996AF background

This text has black color on #C996AF background.


White color preview on #C996AF background

This text has white color on #C996AF background.