COLOR #C2CABD

HEX: #C2CABD
RGB: (194,202,189)

Color info

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

RGB color model

#C2CABD color RGB value is (194,202,189).

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

RGB channels and saturation

R 194 of 255 = 76%
G 202 of 255 = 79%
B 189 of 255 = 74%

194
202
189

R + G + B ~ 76%. #C2CABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 202 + 189 = 585 (100%)
R 194 of 585 ~ 33.16%
G 202 of 585 ~ 34.53%
B 189 of 585 ~ 32.31%

%33.16
%34.53
%32.31

CMYK color model

#C2CABD color CMYK value is (4,0,6,21).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 6.44%
  • key color value is 20.78%
CMYK:
(4,0,6,21)
C4M0Y6K21 
(4%,0%,6%,21%)
(0.04/0.00/0.06/0.21)	

CMYK percentages

%3.96
%0
%6.44
%20.78

Codes

Color #C2CABD in popluar color models

C2CABD
RGB194202189
HSL97°10.92%76.67%
HSB/HSV97°6.44%79.22%
CMYK3.96%0.00%6.44%
20.78%

Color #C2CABD in popluar number systems.

HEXC2CABD
Decimal194202189
Binary110000101100101010111101
Octal302312275

Shades and tints

Shades of #C2CABD

#C2CABD
(194,202,189)
#B1B8AC
(177,184,172)
#A0A69B
(160,166,155)
#8F948A
(143,148,138)
#7E8279
(126,130,121)
#6D7068
(109,112,104)
#5C5E57
(92,94,87)
#4B4C46
(75,76,70)
#3A3A35
(58,58,53)
#292824
(41,40,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #C2CABD

#C2CABD
(194,202,189)
#C7CEC3
(199,206,195)
#CCD2C9
(204,210,201)
#D1D6CF
(209,214,207)
#D6DAD5
(214,218,213)
#DBDEDB
(219,222,219)
#E0E2E1
(224,226,225)
#E5E6E7
(229,230,231)
#EAEAED
(234,234,237)
#EFEEF3
(239,238,243)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CABD; }

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

This text font color is #C2CABD.


Background Color

.myBgColor { background-color: #C2CABD; }

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

This div background color is #C2CABD.


Border color

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

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

This div border color is #C2CABD.


Opacity

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

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

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

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

This text has shadow with #C2CABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CABD on black background.


Color preview on white background

This text has color #C2CABD on white background.



Black color preview on #C2CABD background

This text has black color on #C2CABD background.


White color preview on #C2CABD background

This text has white color on #C2CABD background.