COLOR #C8C8AB

HEX: #C8C8AB
RGB: (200,200,171)

Color info

#C8C8AB contains red, green and blue colors in about the same proportion. Web safe color of #C8C8AB is #CCCC99 (or #CC9).

RGB color model

#C8C8AB color RGB value is (200,200,171).

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

RGB channels and saturation

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

200
200
171

R + G + B ~ 74%. #C8C8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 200 + 171 = 571 (100%)
R 200 of 571 ~ 35.03%
G 200 of 571 ~ 35.03%
B 171 of 571 ~ 29.95%

%35.03
%35.03
%29.95

CMYK color model

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

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

CMYK percentages

%0
%0
%14.5
%21.57

Codes

Color #C8C8AB in popluar color models

C8C8AB
RGB200200171
HSL60°20.86%72.75%
HSB/HSV60°14.50%78.43%
CMYK0.00%0.00%14.50%
21.57%

Color #C8C8AB in popluar number systems.

HEXC8C8AB
Decimal200200171
Binary110010001100100010101011
Octal310310253

Shades and tints

Shades of #C8C8AB

#C8C8AB
(200,200,171)
#B6B69C
(182,182,156)
#A4A48D
(164,164,141)
#92927E
(146,146,126)
#80806F
(128,128,111)
#6E6E60
(110,110,96)
#5C5C51
(92,92,81)
#4A4A42
(74,74,66)
#383833
(56,56,51)
#262624
(38,38,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #C8C8AB

#C8C8AB
(200,200,171)
#CDCDB2
(205,205,178)
#D2D2B9
(210,210,185)
#D7D7C0
(215,215,192)
#DCDCC7
(220,220,199)
#E1E1CE
(225,225,206)
#E6E6D5
(230,230,213)
#EBEBDC
(235,235,220)
#F0F0E3
(240,240,227)
#F5F5EA
(245,245,234)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C8AB; }

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

This text font color is #C8C8AB.


Background Color

.myBgColor { background-color: #C8C8AB; }

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

This div background color is #C8C8AB.


Border color

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

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

This div border color is #C8C8AB.


Opacity

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

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

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

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

This text has shadow with #C8C8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C8AB on black background.


Color preview on white background

This text has color #C8C8AB on white background.



Black color preview on #C8C8AB background

This text has black color on #C8C8AB background.


White color preview on #C8C8AB background

This text has white color on #C8C8AB background.