COLOR #C88AAC

HEX: #C88AAC
RGB: (200,138,172)

Color info

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

RGB color model

#C88AAC color RGB value is (200,138,172).

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

RGB channels and saturation

R 200 of 255 = 78%
G 138 of 255 = 54%
B 172 of 255 = 67%

200
138
172

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

Portions of RGB colors in percentages

R + G + B =
200 + 138 + 172 = 510 (100%)
R 200 of 510 ~ 39.22%
G 138 of 510 ~ 27.06%
B 172 of 510 ~ 33.73%

%39.22
%27.06
%33.73

CMYK color model

#C88AAC color CMYK value is (0,31,14,22).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 14.00%
  • key color value is 21.57%
CMYK:
(0,31,14,22)
C0M31Y14K22 
(0%,31%,14%,22%)
(0.00/0.31/0.14/0.22)	

CMYK percentages

%0
%31
%14
%21.57

Codes

Color #C88AAC in popluar color models

C88AAC
RGB200138172
HSL327°36.05%66.27%
HSB/HSV327°31.00%78.43%
CMYK0.00%31.00%14.00%
21.57%

Color #C88AAC in popluar number systems.

HEXC88AAC
Decimal200138172
Binary110010001000101010101100
Octal310212254

Shades and tints

Shades of #C88AAC

#C88AAC
(200,138,172)
#B67E9D
(182,126,157)
#A4728E
(164,114,142)
#92667F
(146,102,127)
#805A70
(128,90,112)
#6E4E61
(110,78,97)
#5C4252
(92,66,82)
#4A3643
(74,54,67)
#382A34
(56,42,52)
#261E25
(38,30,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #C88AAC

#C88AAC
(200,138,172)
#CD94B3
(205,148,179)
#D29EBA
(210,158,186)
#D7A8C1
(215,168,193)
#DCB2C8
(220,178,200)
#E1BCCF
(225,188,207)
#E6C6D6
(230,198,214)
#EBD0DD
(235,208,221)
#F0DAE4
(240,218,228)
#F5E4EB
(245,228,235)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88AAC; }

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

This text font color is #C88AAC.


Background Color

.myBgColor { background-color: #C88AAC; }

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

This div background color is #C88AAC.


Border color

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

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

This div border color is #C88AAC.


Opacity

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

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

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

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

This text has shadow with #C88AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88AAC on black background.


Color preview on white background

This text has color #C88AAC on white background.



Black color preview on #C88AAC background

This text has black color on #C88AAC background.


White color preview on #C88AAC background

This text has white color on #C88AAC background.