COLOR #C88FBB

HEX: #C88FBB RGB: (200,143,187)

Color info

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

RGB color model

#C88FBB color RGB value is (200,143,187).

RGB: (200,143,187) (78%, 56%, 73%)

RGB channels and saturation

R 200 of 255 = 78%
G 143 of 255 = 56%
B 187 of 255 = 73%

200
143
187

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

Portions of RGB colors in percentages

R + G + B = 200 + 143 + 187 = 530 (100%)
R 200 of 530 ~ 37.74%
G 143 of 530 ~ 26.98%
B 187 of 530 ~ 35.28'%

%37.74
%26.98
%35.28

CMYK color model

#C88FBB color CMYK value is (0,29,7,22).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK: (0,29,7,22) C0M29Y7K22 (0%,29%,7%,22%) (0.00/0.29/0.07/0.22) 

CMYK percentages

%0
%28.5
%6.5
%21.57

Codes

Color #C88FBB in popluar color models

C8 8F BB
RGB 200 143 187
HSL 314° 34.13% 67.25%
HSB/HSV 314° 28.50% 78.43%
CMYK 0.00% 28.50% 6.50%
21.57%

Color #C88FBB in popluar number systems.

HEX C8 8F BB
Decimal 200 143 187
Binary 11001000 10001111 10111011
Octal 310 217 273

Shades and tints

Shades of #C88FBB

#C88FBB
(200,143,187)
#B682AA
(182,130,170)
#A47599
(164,117,153)
#926888
(146,104,136)
#805B77
(128,91,119)
#6E4E66
(110,78,102)
#5C4155
(92,65,85)
#4A3444
(74,52,68)
#382733
(56,39,51)
#261A22
(38,26,34)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #C88FBB

#C88FBB
(200,143,187)
#CD99C1
(205,153,193)
#D2A3C7
(210,163,199)
#D7ADCD
(215,173,205)
#DCB7D3
(220,183,211)
#E1C1D9
(225,193,217)
#E6CBDF
(230,203,223)
#EBD5E5
(235,213,229)
#F0DFEB
(240,223,235)
#F5E9F1
(245,233,241)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88FBB; }

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

This text font color is #C88FBB.

Background Color

.myBgColor { background-color: #C88FBB; }

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

This div background color is #C88FBB.

Border color

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

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

This div border color is #C88FBB.

Opacity

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

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

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

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

This text has shadow with #C88FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88FBB.

Preview

Color preview on black background

This text has color #C88FBB on black background.


Color preview on white background

This text has color #C88FBB on white background.


Black color preview on #C88FBB background

This text has black color on #C88FBB background.


White color preview on #C88FBB background

This text has white color on #C88FBB background.


Related colors

Complementary color

Complementary color for #hex is #377044.


I love getcolorcode.com

Triadic colors

1 #BBC88F and #8FBBC8 with #C88FBB are triadic colors.

2 #BB8FC8 and #8FC8BB with #C88FBB are triadic colors.