COLOR #C88FB7

HEX: #C88FB7 RGB: (200,143,183)

Color info

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

RGB color model

#C88FB7 color RGB value is (200,143,183).

RGB: (200,143,183) (78%, 56%, 72%)

RGB channels and saturation

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

200
143
183

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

Portions of RGB colors in percentages

R + G + B = 200 + 143 + 183 = 526 (100%)
R 200 of 526 ~ 38.02%
G 143 of 526 ~ 27.19%
B 183 of 526 ~ 34.79'%

%38.02
%27.19
%34.79

CMYK color model

#C88FB7 color CMYK value is (0,29,9,22).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 8.50%
  • key color value is 21.57%

CMYK: (0,29,9,22)
C0M29Y9K22 (0%, 29%, 9%, 22%)
(0.00 / 0.29 / 0.09 / 0.22)

CMYK percentages

%0
%28.5
%8.5
%21.57

Codes

Color #C88FB7 in popluar color models

C8 8F B7
RGB 200 143 183
HSL 318° 34.13% 67.25%
HSB/HSV 318° 28.50% 78.43%
CMYK 0.00% 28.50% 8.50%
21.57%

Color #C88FB7 in popluar number systems.

HEX C8 8F B7
Decimal 200 143 183
Binary 11001000 10001111 10110111
Octal 310 217 267

Shades and tints

Shades of #C88FB7

#C88FB7
(200,143,183)
#B682A7
(182,130,167)
#A47597
(164,117,151)
#926887
(146,104,135)
#805B77
(128,91,119)
#6E4E67
(110,78,103)
#5C4157
(92,65,87)
#4A3447
(74,52,71)
#382737
(56,39,55)
#261A27
(38,26,39)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #C88FB7

#C88FB7
(200,143,183)
#CD99BD
(205,153,189)
#D2A3C3
(210,163,195)
#D7ADC9
(215,173,201)
#DCB7CF
(220,183,207)
#E1C1D5
(225,193,213)
#E6CBDB
(230,203,219)
#EBD5E1
(235,213,225)
#F0DFE7
(240,223,231)
#F5E9ED
(245,233,237)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88FB7; }

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

This text font color is #C88FB7.

Background Color

.myBgColor { background-color: #C88FB7; }

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

This div background color is #C88FB7.

Border color

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

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

This div border color is #C88FB7.

Opacity

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

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

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

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

This text has shadow with #C88FB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88FB7.

Preview

Color preview on black background

This text has color #C88FB7 on black background.


Color preview on white background

This text has color #C88FB7 on white background.


Black color preview on #C88FB7 background

This text has black color on #C88FB7 background.


White color preview on #C88FB7 background

This text has white color on #C88FB7 background.


Related colors

Complementary color

Complementary color for #hex is #377048.


I love getcolorcode.com

Triadic colors

1 #B7C88F and #8FB7C8 with #C88FB7 are triadic colors.

2 #B78FC8 and #8FC8B7 with #C88FB7 are triadic colors.