COLOR #C398AE

HEX: #C398AE
RGB: (195,152,174)

Color info

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

RGB color model

#C398AE color RGB value is (195,152,174).

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

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 174 of 255 = 68%

195
152
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 152 + 174 = 521 (100%)
R 195 of 521 ~ 37.43%
G 152 of 521 ~ 29.17%
B 174 of 521 ~ 33.4%

%37.43
%29.17
%33.4

CMYK color model

#C398AE color CMYK value is (0,22,11,24).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(0,22,11,24)
C0M22Y11K24 
(0%,22%,11%,24%)
(0.00/0.22/0.11/0.24)	

CMYK percentages

%0
%22.05
%10.77
%23.53

Codes

Color #C398AE in popluar color models

C398AE
RGB195152174
HSL329°26.38%68.04%
HSB/HSV329°22.05%76.47%
CMYK0.00%22.05%10.77%
23.53%

Color #C398AE in popluar number systems.

HEXC398AE
Decimal195152174
Binary110000111001100010101110
Octal303230256

Shades and tints

Shades of #C398AE

#C398AE
(195,152,174)
#B28B9F
(178,139,159)
#A17E90
(161,126,144)
#907181
(144,113,129)
#7F6472
(127,100,114)
#6E5763
(110,87,99)
#5D4A54
(93,74,84)
#4C3D45
(76,61,69)
#3B3036
(59,48,54)
#2A2327
(42,35,39)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #C398AE

#C398AE
(195,152,174)
#C8A1B5
(200,161,181)
#CDAABC
(205,170,188)
#D2B3C3
(210,179,195)
#D7BCCA
(215,188,202)
#DCC5D1
(220,197,209)
#E1CED8
(225,206,216)
#E6D7DF
(230,215,223)
#EBE0E6
(235,224,230)
#F0E9ED
(240,233,237)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C398AE; }

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

This text font color is #C398AE.


Background Color

.myBgColor { background-color: #C398AE; }

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

This div background color is #C398AE.


Border color

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

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

This div border color is #C398AE.


Opacity

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

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

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

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

This text has shadow with #C398AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C398AE on black background.


Color preview on white background

This text has color #C398AE on white background.



Black color preview on #C398AE background

This text has black color on #C398AE background.


White color preview on #C398AE background

This text has white color on #C398AE background.