COLOR #C89AAC

HEX: #C89AAC RGB: (200,154,172)

Color info

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

RGB color model

#C89AAC color RGB value is (200,154,172).

RGB: (200,154,172) (78%, 60%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 154 of 255 = 60%
B 172 of 255 = 67%

200
154
172

R + G + B ~ 68%. #C89AAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 154 + 172 = 526 (100%)
R 200 of 526 ~ 38.02%
G 154 of 526 ~ 29.28%
B 172 of 526 ~ 32.7'%

%38.02
%29.28
%32.7

CMYK color model

#C89AAC color CMYK value is (0,23,14,22).

  • cyan value is 0.00%
  • magenta value is 23.00%
  • yellow value is 14.00%
  • key color value is 21.57%

CMYK: (0,23,14,22)
C0M23Y14K22 (0%, 23%, 14%, 22%)
(0.00 / 0.23 / 0.14 / 0.22)

CMYK percentages

%0
%23
%14
%21.57

Codes

Color #C89AAC in popluar color models

C8 9A AC
RGB 200 154 172
HSL 337° 29.49% 69.41%
HSB/HSV 337° 23.00% 78.43%
CMYK 0.00% 23.00% 14.00%
21.57%

Color #C89AAC in popluar number systems.

HEX C8 9A AC
Decimal 200 154 172
Binary 11001000 10011010 10101100
Octal 310 232 254

Shades and tints

Shades of #C89AAC

#C89AAC
(200,154,172)
#B68C9D
(182,140,157)
#A47E8E
(164,126,142)
#92707F
(146,112,127)
#806270
(128,98,112)
#6E5461
(110,84,97)
#5C4652
(92,70,82)
#4A3843
(74,56,67)
#382A34
(56,42,52)
#261C25
(38,28,37)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #C89AAC

#C89AAC
(200,154,172)
#CDA3B3
(205,163,179)
#D2ACBA
(210,172,186)
#D7B5C1
(215,181,193)
#DCBEC8
(220,190,200)
#E1C7CF
(225,199,207)
#E6D0D6
(230,208,214)
#EBD9DD
(235,217,221)
#F0E2E4
(240,226,228)
#F5EBEB
(245,235,235)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89AAC; }

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

This text font color is #C89AAC.

Background Color

.myBgColor { background-color: #C89AAC; }

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

This div background color is #C89AAC.

Border color

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

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

This div border color is #C89AAC.

Opacity

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

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

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

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

This text has shadow with #C89AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89AAC.

Preview

Color preview on black background

This text has color #C89AAC on black background.


Color preview on white background

This text has color #C89AAC on white background.


Black color preview on #C89AAC background

This text has black color on #C89AAC background.


White color preview on #C89AAC background

This text has white color on #C89AAC background.


Related colors

Complementary color

Complementary color for #hex is #376553.


I love getcolorcode.com

Triadic colors

1 #ACC89A and #9AACC8 with #C89AAC are triadic colors.

2 #AC9AC8 and #9AC8AC with #C89AAC are triadic colors.