COLOR #C88DBA

HEX: #C88DBA
RGB: (200,141,186)

Color info

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

RGB color model

#C88DBA color RGB value is (200,141,186).

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

RGB channels and saturation

R 200 of 255 = 78%
G 141 of 255 = 55%
B 186 of 255 = 73%

200
141
186

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

Portions of RGB colors in percentages

R + G + B =
200 + 141 + 186 = 527 (100%)
R 200 of 527 ~ 37.95%
G 141 of 527 ~ 26.76%
B 186 of 527 ~ 35.29%

%37.95
%26.76
%35.29

CMYK color model

#C88DBA color CMYK value is (0,30,7,22).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 7.00%
  • key color value is 21.57%
CMYK:
(0,30,7,22)
C0M30Y7K22 
(0%,30%,7%,22%)
(0.00/0.30/0.07/0.22)	

CMYK percentages

%0
%29.5
%7
%21.57

Codes

Color #C88DBA in popluar color models

C88DBA
RGB200141186
HSL314°34.91%66.86%
HSB/HSV314°29.50%78.43%
CMYK0.00%29.50%7.00%
21.57%

Color #C88DBA in popluar number systems.

HEXC88DBA
Decimal200141186
Binary110010001000110110111010
Octal310215272

Shades and tints

Shades of #C88DBA

#C88DBA
(200,141,186)
#B681AA
(182,129,170)
#A4759A
(164,117,154)
#92698A
(146,105,138)
#805D7A
(128,93,122)
#6E516A
(110,81,106)
#5C455A
(92,69,90)
#4A394A
(74,57,74)
#382D3A
(56,45,58)
#26212A
(38,33,42)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #C88DBA

#C88DBA
(200,141,186)
#CD97C0
(205,151,192)
#D2A1C6
(210,161,198)
#D7ABCC
(215,171,204)
#DCB5D2
(220,181,210)
#E1BFD8
(225,191,216)
#E6C9DE
(230,201,222)
#EBD3E4
(235,211,228)
#F0DDEA
(240,221,234)
#F5E7F0
(245,231,240)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88DBA; }

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

This text font color is #C88DBA.


Background Color

.myBgColor { background-color: #C88DBA; }

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

This div background color is #C88DBA.


Border color

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

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

This div border color is #C88DBA.


Opacity

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

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

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

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

This text has shadow with #C88DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88DBA on black background.


Color preview on white background

This text has color #C88DBA on white background.



Black color preview on #C88DBA background

This text has black color on #C88DBA background.


White color preview on #C88DBA background

This text has white color on #C88DBA background.