COLOR #C996AE

HEX: #C996AE
RGB: (201,150,174)

Color info

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

RGB color model

#C996AE color RGB value is (201,150,174).

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

RGB channels and saturation

R 201 of 255 = 79%
G 150 of 255 = 59%
B 174 of 255 = 68%

201
150
174

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

Portions of RGB colors in percentages

R + G + B =
201 + 150 + 174 = 525 (100%)
R 201 of 525 ~ 38.29%
G 150 of 525 ~ 28.57%
B 174 of 525 ~ 33.14%

%38.29
%28.57
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 13.43%
  • 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
%13.43
%21.18

Codes

Color #C996AE in popluar color models

C996AE
RGB201150174
HSL332°32.08%68.82%
HSB/HSV332°25.37%78.82%
CMYK0.00%25.37%13.43%
21.18%

Color #C996AE in popluar number systems.

HEXC996AE
Decimal201150174
Binary110010011001011010101110
Octal311226256

Shades and tints

Shades of #C996AE

#C996AE
(201,150,174)
#B7899F
(183,137,159)
#A57C90
(165,124,144)
#936F81
(147,111,129)
#816272
(129,98,114)
#6F5563
(111,85,99)
#5D4854
(93,72,84)
#4B3B45
(75,59,69)
#392E36
(57,46,54)
#272127
(39,33,39)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C996AE

#C996AE
(201,150,174)
#CD9FB5
(205,159,181)
#D1A8BC
(209,168,188)
#D5B1C3
(213,177,195)
#D9BACA
(217,186,202)
#DDC3D1
(221,195,209)
#E1CCD8
(225,204,216)
#E5D5DF
(229,213,223)
#E9DEE6
(233,222,230)
#EDE7ED
(237,231,237)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C996AE; }

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

This text font color is #C996AE.


Background Color

.myBgColor { background-color: #C996AE; }

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

This div background color is #C996AE.


Border color

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

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

This div border color is #C996AE.


Opacity

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

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

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

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

This text has shadow with #C996AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C996AE on black background.


Color preview on white background

This text has color #C996AE on white background.



Black color preview on #C996AE background

This text has black color on #C996AE background.


White color preview on #C996AE background

This text has white color on #C996AE background.