COLOR #C8CABD

HEX: #C8CABD
RGB: (200,202,189)

Color info

#C8CABD contains red, green and blue colors in about the same proportion. Web safe color of #C8CABD is #CCCCCC (or #CCC).

RGB color model

#C8CABD color RGB value is (200,202,189).

  • red value is 200;
  • green value is 202;
  • blue value is 189.
RGB:
(200,202,189)
(78%,79%,74%)

RGB channels and saturation

R 200 of 255 = 78%
G 202 of 255 = 79%
B 189 of 255 = 74%

200
202
189

R + G + B ~ 77%. #C8CABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 202 + 189 = 591 (100%)
R 200 of 591 ~ 33.84%
G 202 of 591 ~ 34.18%
B 189 of 591 ~ 31.98%

%33.84
%34.18
%31.98

CMYK color model

#C8CABD color CMYK value is (1,0,6,21).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 6.44%
  • key color value is 20.78%
CMYK:
(1,0,6,21)
C1M0Y6K21 
(1%,0%,6%,21%)
(0.01/0.00/0.06/0.21)	

CMYK percentages

%0.99
%0
%6.44
%20.78

Codes

Color #C8CABD in popluar color models

C8CABD
RGB200202189
HSL69°10.92%76.67%
HSB/HSV69°6.44%79.22%
CMYK0.99%0.00%6.44%
20.78%

Color #C8CABD in popluar number systems.

HEXC8CABD
Decimal200202189
Binary110010001100101010111101
Octal310312275

Shades and tints

Shades of #C8CABD

#C8CABD
(200,202,189)
#B6B8AC
(182,184,172)
#A4A69B
(164,166,155)
#92948A
(146,148,138)
#808279
(128,130,121)
#6E7068
(110,112,104)
#5C5E57
(92,94,87)
#4A4C46
(74,76,70)
#383A35
(56,58,53)
#262824
(38,40,36)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #C8CABD

#C8CABD
(200,202,189)
#CDCEC3
(205,206,195)
#D2D2C9
(210,210,201)
#D7D6CF
(215,214,207)
#DCDAD5
(220,218,213)
#E1DEDB
(225,222,219)
#E6E2E1
(230,226,225)
#EBE6E7
(235,230,231)
#F0EAED
(240,234,237)
#F5EEF3
(245,238,243)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CABD; }

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

This text font color is #C8CABD.


Background Color

.myBgColor { background-color: #C8CABD; }

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

This div background color is #C8CABD.


Border color

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

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

This div border color is #C8CABD.


Opacity

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

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

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

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

This text has shadow with #C8CABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CABD on black background.


Color preview on white background

This text has color #C8CABD on white background.



Black color preview on #C8CABD background

This text has black color on #C8CABD background.


White color preview on #C8CABD background

This text has white color on #C8CABD background.