COLOR #C89FCC

HEX: #C89FCC RGB: (200,159,204)

Color info

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

RGB color model

#C89FCC color RGB value is (200,159,204).

RGB: (200,159,204) (78%, 62%, 80%)

RGB channels and saturation

R 200 of 255 = 78%
G 159 of 255 = 62%
B 204 of 255 = 80%

200
159
204

R + G + B ~ 73%. #C89FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 159 + 204 = 563 (100%)
R 200 of 563 ~ 35.52%
G 159 of 563 ~ 28.24%
B 204 of 563 ~ 36.23'%

%35.52
%28.24
%36.23

CMYK color model

#C89FCC color CMYK value is (2,22,0,20).

  • cyan value is 1.96%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (2,22,0,20)
C2M22Y0K20 (2%, 22%, 0%, 20%)
(0.02 / 0.22 / 0.00 / 0.20)

CMYK percentages

%1.96
%22.06
%0
%20

Codes

Color #C89FCC in popluar color models

C8 9F CC
RGB 200 159 204
HSL 295° 30.61% 71.18%
HSB/HSV 295° 22.06% 80.00%
CMYK 1.96% 22.06% 0.00%
20.00%

Color #C89FCC in popluar number systems.

HEX C8 9F CC
Decimal 200 159 204
Binary 11001000 10011111 11001100
Octal 310 237 314

Shades and tints

Shades of #C89FCC

#C89FCC
(200,159,204)
#B691BA
(182,145,186)
#A483A8
(164,131,168)
#927596
(146,117,150)
#806784
(128,103,132)
#6E5972
(110,89,114)
#5C4B60
(92,75,96)
#4A3D4E
(74,61,78)
#382F3C
(56,47,60)
#26212A
(38,33,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #C89FCC

#C89FCC
(200,159,204)
#CDA7D0
(205,167,208)
#D2AFD4
(210,175,212)
#D7B7D8
(215,183,216)
#DCBFDC
(220,191,220)
#E1C7E0
(225,199,224)
#E6CFE4
(230,207,228)
#EBD7E8
(235,215,232)
#F0DFEC
(240,223,236)
#F5E7F0
(245,231,240)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89FCC; }

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

This text font color is #C89FCC.

Background Color

.myBgColor { background-color: #C89FCC; }

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

This div background color is #C89FCC.

Border color

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

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

This div border color is #C89FCC.

Opacity

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

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

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

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

This text has shadow with #C89FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89FCC.

Preview

Color preview on black background

This text has color #C89FCC on black background.


Color preview on white background

This text has color #C89FCC on white background.


Black color preview on #C89FCC background

This text has black color on #C89FCC background.


White color preview on #C89FCC background

This text has white color on #C89FCC background.


Related colors

Complementary color

Complementary color for #hex is #376033.


I love getcolorcode.com

Triadic colors

1 #CCC89F and #9FCCC8 with #C89FCC are triadic colors.

2 #CC9FC8 and #9FC8CC with #C89FCC are triadic colors.