COLOR #C8989C

HEX: #C8989C
RGB: (200,152,156)

Color info

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

RGB color model

#C8989C color RGB value is (200,152,156).

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

RGB channels and saturation

R 200 of 255 = 78%
G 152 of 255 = 60%
B 156 of 255 = 61%

200
152
156

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

Portions of RGB colors in percentages

R + G + B =
200 + 152 + 156 = 508 (100%)
R 200 of 508 ~ 39.37%
G 152 of 508 ~ 29.92%
B 156 of 508 ~ 30.71%

%39.37
%29.92
%30.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 22.00%
  • key color value is 21.57%
CMYK:
(0,24,22,22)
C0M24Y22K22 
(0%,24%,22%,22%)
(0.00/0.24/0.22/0.22)	

CMYK percentages

%0
%24
%22
%21.57

Codes

Color #C8989C in popluar color models

C8989C
RGB200152156
HSL355°30.38%69.02%
HSB/HSV355°24.00%78.43%
CMYK0.00%24.00%22.00%
21.57%

Color #C8989C in popluar number systems.

HEXC8989C
Decimal200152156
Binary110010001001100010011100
Octal310230234

Shades and tints

Shades of #C8989C

#C8989C
(200,152,156)
#B68B8E
(182,139,142)
#A47E80
(164,126,128)
#927172
(146,113,114)
#806464
(128,100,100)
#6E5756
(110,87,86)
#5C4A48
(92,74,72)
#4A3D3A
(74,61,58)
#38302C
(56,48,44)
#26231E
(38,35,30)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #C8989C

#C8989C
(200,152,156)
#CDA1A5
(205,161,165)
#D2AAAE
(210,170,174)
#D7B3B7
(215,179,183)
#DCBCC0
(220,188,192)
#E1C5C9
(225,197,201)
#E6CED2
(230,206,210)
#EBD7DB
(235,215,219)
#F0E0E4
(240,224,228)
#F5E9ED
(245,233,237)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8989C; }

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

This text font color is #C8989C.


Background Color

.myBgColor { background-color: #C8989C; }

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

This div background color is #C8989C.


Border color

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

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

This div border color is #C8989C.


Opacity

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

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

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

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

This text has shadow with #C8989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8989C on black background.


Color preview on white background

This text has color #C8989C on white background.



Black color preview on #C8989C background

This text has black color on #C8989C background.


White color preview on #C8989C background

This text has white color on #C8989C background.