COLOR #C88E9E

HEX: #C88E9E
RGB: (200,142,158)

Color info

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

RGB color model

#C88E9E color RGB value is (200,142,158).

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

RGB channels and saturation

R 200 of 255 = 78%
G 142 of 255 = 56%
B 158 of 255 = 62%

200
142
158

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

Portions of RGB colors in percentages

R + G + B =
200 + 142 + 158 = 500 (100%)
R 200 of 500 ~ 40%
G 142 of 500 ~ 28.4%
B 158 of 500 ~ 31.6%

%40
%28.4
%31.6

CMYK color model

#C88E9E color CMYK value is (0,29,21,22).

  • cyan value is 0.00%
  • magenta value is 29.00%
  • yellow value is 21.00%
  • key color value is 21.57%
CMYK:
(0,29,21,22)
C0M29Y21K22 
(0%,29%,21%,22%)
(0.00/0.29/0.21/0.22)	

CMYK percentages

%0
%29
%21
%21.57

Codes

Color #C88E9E in popluar color models

C88E9E
RGB200142158
HSL343°34.52%67.06%
HSB/HSV343°29.00%78.43%
CMYK0.00%29.00%21.00%
21.57%

Color #C88E9E in popluar number systems.

HEXC88E9E
Decimal200142158
Binary110010001000111010011110
Octal310216236

Shades and tints

Shades of #C88E9E

#C88E9E
(200,142,158)
#B68290
(182,130,144)
#A47682
(164,118,130)
#926A74
(146,106,116)
#805E66
(128,94,102)
#6E5258
(110,82,88)
#5C464A
(92,70,74)
#4A3A3C
(74,58,60)
#382E2E
(56,46,46)
#262220
(38,34,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #C88E9E

#C88E9E
(200,142,158)
#CD98A6
(205,152,166)
#D2A2AE
(210,162,174)
#D7ACB6
(215,172,182)
#DCB6BE
(220,182,190)
#E1C0C6
(225,192,198)
#E6CACE
(230,202,206)
#EBD4D6
(235,212,214)
#F0DEDE
(240,222,222)
#F5E8E6
(245,232,230)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88E9E; }

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

This text font color is #C88E9E.


Background Color

.myBgColor { background-color: #C88E9E; }

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

This div background color is #C88E9E.


Border color

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

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

This div border color is #C88E9E.


Opacity

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

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

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

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

This text has shadow with #C88E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88E9E on black background.


Color preview on white background

This text has color #C88E9E on white background.



Black color preview on #C88E9E background

This text has black color on #C88E9E background.


White color preview on #C88E9E background

This text has white color on #C88E9E background.