COLOR #C89FB5

HEX: #C89FB5 RGB: (200,159,181)

Color info

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

RGB color model

#C89FB5 color RGB value is (200,159,181).

RGB: (200,159,181) (78%, 62%, 71%)

RGB channels and saturation

R 200 of 255 = 78%
G 159 of 255 = 62%
B 181 of 255 = 71%

200
159
181

R + G + B ~ 70%. #C89FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 159 + 181 = 540 (100%)
R 200 of 540 ~ 37.04%
G 159 of 540 ~ 29.44%
B 181 of 540 ~ 33.52'%

%37.04
%29.44
%33.52

CMYK color model

#C89FB5 color CMYK value is (0,21,10,22).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 9.50%
  • key color value is 21.57%

CMYK: (0,21,10,22)
C0M21Y10K22 (0%, 21%, 10%, 22%)
(0.00 / 0.21 / 0.10 / 0.22)

CMYK percentages

%0
%20.5
%9.5
%21.57

Codes

Color #C89FB5 in popluar color models

C8 9F B5
RGB 200 159 181
HSL 328° 27.15% 70.39%
HSB/HSV 328° 20.50% 78.43%
CMYK 0.00% 20.50% 9.50%
21.57%

Color #C89FB5 in popluar number systems.

HEX C8 9F B5
Decimal 200 159 181
Binary 11001000 10011111 10110101
Octal 310 237 265

Shades and tints

Shades of #C89FB5

#C89FB5
(200,159,181)
#B691A5
(182,145,165)
#A48395
(164,131,149)
#927585
(146,117,133)
#806775
(128,103,117)
#6E5965
(110,89,101)
#5C4B55
(92,75,85)
#4A3D45
(74,61,69)
#382F35
(56,47,53)
#262125
(38,33,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C89FB5

#C89FB5
(200,159,181)
#CDA7BB
(205,167,187)
#D2AFC1
(210,175,193)
#D7B7C7
(215,183,199)
#DCBFCD
(220,191,205)
#E1C7D3
(225,199,211)
#E6CFD9
(230,207,217)
#EBD7DF
(235,215,223)
#F0DFE5
(240,223,229)
#F5E7EB
(245,231,235)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89FB5; }

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

This text font color is #C89FB5.

Background Color

.myBgColor { background-color: #C89FB5; }

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

This div background color is #C89FB5.

Border color

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

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

This div border color is #C89FB5.

Opacity

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

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

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

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

This text has shadow with #C89FB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89FB5.

Preview

Color preview on black background

This text has color #C89FB5 on black background.


Color preview on white background

This text has color #C89FB5 on white background.


Black color preview on #C89FB5 background

This text has black color on #C89FB5 background.


White color preview on #C89FB5 background

This text has white color on #C89FB5 background.


Related colors

Complementary color

Complementary color for #hex is #37604A.


I love getcolorcode.com

Triadic colors

1 #B5C89F and #9FB5C8 with #C89FB5 are triadic colors.

2 #B59FC8 and #9FC8B5 with #C89FB5 are triadic colors.