COLOR #C88DB1

HEX: #C88DB1
RGB: (200,141,177)

Color info

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

RGB color model

#C88DB1 color RGB value is (200,141,177).

  • red value is 200;
  • green value is 141;
  • blue value is 177.
RGB:
(200,141,177)
(78%,55%,69%)

RGB channels and saturation

R 200 of 255 = 78%
G 141 of 255 = 55%
B 177 of 255 = 69%

200
141
177

R + G + B ~ 67%. #C88DB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 141 + 177 = 518 (100%)
R 200 of 518 ~ 38.61%
G 141 of 518 ~ 27.22%
B 177 of 518 ~ 34.17%

%38.61
%27.22
%34.17

CMYK color model

#C88DB1 color CMYK value is (0,30,12,22).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 11.50%
  • key color value is 21.57%
CMYK:
(0,30,12,22)
C0M30Y12K22 
(0%,30%,12%,22%)
(0.00/0.30/0.12/0.22)	

CMYK percentages

%0
%29.5
%11.5
%21.57

Codes

Color #C88DB1 in popluar color models

C88DB1
RGB200141177
HSL323°34.91%66.86%
HSB/HSV323°29.50%78.43%
CMYK0.00%29.50%11.50%
21.57%

Color #C88DB1 in popluar number systems.

HEXC88DB1
Decimal200141177
Binary110010001000110110110001
Octal310215261

Shades and tints

Shades of #C88DB1

#C88DB1
(200,141,177)
#B681A1
(182,129,161)
#A47591
(164,117,145)
#926981
(146,105,129)
#805D71
(128,93,113)
#6E5161
(110,81,97)
#5C4551
(92,69,81)
#4A3941
(74,57,65)
#382D31
(56,45,49)
#262121
(38,33,33)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #C88DB1

#C88DB1
(200,141,177)
#CD97B8
(205,151,184)
#D2A1BF
(210,161,191)
#D7ABC6
(215,171,198)
#DCB5CD
(220,181,205)
#E1BFD4
(225,191,212)
#E6C9DB
(230,201,219)
#EBD3E2
(235,211,226)
#F0DDE9
(240,221,233)
#F5E7F0
(245,231,240)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88DB1 color. Also use rgb(200,141,177) instead hex code.

Text Font Color

.myTextColor { color: #C88DB1; }

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

This text font color is #C88DB1.


Background Color

.myBgColor { background-color: #C88DB1; }

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

This div background color is #C88DB1.


Border color

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

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

This div border color is #C88DB1.


Opacity

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

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

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

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

This text has shadow with #C88DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88DB1 on black background.


Color preview on white background

This text has color #C88DB1 on white background.



Black color preview on #C88DB1 background

This text has black color on #C88DB1 background.


White color preview on #C88DB1 background

This text has white color on #C88DB1 background.