COLOR #C89E96

HEX: #C89E96
RGB: (200,158,150)

Color info

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

RGB color model

#C89E96 color RGB value is (200,158,150).

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

RGB channels and saturation

R 200 of 255 = 78%
G 158 of 255 = 62%
B 150 of 255 = 59%

200
158
150

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

Portions of RGB colors in percentages

R + G + B =
200 + 158 + 150 = 508 (100%)
R 200 of 508 ~ 39.37%
G 158 of 508 ~ 31.1%
B 150 of 508 ~ 29.53%

%39.37
%31.1
%29.53

CMYK color model

#C89E96 color CMYK value is (0,21,25,22).

  • cyan value is 0.00%
  • magenta value is 21.00%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(0,21,25,22)
C0M21Y25K22 
(0%,21%,25%,22%)
(0.00/0.21/0.25/0.22)	

CMYK percentages

%0
%21
%25
%21.57

Codes

Color #C89E96 in popluar color models

C89E96
RGB200158150
HSL10°31.25%68.63%
HSB/HSV10°25.00%78.43%
CMYK0.00%21.00%25.00%
21.57%

Color #C89E96 in popluar number systems.

HEXC89E96
Decimal200158150
Binary110010001001111010010110
Octal310236226

Shades and tints

Shades of #C89E96

#C89E96
(200,158,150)
#B69089
(182,144,137)
#A4827C
(164,130,124)
#92746F
(146,116,111)
#806662
(128,102,98)
#6E5855
(110,88,85)
#5C4A48
(92,74,72)
#4A3C3B
(74,60,59)
#382E2E
(56,46,46)
#262021
(38,32,33)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C89E96

#C89E96
(200,158,150)
#CDA69F
(205,166,159)
#D2AEA8
(210,174,168)
#D7B6B1
(215,182,177)
#DCBEBA
(220,190,186)
#E1C6C3
(225,198,195)
#E6CECC
(230,206,204)
#EBD6D5
(235,214,213)
#F0DEDE
(240,222,222)
#F5E6E7
(245,230,231)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89E96; }

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

This text font color is #C89E96.


Background Color

.myBgColor { background-color: #C89E96; }

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

This div background color is #C89E96.


Border color

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

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

This div border color is #C89E96.


Opacity

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

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

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

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

This text has shadow with #C89E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89E96 on black background.


Color preview on white background

This text has color #C89E96 on white background.



Black color preview on #C89E96 background

This text has black color on #C89E96 background.


White color preview on #C89E96 background

This text has white color on #C89E96 background.