COLOR #C97F98

HEX: #C97F98
RGB: (201,127,152)

Color info

#C97F98 contains mainly red and blue colors. Web safe color of #C97F98 is #CC6699 (or #C69).

RGB color model

#C97F98 color RGB value is (201,127,152).

  • red value is 201;
  • green value is 127;
  • blue value is 152.
RGB:
(201,127,152)
(79%,50%,60%)

RGB channels and saturation

R 201 of 255 = 79%
G 127 of 255 = 50%
B 152 of 255 = 60%

201
127
152

R + G + B ~ 63%. #C97F98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 127 + 152 = 480 (100%)
R 201 of 480 ~ 41.88%
G 127 of 480 ~ 26.46%
B 152 of 480 ~ 31.67%

%41.88
%26.46
%31.67

CMYK color model

#C97F98 color CMYK value is (0,37,24,21).

  • cyan value is 0.00%
  • magenta value is 36.82%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(0,37,24,21)
C0M37Y24K21 
(0%,37%,24%,21%)
(0.00/0.37/0.24/0.21)	

CMYK percentages

%0
%36.82
%24.38
%21.18

Codes

Color #C97F98 in popluar color models

C97F98
RGB201127152
HSL340°40.66%64.31%
HSB/HSV340°36.82%78.82%
CMYK0.00%36.82%24.38%
21.18%

Color #C97F98 in popluar number systems.

HEXC97F98
Decimal201127152
Binary11001001111111110011000
Octal311177230

Shades and tints

Shades of #C97F98

#C97F98
(201,127,152)
#B7748B
(183,116,139)
#A5697E
(165,105,126)
#935E71
(147,94,113)
#815364
(129,83,100)
#6F4857
(111,72,87)
#5D3D4A
(93,61,74)
#4B323D
(75,50,61)
#392730
(57,39,48)
#271C23
(39,28,35)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #C97F98

#C97F98
(201,127,152)
#CD8AA1
(205,138,161)
#D195AA
(209,149,170)
#D5A0B3
(213,160,179)
#D9ABBC
(217,171,188)
#DDB6C5
(221,182,197)
#E1C1CE
(225,193,206)
#E5CCD7
(229,204,215)
#E9D7E0
(233,215,224)
#EDE2E9
(237,226,233)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97F98 color. Also use rgb(201,127,152) instead hex code.

Text Font Color

.myTextColor { color: #C97F98; }

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

This text font color is #C97F98.


Background Color

.myBgColor { background-color: #C97F98; }

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

This div background color is #C97F98.


Border color

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

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

This div border color is #C97F98.


Opacity

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

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

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

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

This text has shadow with #C97F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97F98 on black background.


Color preview on white background

This text has color #C97F98 on white background.



Black color preview on #C97F98 background

This text has black color on #C97F98 background.


White color preview on #C97F98 background

This text has white color on #C97F98 background.