COLOR #C997A8

HEX: #C997A8
RGB: (201,151,168)

Color info

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

RGB color model

#C997A8 color RGB value is (201,151,168).

  • red value is 201;
  • green value is 151;
  • blue value is 168.
RGB:
(201,151,168)
(79%,59%,66%)

RGB channels and saturation

R 201 of 255 = 79%
G 151 of 255 = 59%
B 168 of 255 = 66%

201
151
168

R + G + B ~ 68%. #C997A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 151 + 168 = 520 (100%)
R 201 of 520 ~ 38.65%
G 151 of 520 ~ 29.04%
B 168 of 520 ~ 32.31%

%38.65
%29.04
%32.31

CMYK color model

#C997A8 color CMYK value is (0,25,16,21).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 16.42%
  • key color value is 21.18%
CMYK:
(0,25,16,21)
C0M25Y16K21 
(0%,25%,16%,21%)
(0.00/0.25/0.16/0.21)	

CMYK percentages

%0
%24.88
%16.42
%21.18

Codes

Color #C997A8 in popluar color models

C997A8
RGB201151168
HSL340°31.65%69.02%
HSB/HSV340°24.88%78.82%
CMYK0.00%24.88%16.42%
21.18%

Color #C997A8 in popluar number systems.

HEXC997A8
Decimal201151168
Binary110010011001011110101000
Octal311227250

Shades and tints

Shades of #C997A8

#C997A8
(201,151,168)
#B78A99
(183,138,153)
#A57D8A
(165,125,138)
#93707B
(147,112,123)
#81636C
(129,99,108)
#6F565D
(111,86,93)
#5D494E
(93,73,78)
#4B3C3F
(75,60,63)
#392F30
(57,47,48)
#272221
(39,34,33)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #C997A8

#C997A8
(201,151,168)
#CDA0AF
(205,160,175)
#D1A9B6
(209,169,182)
#D5B2BD
(213,178,189)
#D9BBC4
(217,187,196)
#DDC4CB
(221,196,203)
#E1CDD2
(225,205,210)
#E5D6D9
(229,214,217)
#E9DFE0
(233,223,224)
#EDE8E7
(237,232,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C997A8 color. Also use rgb(201,151,168) instead hex code.

Text Font Color

.myTextColor { color: #C997A8; }

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

This text font color is #C997A8.


Background Color

.myBgColor { background-color: #C997A8; }

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

This div background color is #C997A8.


Border color

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

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

This div border color is #C997A8.


Opacity

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

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

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

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

This text has shadow with #C997A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C997A8 on black background.


Color preview on white background

This text has color #C997A8 on white background.



Black color preview on #C997A8 background

This text has black color on #C997A8 background.


White color preview on #C997A8 background

This text has white color on #C997A8 background.