COLOR #C88AA5

HEX: #C88AA5
RGB: (200,138,165)

Color info

#C88AA5 contains mainly red and blue colors. Web safe color of #C88AA5 is #CC9999 (or #C99).

RGB color model

#C88AA5 color RGB value is (200,138,165).

  • red value is 200;
  • green value is 138;
  • blue value is 165.
RGB:
(200,138,165)
(78%,54%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 138 of 255 = 54%
B 165 of 255 = 65%

200
138
165

R + G + B ~ 66%. #C88AA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 138 + 165 = 503 (100%)
R 200 of 503 ~ 39.76%
G 138 of 503 ~ 27.44%
B 165 of 503 ~ 32.8%

%39.76
%27.44
%32.8

CMYK color model

#C88AA5 color CMYK value is (0,31,18,22).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 17.50%
  • key color value is 21.57%
CMYK:
(0,31,18,22)
C0M31Y18K22 
(0%,31%,18%,22%)
(0.00/0.31/0.18/0.22)	

CMYK percentages

%0
%31
%17.5
%21.57

Codes

Color #C88AA5 in popluar color models

C88AA5
RGB200138165
HSL334°36.05%66.27%
HSB/HSV334°31.00%78.43%
CMYK0.00%31.00%17.50%
21.57%

Color #C88AA5 in popluar number systems.

HEXC88AA5
Decimal200138165
Binary110010001000101010100101
Octal310212245

Shades and tints

Shades of #C88AA5

#C88AA5
(200,138,165)
#B67E96
(182,126,150)
#A47287
(164,114,135)
#926678
(146,102,120)
#805A69
(128,90,105)
#6E4E5A
(110,78,90)
#5C424B
(92,66,75)
#4A363C
(74,54,60)
#382A2D
(56,42,45)
#261E1E
(38,30,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #C88AA5

#C88AA5
(200,138,165)
#CD94AD
(205,148,173)
#D29EB5
(210,158,181)
#D7A8BD
(215,168,189)
#DCB2C5
(220,178,197)
#E1BCCD
(225,188,205)
#E6C6D5
(230,198,213)
#EBD0DD
(235,208,221)
#F0DAE5
(240,218,229)
#F5E4ED
(245,228,237)
#FAEEF5
(250,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88AA5 color. Also use rgb(200,138,165) instead hex code.

Text Font Color

.myTextColor { color: #C88AA5; }

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

This text font color is #C88AA5.


Background Color

.myBgColor { background-color: #C88AA5; }

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

This div background color is #C88AA5.


Border color

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

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

This div border color is #C88AA5.


Opacity

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

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

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

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

This text has shadow with #C88AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88AA5 on black background.


Color preview on white background

This text has color #C88AA5 on white background.



Black color preview on #C88AA5 background

This text has black color on #C88AA5 background.


White color preview on #C88AA5 background

This text has white color on #C88AA5 background.