COLOR #C397A7

HEX: #C397A7
RGB: (195,151,167)

Color info

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

RGB color model

#C397A7 color RGB value is (195,151,167).

  • red value is 195;
  • green value is 151;
  • blue value is 167.
RGB:
(195,151,167)
(76%,59%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 151 of 255 = 59%
B 167 of 255 = 65%

195
151
167

R + G + B ~ 67%. #C397A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 151 + 167 = 513 (100%)
R 195 of 513 ~ 38.01%
G 151 of 513 ~ 29.43%
B 167 of 513 ~ 32.55%

%38.01
%29.43
%32.55

CMYK color model

#C397A7 color CMYK value is (0,23,14,24).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 14.36%
  • key color value is 23.53%
CMYK:
(0,23,14,24)
C0M23Y14K24 
(0%,23%,14%,24%)
(0.00/0.23/0.14/0.24)	

CMYK percentages

%0
%22.56
%14.36
%23.53

Codes

Color #C397A7 in popluar color models

C397A7
RGB195151167
HSL338°26.83%67.84%
HSB/HSV338°22.56%76.47%
CMYK0.00%22.56%14.36%
23.53%

Color #C397A7 in popluar number systems.

HEXC397A7
Decimal195151167
Binary110000111001011110100111
Octal303227247

Shades and tints

Shades of #C397A7

#C397A7
(195,151,167)
#B28A98
(178,138,152)
#A17D89
(161,125,137)
#90707A
(144,112,122)
#7F636B
(127,99,107)
#6E565C
(110,86,92)
#5D494D
(93,73,77)
#4C3C3E
(76,60,62)
#3B2F2F
(59,47,47)
#2A2220
(42,34,32)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #C397A7

#C397A7
(195,151,167)
#C8A0AF
(200,160,175)
#CDA9B7
(205,169,183)
#D2B2BF
(210,178,191)
#D7BBC7
(215,187,199)
#DCC4CF
(220,196,207)
#E1CDD7
(225,205,215)
#E6D6DF
(230,214,223)
#EBDFE7
(235,223,231)
#F0E8EF
(240,232,239)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C397A7 color. Also use rgb(195,151,167) instead hex code.

Text Font Color

.myTextColor { color: #C397A7; }

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

This text font color is #C397A7.


Background Color

.myBgColor { background-color: #C397A7; }

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

This div background color is #C397A7.


Border color

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

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

This div border color is #C397A7.


Opacity

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

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

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

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

This text has shadow with #C397A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C397A7 on black background.


Color preview on white background

This text has color #C397A7 on white background.



Black color preview on #C397A7 background

This text has black color on #C397A7 background.


White color preview on #C397A7 background

This text has white color on #C397A7 background.