COLOR #C88DAB

HEX: #C88DAB
RGB: (200,141,171)

Color info

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

RGB color model

#C88DAB color RGB value is (200,141,171).

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

RGB channels and saturation

R 200 of 255 = 78%
G 141 of 255 = 55%
B 171 of 255 = 67%

200
141
171

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

Portions of RGB colors in percentages

R + G + B =
200 + 141 + 171 = 512 (100%)
R 200 of 512 ~ 39.06%
G 141 of 512 ~ 27.54%
B 171 of 512 ~ 33.4%

%39.06
%27.54
%33.4

CMYK color model

#C88DAB color CMYK value is (0,30,15,22).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK:
(0,30,15,22)
C0M30Y15K22 
(0%,30%,15%,22%)
(0.00/0.30/0.15/0.22)	

CMYK percentages

%0
%29.5
%14.5
%21.57

Codes

Color #C88DAB in popluar color models

C88DAB
RGB200141171
HSL329°34.91%66.86%
HSB/HSV329°29.50%78.43%
CMYK0.00%29.50%14.50%
21.57%

Color #C88DAB in popluar number systems.

HEXC88DAB
Decimal200141171
Binary110010001000110110101011
Octal310215253

Shades and tints

Shades of #C88DAB

#C88DAB
(200,141,171)
#B6819C
(182,129,156)
#A4758D
(164,117,141)
#92697E
(146,105,126)
#805D6F
(128,93,111)
#6E5160
(110,81,96)
#5C4551
(92,69,81)
#4A3942
(74,57,66)
#382D33
(56,45,51)
#262124
(38,33,36)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #C88DAB

#C88DAB
(200,141,171)
#CD97B2
(205,151,178)
#D2A1B9
(210,161,185)
#D7ABC0
(215,171,192)
#DCB5C7
(220,181,199)
#E1BFCE
(225,191,206)
#E6C9D5
(230,201,213)
#EBD3DC
(235,211,220)
#F0DDE3
(240,221,227)
#F5E7EA
(245,231,234)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88DAB; }

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

This text font color is #C88DAB.


Background Color

.myBgColor { background-color: #C88DAB; }

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

This div background color is #C88DAB.


Border color

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

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

This div border color is #C88DAB.


Opacity

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

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

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

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

This text has shadow with #C88DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88DAB on black background.


Color preview on white background

This text has color #C88DAB on white background.



Black color preview on #C88DAB background

This text has black color on #C88DAB background.


White color preview on #C88DAB background

This text has white color on #C88DAB background.