COLOR #C89D8C

HEX: #C89D8C
RGB: (200,157,140)

Color info

#C89D8C contains mainly red and green colors. Web safe color of #C89D8C is #CC9999 (or #C99).

RGB color model

#C89D8C color RGB value is (200,157,140).

  • red value is 200;
  • green value is 157;
  • blue value is 140.
RGB:
(200,157,140)
(78%,62%,55%)

RGB channels and saturation

R 200 of 255 = 78%
G 157 of 255 = 62%
B 140 of 255 = 55%

200
157
140

R + G + B ~ 65%. #C89D8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 157 + 140 = 497 (100%)
R 200 of 497 ~ 40.24%
G 157 of 497 ~ 31.59%
B 140 of 497 ~ 28.17%

%40.24
%31.59
%28.17

CMYK color model

#C89D8C color CMYK value is (0,22,30,22).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(0,22,30,22)
C0M22Y30K22 
(0%,22%,30%,22%)
(0.00/0.22/0.30/0.22)	

CMYK percentages

%0
%21.5
%30
%21.57

Codes

Color #C89D8C in popluar color models

C89D8C
RGB200157140
HSL17°35.29%66.67%
HSB/HSV17°30.00%78.43%
CMYK0.00%21.50%30.00%
21.57%

Color #C89D8C in popluar number systems.

HEXC89D8C
Decimal200157140
Binary110010001001110110001100
Octal310235214

Shades and tints

Shades of #C89D8C

#C89D8C
(200,157,140)
#B68F80
(182,143,128)
#A48174
(164,129,116)
#927368
(146,115,104)
#80655C
(128,101,92)
#6E5750
(110,87,80)
#5C4944
(92,73,68)
#4A3B38
(74,59,56)
#382D2C
(56,45,44)
#261F20
(38,31,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #C89D8C

#C89D8C
(200,157,140)
#CDA596
(205,165,150)
#D2ADA0
(210,173,160)
#D7B5AA
(215,181,170)
#DCBDB4
(220,189,180)
#E1C5BE
(225,197,190)
#E6CDC8
(230,205,200)
#EBD5D2
(235,213,210)
#F0DDDC
(240,221,220)
#F5E5E6
(245,229,230)
#FAEDF0
(250,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89D8C color. Also use rgb(200,157,140) instead hex code.

Text Font Color

.myTextColor { color: #C89D8C; }

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

This text font color is #C89D8C.


Background Color

.myBgColor { background-color: #C89D8C; }

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

This div background color is #C89D8C.


Border color

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

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

This div border color is #C89D8C.


Opacity

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

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

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

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

This text has shadow with #C89D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89D8C on black background.


Color preview on white background

This text has color #C89D8C on white background.



Black color preview on #C89D8C background

This text has black color on #C89D8C background.


White color preview on #C89D8C background

This text has white color on #C89D8C background.