COLOR #C9ABB2

HEX: #C9ABB2 RGB: (201,171,178)

Color info

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

RGB color model

#C9ABB2 color RGB value is (201,171,178).

RGB: (201,171,178) (79%, 67%, 70%)

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 178 of 255 = 70%

201
171
178

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

Portions of RGB colors in percentages

R + G + B = 201 + 171 + 178 = 550 (100%)
R 201 of 550 ~ 36.55%
G 171 of 550 ~ 31.09%
B 178 of 550 ~ 32.36'%

%36.55
%31.09
%32.36

CMYK color model

#C9ABB2 color CMYK value is (0,15,11,21).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 11.44%
  • key color value is 21.18%

CMYK: (0,15,11,21)
C0M15Y11K21 (0%, 15%, 11%, 21%)
(0.00 / 0.15 / 0.11 / 0.21)

CMYK percentages

%0
%14.93
%11.44
%21.18

Codes

Color #C9ABB2 in popluar color models

C9 AB B2
RGB 201 171 178
HSL 346° 21.74% 72.94%
HSB/HSV 346° 14.93% 78.82%
CMYK 0.00% 14.93% 11.44%
21.18%

Color #C9ABB2 in popluar number systems.

HEX C9 AB B2
Decimal 201 171 178
Binary 11001001 10101011 10110010
Octal 311 253 262

Shades and tints

Shades of #C9ABB2

#C9ABB2
(201,171,178)
#B79CA2
(183,156,162)
#A58D92
(165,141,146)
#937E82
(147,126,130)
#816F72
(129,111,114)
#6F6062
(111,96,98)
#5D5152
(93,81,82)
#4B4242
(75,66,66)
#393332
(57,51,50)
#272422
(39,36,34)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #C9ABB2

#C9ABB2
(201,171,178)
#CDB2B9
(205,178,185)
#D1B9C0
(209,185,192)
#D5C0C7
(213,192,199)
#D9C7CE
(217,199,206)
#DDCED5
(221,206,213)
#E1D5DC
(225,213,220)
#E5DCE3
(229,220,227)
#E9E3EA
(233,227,234)
#EDEAF1
(237,234,241)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9ABB2 color. Also use rgb(201,171,178) instead hex code.

Text Font Color

.myTextColor { color: #C9ABB2; }

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

This text font color is #C9ABB2.

Background Color

.myBgColor { background-color: #C9ABB2; }

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

This div background color is #C9ABB2.

Border color

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

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

This div border color is #C9ABB2.

Opacity

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

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

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

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

This text has shadow with #C9ABB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ABB2.

Preview

Color preview on black background

This text has color #C9ABB2 on black background.


Color preview on white background

This text has color #C9ABB2 on white background.


Black color preview on #C9ABB2 background

This text has black color on #C9ABB2 background.


White color preview on #C9ABB2 background

This text has white color on #C9ABB2 background.


Related colors

Complementary color

Complementary color for #hex is #36544D.


I love getcolorcode.com

Triadic colors

1 #B2C9AB and #ABB2C9 with #C9ABB2 are triadic colors.

2 #B2ABC9 and #ABC9B2 with #C9ABB2 are triadic colors.