COLOR #C89AC9

HEX: #C89AC9
RGB: (200,154,201)

Color info

#C89AC9 contains red, green and blue colors in about the same proportion. Web safe color of #C89AC9 is #CC99CC (or #C9C).

RGB color model

#C89AC9 color RGB value is (200,154,201).

  • red value is 200;
  • green value is 154;
  • blue value is 201.
RGB:
(200,154,201)
(78%,60%,79%)

RGB channels and saturation

R 200 of 255 = 78%
G 154 of 255 = 60%
B 201 of 255 = 79%

200
154
201

R + G + B ~ 72%. #C89AC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 154 + 201 = 555 (100%)
R 200 of 555 ~ 36.04%
G 154 of 555 ~ 27.75%
B 201 of 555 ~ 36.22%

%36.04
%27.75
%36.22

CMYK color model

#C89AC9 color CMYK value is (0,23,0,21).

  • cyan value is 0.50%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(0,23,0,21)
C0M23Y0K21 
(0%,23%,0%,21%)
(0.00/0.23/0.00/0.21)	

CMYK percentages

%0.5
%23.38
%0
%21.18

Codes

Color #C89AC9 in popluar color models

C89AC9
RGB200154201
HSL299°30.32%69.61%
HSB/HSV299°23.38%78.82%
CMYK0.50%23.38%0.00%
21.18%

Color #C89AC9 in popluar number systems.

HEXC89AC9
Decimal200154201
Binary110010001001101011001001
Octal310232311

Shades and tints

Shades of #C89AC9

#C89AC9
(200,154,201)
#B68CB7
(182,140,183)
#A47EA5
(164,126,165)
#927093
(146,112,147)
#806281
(128,98,129)
#6E546F
(110,84,111)
#5C465D
(92,70,93)
#4A384B
(74,56,75)
#382A39
(56,42,57)
#261C27
(38,28,39)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #C89AC9

#C89AC9
(200,154,201)
#CDA3CD
(205,163,205)
#D2ACD1
(210,172,209)
#D7B5D5
(215,181,213)
#DCBED9
(220,190,217)
#E1C7DD
(225,199,221)
#E6D0E1
(230,208,225)
#EBD9E5
(235,217,229)
#F0E2E9
(240,226,233)
#F5EBED
(245,235,237)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89AC9 color. Also use rgb(200,154,201) instead hex code.

Text Font Color

.myTextColor { color: #C89AC9; }

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

This text font color is #C89AC9.


Background Color

.myBgColor { background-color: #C89AC9; }

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

This div background color is #C89AC9.


Border color

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

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

This div border color is #C89AC9.


Opacity

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

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

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

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

This text has shadow with #C89AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89AC9 on black background.


Color preview on white background

This text has color #C89AC9 on white background.



Black color preview on #C89AC9 background

This text has black color on #C89AC9 background.


White color preview on #C89AC9 background

This text has white color on #C89AC9 background.