COLOR #C39E98

HEX: #C39E98
RGB: (195,158,152)

Color info

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

RGB color model

#C39E98 color RGB value is (195,158,152).

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

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 152 of 255 = 60%

195
158
152

R + G + B ~ 66%. #C39E98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 158 + 152 = 505 (100%)
R 195 of 505 ~ 38.61%
G 158 of 505 ~ 31.29%
B 152 of 505 ~ 30.1%

%38.61
%31.29
%30.1

CMYK color model

#C39E98 color CMYK value is (0,19,22,24).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 22.05%
  • key color value is 23.53%
CMYK:
(0,19,22,24)
C0M19Y22K24 
(0%,19%,22%,24%)
(0.00/0.19/0.22/0.24)	

CMYK percentages

%0
%18.97
%22.05
%23.53

Codes

Color #C39E98 in popluar color models

C39E98
RGB195158152
HSL26.38%68.04%
HSB/HSV22.05%76.47%
CMYK0.00%18.97%22.05%
23.53%

Color #C39E98 in popluar number systems.

HEXC39E98
Decimal195158152
Binary110000111001111010011000
Octal303236230

Shades and tints

Shades of #C39E98

#C39E98
(195,158,152)
#B2908B
(178,144,139)
#A1827E
(161,130,126)
#907471
(144,116,113)
#7F6664
(127,102,100)
#6E5857
(110,88,87)
#5D4A4A
(93,74,74)
#4C3C3D
(76,60,61)
#3B2E30
(59,46,48)
#2A2023
(42,32,35)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #C39E98

#C39E98
(195,158,152)
#C8A6A1
(200,166,161)
#CDAEAA
(205,174,170)
#D2B6B3
(210,182,179)
#D7BEBC
(215,190,188)
#DCC6C5
(220,198,197)
#E1CECE
(225,206,206)
#E6D6D7
(230,214,215)
#EBDEE0
(235,222,224)
#F0E6E9
(240,230,233)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39E98; }

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

This text font color is #C39E98.


Background Color

.myBgColor { background-color: #C39E98; }

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

This div background color is #C39E98.


Border color

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

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

This div border color is #C39E98.


Opacity

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

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

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

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

This text has shadow with #C39E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39E98 on black background.


Color preview on white background

This text has color #C39E98 on white background.



Black color preview on #C39E98 background

This text has black color on #C39E98 background.


White color preview on #C39E98 background

This text has white color on #C39E98 background.