COLOR #C89E98

HEX: #C89E98
RGB: (200,158,152)

Color info

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

RGB color model

#C89E98 color RGB value is (200,158,152).

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

RGB channels and saturation

R 200 of 255 = 78%
G 158 of 255 = 62%
B 152 of 255 = 60%

200
158
152

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

Portions of RGB colors in percentages

R + G + B =
200 + 158 + 152 = 510 (100%)
R 200 of 510 ~ 39.22%
G 158 of 510 ~ 30.98%
B 152 of 510 ~ 29.8%

%39.22
%30.98
%29.8

CMYK color model

#C89E98 color CMYK value is (0,21,24,22).

  • cyan value is 0.00%
  • magenta value is 21.00%
  • yellow value is 24.00%
  • key color value is 21.57%
CMYK:
(0,21,24,22)
C0M21Y24K22 
(0%,21%,24%,22%)
(0.00/0.21/0.24/0.22)	

CMYK percentages

%0
%21
%24
%21.57

Codes

Color #C89E98 in popluar color models

C89E98
RGB200158152
HSL30.38%69.02%
HSB/HSV24.00%78.43%
CMYK0.00%21.00%24.00%
21.57%

Color #C89E98 in popluar number systems.

HEXC89E98
Decimal200158152
Binary110010001001111010011000
Octal310236230

Shades and tints

Shades of #C89E98

#C89E98
(200,158,152)
#B6908B
(182,144,139)
#A4827E
(164,130,126)
#927471
(146,116,113)
#806664
(128,102,100)
#6E5857
(110,88,87)
#5C4A4A
(92,74,74)
#4A3C3D
(74,60,61)
#382E30
(56,46,48)
#262023
(38,32,35)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #C89E98

#C89E98
(200,158,152)
#CDA6A1
(205,166,161)
#D2AEAA
(210,174,170)
#D7B6B3
(215,182,179)
#DCBEBC
(220,190,188)
#E1C6C5
(225,198,197)
#E6CECE
(230,206,206)
#EBD6D7
(235,214,215)
#F0DEE0
(240,222,224)
#F5E6E9
(245,230,233)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89E98; }

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

This text font color is #C89E98.


Background Color

.myBgColor { background-color: #C89E98; }

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

This div background color is #C89E98.


Border color

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

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

This div border color is #C89E98.


Opacity

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

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

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

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

This text has shadow with #C89E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89E98 on black background.


Color preview on white background

This text has color #C89E98 on white background.



Black color preview on #C89E98 background

This text has black color on #C89E98 background.


White color preview on #C89E98 background

This text has white color on #C89E98 background.