COLOR #C88FB8

HEX: #C88FB8
RGB: (200,143,184)

Color info

#C88FB8 contains red, green and blue colors in about the same proportion. Web safe color of #C88FB8 is #CC99CC (or #C9C).

RGB color model

#C88FB8 color RGB value is (200,143,184).

  • red value is 200;
  • green value is 143;
  • blue value is 184.
RGB:
(200,143,184)
(78%,56%,72%)

RGB channels and saturation

R 200 of 255 = 78%
G 143 of 255 = 56%
B 184 of 255 = 72%

200
143
184

R + G + B ~ 69%. #C88FB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 143 + 184 = 527 (100%)
R 200 of 527 ~ 37.95%
G 143 of 527 ~ 27.13%
B 184 of 527 ~ 34.91%

%37.95
%27.13
%34.91

CMYK color model

#C88FB8 color CMYK value is (0,29,8,22).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 8.00%
  • key color value is 21.57%
CMYK:
(0,29,8,22)
C0M29Y8K22 
(0%,29%,8%,22%)
(0.00/0.29/0.08/0.22)	

CMYK percentages

%0
%28.5
%8
%21.57

Codes

Color #C88FB8 in popluar color models

C88FB8
RGB200143184
HSL317°34.13%67.25%
HSB/HSV317°28.50%78.43%
CMYK0.00%28.50%8.00%
21.57%

Color #C88FB8 in popluar number systems.

HEXC88FB8
Decimal200143184
Binary110010001000111110111000
Octal310217270

Shades and tints

Shades of #C88FB8

#C88FB8
(200,143,184)
#B682A8
(182,130,168)
#A47598
(164,117,152)
#926888
(146,104,136)
#805B78
(128,91,120)
#6E4E68
(110,78,104)
#5C4158
(92,65,88)
#4A3448
(74,52,72)
#382738
(56,39,56)
#261A28
(38,26,40)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #C88FB8

#C88FB8
(200,143,184)
#CD99BE
(205,153,190)
#D2A3C4
(210,163,196)
#D7ADCA
(215,173,202)
#DCB7D0
(220,183,208)
#E1C1D6
(225,193,214)
#E6CBDC
(230,203,220)
#EBD5E2
(235,213,226)
#F0DFE8
(240,223,232)
#F5E9EE
(245,233,238)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88FB8 color. Also use rgb(200,143,184) instead hex code.

Text Font Color

.myTextColor { color: #C88FB8; }

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

This text font color is #C88FB8.


Background Color

.myBgColor { background-color: #C88FB8; }

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

This div background color is #C88FB8.


Border color

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

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

This div border color is #C88FB8.


Opacity

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

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

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

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

This text has shadow with #C88FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88FB8 on black background.


Color preview on white background

This text has color #C88FB8 on white background.



Black color preview on #C88FB8 background

This text has black color on #C88FB8 background.


White color preview on #C88FB8 background

This text has white color on #C88FB8 background.