COLOR #C8ABB3

HEX: #C8ABB3
RGB: (200,171,179)

Color info

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

RGB color model

#C8ABB3 color RGB value is (200,171,179).

  • red value is 200;
  • green value is 171;
  • blue value is 179.
RGB:
(200,171,179)
(78%,67%,70%)

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 179 of 255 = 70%

200
171
179

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

Portions of RGB colors in percentages

R + G + B =
200 + 171 + 179 = 550 (100%)
R 200 of 550 ~ 36.36%
G 171 of 550 ~ 31.09%
B 179 of 550 ~ 32.55%

%36.36
%31.09
%32.55

CMYK color model

#C8ABB3 color CMYK value is (0,15,11,22).

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 10.50%
  • key color value is 21.57%
CMYK:
(0,15,11,22)
C0M15Y11K22 
(0%,15%,11%,22%)
(0.00/0.15/0.11/0.22)	

CMYK percentages

%0
%14.5
%10.5
%21.57

Codes

Color #C8ABB3 in popluar color models

C8ABB3
RGB200171179
HSL343°20.86%72.75%
HSB/HSV343°14.50%78.43%
CMYK0.00%14.50%10.50%
21.57%

Color #C8ABB3 in popluar number systems.

HEXC8ABB3
Decimal200171179
Binary110010001010101110110011
Octal310253263

Shades and tints

Shades of #C8ABB3

#C8ABB3
(200,171,179)
#B69CA3
(182,156,163)
#A48D93
(164,141,147)
#927E83
(146,126,131)
#806F73
(128,111,115)
#6E6063
(110,96,99)
#5C5153
(92,81,83)
#4A4243
(74,66,67)
#383333
(56,51,51)
#262423
(38,36,35)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #C8ABB3

#C8ABB3
(200,171,179)
#CDB2B9
(205,178,185)
#D2B9BF
(210,185,191)
#D7C0C5
(215,192,197)
#DCC7CB
(220,199,203)
#E1CED1
(225,206,209)
#E6D5D7
(230,213,215)
#EBDCDD
(235,220,221)
#F0E3E3
(240,227,227)
#F5EAE9
(245,234,233)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8ABB3 color. Also use rgb(200,171,179) instead hex code.

Text Font Color

.myTextColor { color: #C8ABB3; }

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

This text font color is #C8ABB3.


Background Color

.myBgColor { background-color: #C8ABB3; }

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

This div background color is #C8ABB3.


Border color

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

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

This div border color is #C8ABB3.


Opacity

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

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

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

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

This text has shadow with #C8ABB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ABB3 on black background.


Color preview on white background

This text has color #C8ABB3 on white background.



Black color preview on #C8ABB3 background

This text has black color on #C8ABB3 background.


White color preview on #C8ABB3 background

This text has white color on #C8ABB3 background.