COLOR #C89FAD

HEX: #C89FAD
RGB: (200,159,173)

Color info

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

RGB color model

#C89FAD color RGB value is (200,159,173).

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

RGB channels and saturation

R 200 of 255 = 78%
G 159 of 255 = 62%
B 173 of 255 = 68%

200
159
173

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

Portions of RGB colors in percentages

R + G + B =
200 + 159 + 173 = 532 (100%)
R 200 of 532 ~ 37.59%
G 159 of 532 ~ 29.89%
B 173 of 532 ~ 32.52%

%37.59
%29.89
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 13.50%
  • 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
%13.5
%21.57

Codes

Color #C89FAD in popluar color models

C89FAD
RGB200159173
HSL340°27.15%70.39%
HSB/HSV340°20.50%78.43%
CMYK0.00%20.50%13.50%
21.57%

Color #C89FAD in popluar number systems.

HEXC89FAD
Decimal200159173
Binary110010001001111110101101
Octal310237255

Shades and tints

Shades of #C89FAD

#C89FAD
(200,159,173)
#B6919E
(182,145,158)
#A4838F
(164,131,143)
#927580
(146,117,128)
#806771
(128,103,113)
#6E5962
(110,89,98)
#5C4B53
(92,75,83)
#4A3D44
(74,61,68)
#382F35
(56,47,53)
#262126
(38,33,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #C89FAD

#C89FAD
(200,159,173)
#CDA7B4
(205,167,180)
#D2AFBB
(210,175,187)
#D7B7C2
(215,183,194)
#DCBFC9
(220,191,201)
#E1C7D0
(225,199,208)
#E6CFD7
(230,207,215)
#EBD7DE
(235,215,222)
#F0DFE5
(240,223,229)
#F5E7EC
(245,231,236)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89FAD; }

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

This text font color is #C89FAD.


Background Color

.myBgColor { background-color: #C89FAD; }

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

This div background color is #C89FAD.


Border color

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

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

This div border color is #C89FAD.


Opacity

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

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

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

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

This text has shadow with #C89FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89FAD on black background.


Color preview on white background

This text has color #C89FAD on white background.



Black color preview on #C89FAD background

This text has black color on #C89FAD background.


White color preview on #C89FAD background

This text has white color on #C89FAD background.