COLOR #C89BAF

HEX: #C89BAF RGB: (200,155,175)

Color info

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

RGB color model

#C89BAF color RGB value is (200,155,175).

RGB: (200,155,175) (78%, 61%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 155 of 255 = 61%
B 175 of 255 = 69%

200
155
175

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

Portions of RGB colors in percentages

R + G + B = 200 + 155 + 175 = 530 (100%)
R 200 of 530 ~ 37.74%
G 155 of 530 ~ 29.25%
B 175 of 530 ~ 33.02'%

%37.74
%29.25
%33.02

CMYK color model

#C89BAF color CMYK value is (0,23,13,22).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 12.50%
  • key color value is 21.57%
CMYK: (0,23,13,22) C0M23Y13K22 (0%,23%,13%,22%) (0.00/0.23/0.13/0.22) 

CMYK percentages

%0
%22.5
%12.5
%21.57

Codes

Color #C89BAF in popluar color models

C8 9B AF
RGB 200 155 175
HSL 333° 29.03% 69.61%
HSB/HSV 333° 22.50% 78.43%
CMYK 0.00% 22.50% 12.50%
21.57%

Color #C89BAF in popluar number systems.

HEX C8 9B AF
Decimal 200 155 175
Binary 11001000 10011011 10101111
Octal 310 233 257

Shades and tints

Shades of #C89BAF

#C89BAF
(200,155,175)
#B68DA0
(182,141,160)
#A47F91
(164,127,145)
#927182
(146,113,130)
#806373
(128,99,115)
#6E5564
(110,85,100)
#5C4755
(92,71,85)
#4A3946
(74,57,70)
#382B37
(56,43,55)
#261D28
(38,29,40)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #C89BAF

#C89BAF
(200,155,175)
#CDA4B6
(205,164,182)
#D2ADBD
(210,173,189)
#D7B6C4
(215,182,196)
#DCBFCB
(220,191,203)
#E1C8D2
(225,200,210)
#E6D1D9
(230,209,217)
#EBDAE0
(235,218,224)
#F0E3E7
(240,227,231)
#F5ECEE
(245,236,238)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89BAF color. Also use rgb(200,155,175) instead hex code.

Text Font Color

.myTextColor { color: #C89BAF; }

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

This text font color is #C89BAF.

Background Color

.myBgColor { background-color: #C89BAF; }

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

This div background color is #C89BAF.

Border color

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

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

This div border color is #C89BAF.

Opacity

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

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

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

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

This text has shadow with #C89BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89BAF.

Preview

Color preview on black background

This text has color #C89BAF on black background.


Color preview on white background

This text has color #C89BAF on white background.


Black color preview on #C89BAF background

This text has black color on #C89BAF background.


White color preview on #C89BAF background

This text has white color on #C89BAF background.


Related colors

Complementary color

Complementary color for #hex is #376450.


I love getcolorcode.com

Triadic colors

1 #AFC89B and #9BAFC8 with #C89BAF are triadic colors.

2 #AF9BC8 and #9BC8AF with #C89BAF are triadic colors.