COLOR #C88CA7

HEX: #C88CA7
RGB: (200,140,167)

Color info

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

RGB color model

#C88CA7 color RGB value is (200,140,167).

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

RGB channels and saturation

R 200 of 255 = 78%
G 140 of 255 = 55%
B 167 of 255 = 65%

200
140
167

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

Portions of RGB colors in percentages

R + G + B =
200 + 140 + 167 = 507 (100%)
R 200 of 507 ~ 39.45%
G 140 of 507 ~ 27.61%
B 167 of 507 ~ 32.94%

%39.45
%27.61
%32.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 16.50%
  • key color value is 21.57%
CMYK:
(0,30,17,22)
C0M30Y17K22 
(0%,30%,17%,22%)
(0.00/0.30/0.17/0.22)	

CMYK percentages

%0
%30
%16.5
%21.57

Codes

Color #C88CA7 in popluar color models

C88CA7
RGB200140167
HSL333°35.29%66.67%
HSB/HSV333°30.00%78.43%
CMYK0.00%30.00%16.50%
21.57%

Color #C88CA7 in popluar number systems.

HEXC88CA7
Decimal200140167
Binary110010001000110010100111
Octal310214247

Shades and tints

Shades of #C88CA7

#C88CA7
(200,140,167)
#B68098
(182,128,152)
#A47489
(164,116,137)
#92687A
(146,104,122)
#805C6B
(128,92,107)
#6E505C
(110,80,92)
#5C444D
(92,68,77)
#4A383E
(74,56,62)
#382C2F
(56,44,47)
#262020
(38,32,32)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #C88CA7

#C88CA7
(200,140,167)
#CD96AF
(205,150,175)
#D2A0B7
(210,160,183)
#D7AABF
(215,170,191)
#DCB4C7
(220,180,199)
#E1BECF
(225,190,207)
#E6C8D7
(230,200,215)
#EBD2DF
(235,210,223)
#F0DCE7
(240,220,231)
#F5E6EF
(245,230,239)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88CA7; }

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

This text font color is #C88CA7.


Background Color

.myBgColor { background-color: #C88CA7; }

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

This div background color is #C88CA7.


Border color

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

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

This div border color is #C88CA7.


Opacity

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

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

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

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

This text has shadow with #C88CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88CA7 on black background.


Color preview on white background

This text has color #C88CA7 on white background.



Black color preview on #C88CA7 background

This text has black color on #C88CA7 background.


White color preview on #C88CA7 background

This text has white color on #C88CA7 background.