COLOR #C398BA

HEX: #C398BA
RGB: (195,152,186)

Color info

#C398BA contains red, green and blue colors in about the same proportion. Web safe color of #C398BA is #CC99CC (or #C9C).

RGB color model

#C398BA color RGB value is (195,152,186).

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

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 186 of 255 = 73%

195
152
186

R + G + B ~ 70%. #C398BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 152 + 186 = 533 (100%)
R 195 of 533 ~ 36.59%
G 152 of 533 ~ 28.52%
B 186 of 533 ~ 34.9%

%36.59
%28.52
%34.9

CMYK color model

#C398BA color CMYK value is (0,22,5,24).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(0,22,5,24)
C0M22Y5K24 
(0%,22%,5%,24%)
(0.00/0.22/0.05/0.24)	

CMYK percentages

%0
%22.05
%4.62
%23.53

Codes

Color #C398BA in popluar color models

C398BA
RGB195152186
HSL313°26.38%68.04%
HSB/HSV313°22.05%76.47%
CMYK0.00%22.05%4.62%
23.53%

Color #C398BA in popluar number systems.

HEXC398BA
Decimal195152186
Binary110000111001100010111010
Octal303230272

Shades and tints

Shades of #C398BA

#C398BA
(195,152,186)
#B28BAA
(178,139,170)
#A17E9A
(161,126,154)
#90718A
(144,113,138)
#7F647A
(127,100,122)
#6E576A
(110,87,106)
#5D4A5A
(93,74,90)
#4C3D4A
(76,61,74)
#3B303A
(59,48,58)
#2A232A
(42,35,42)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #C398BA

#C398BA
(195,152,186)
#C8A1C0
(200,161,192)
#CDAAC6
(205,170,198)
#D2B3CC
(210,179,204)
#D7BCD2
(215,188,210)
#DCC5D8
(220,197,216)
#E1CEDE
(225,206,222)
#E6D7E4
(230,215,228)
#EBE0EA
(235,224,234)
#F0E9F0
(240,233,240)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C398BA; }

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

This text font color is #C398BA.


Background Color

.myBgColor { background-color: #C398BA; }

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

This div background color is #C398BA.


Border color

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

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

This div border color is #C398BA.


Opacity

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

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

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

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

This text has shadow with #C398BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C398BA on black background.


Color preview on white background

This text has color #C398BA on white background.



Black color preview on #C398BA background

This text has black color on #C398BA background.


White color preview on #C398BA background

This text has white color on #C398BA background.