COLOR #C89FAC

HEX: #C89FAC
RGB: (200,159,172)

Color info

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

RGB color model

#C89FAC color RGB value is (200,159,172).

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

RGB channels and saturation

R 200 of 255 = 78%
G 159 of 255 = 62%
B 172 of 255 = 67%

200
159
172

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

Portions of RGB colors in percentages

R + G + B =
200 + 159 + 172 = 531 (100%)
R 200 of 531 ~ 37.66%
G 159 of 531 ~ 29.94%
B 172 of 531 ~ 32.39%

%37.66
%29.94
%32.39

CMYK color model

#C89FAC color CMYK value is (0,21,14,22).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 14.00%
  • key color value is 21.57%
CMYK:
(0,21,14,22)
C0M21Y14K22 
(0%,21%,14%,22%)
(0.00/0.21/0.14/0.22)	

CMYK percentages

%0
%20.5
%14
%21.57

Codes

Color #C89FAC in popluar color models

C89FAC
RGB200159172
HSL341°27.15%70.39%
HSB/HSV341°20.50%78.43%
CMYK0.00%20.50%14.00%
21.57%

Color #C89FAC in popluar number systems.

HEXC89FAC
Decimal200159172
Binary110010001001111110101100
Octal310237254

Shades and tints

Shades of #C89FAC

#C89FAC
(200,159,172)
#B6919D
(182,145,157)
#A4838E
(164,131,142)
#92757F
(146,117,127)
#806770
(128,103,112)
#6E5961
(110,89,97)
#5C4B52
(92,75,82)
#4A3D43
(74,61,67)
#382F34
(56,47,52)
#262125
(38,33,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #C89FAC

#C89FAC
(200,159,172)
#CDA7B3
(205,167,179)
#D2AFBA
(210,175,186)
#D7B7C1
(215,183,193)
#DCBFC8
(220,191,200)
#E1C7CF
(225,199,207)
#E6CFD6
(230,207,214)
#EBD7DD
(235,215,221)
#F0DFE4
(240,223,228)
#F5E7EB
(245,231,235)
#FAEFF2
(250,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89FAC; }

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

This text font color is #C89FAC.


Background Color

.myBgColor { background-color: #C89FAC; }

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

This div background color is #C89FAC.


Border color

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

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

This div border color is #C89FAC.


Opacity

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

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

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

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

This text has shadow with #C89FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89FAC on black background.


Color preview on white background

This text has color #C89FAC on white background.



Black color preview on #C89FAC background

This text has black color on #C89FAC background.


White color preview on #C89FAC background

This text has white color on #C89FAC background.