COLOR #C398A7

HEX: #C398A7
RGB: (195,152,167)

Color info

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

RGB color model

#C398A7 color RGB value is (195,152,167).

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

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 167 of 255 = 65%

195
152
167

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

Portions of RGB colors in percentages

R + G + B =
195 + 152 + 167 = 514 (100%)
R 195 of 514 ~ 37.94%
G 152 of 514 ~ 29.57%
B 167 of 514 ~ 32.49%

%37.94
%29.57
%32.49

CMYK color model

#C398A7 color CMYK value is (0,22,14,24).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 14.36%
  • key color value is 23.53%
CMYK:
(0,22,14,24)
C0M22Y14K24 
(0%,22%,14%,24%)
(0.00/0.22/0.14/0.24)	

CMYK percentages

%0
%22.05
%14.36
%23.53

Codes

Color #C398A7 in popluar color models

C398A7
RGB195152167
HSL339°26.38%68.04%
HSB/HSV339°22.05%76.47%
CMYK0.00%22.05%14.36%
23.53%

Color #C398A7 in popluar number systems.

HEXC398A7
Decimal195152167
Binary110000111001100010100111
Octal303230247

Shades and tints

Shades of #C398A7

#C398A7
(195,152,167)
#B28B98
(178,139,152)
#A17E89
(161,126,137)
#90717A
(144,113,122)
#7F646B
(127,100,107)
#6E575C
(110,87,92)
#5D4A4D
(93,74,77)
#4C3D3E
(76,61,62)
#3B302F
(59,48,47)
#2A2320
(42,35,32)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #C398A7

#C398A7
(195,152,167)
#C8A1AF
(200,161,175)
#CDAAB7
(205,170,183)
#D2B3BF
(210,179,191)
#D7BCC7
(215,188,199)
#DCC5CF
(220,197,207)
#E1CED7
(225,206,215)
#E6D7DF
(230,215,223)
#EBE0E7
(235,224,231)
#F0E9EF
(240,233,239)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C398A7; }

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

This text font color is #C398A7.


Background Color

.myBgColor { background-color: #C398A7; }

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

This div background color is #C398A7.


Border color

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

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

This div border color is #C398A7.


Opacity

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

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

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

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

This text has shadow with #C398A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C398A7 on black background.


Color preview on white background

This text has color #C398A7 on white background.



Black color preview on #C398A7 background

This text has black color on #C398A7 background.


White color preview on #C398A7 background

This text has white color on #C398A7 background.