COLOR #C2CABB

HEX: #C2CABB
RGB: (194,202,187)

Color info

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

RGB color model

#C2CABB color RGB value is (194,202,187).

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

RGB channels and saturation

R 194 of 255 = 76%
G 202 of 255 = 79%
B 187 of 255 = 73%

194
202
187

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

Portions of RGB colors in percentages

R + G + B =
194 + 202 + 187 = 583 (100%)
R 194 of 583 ~ 33.28%
G 202 of 583 ~ 34.65%
B 187 of 583 ~ 32.08%

%33.28
%34.65
%32.08

CMYK color model

#C2CABB color CMYK value is (4,0,7,21).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%
CMYK:
(4,0,7,21)
C4M0Y7K21 
(4%,0%,7%,21%)
(0.04/0.00/0.07/0.21)	

CMYK percentages

%3.96
%0
%7.43
%20.78

Codes

Color #C2CABB in popluar color models

C2CABB
RGB194202187
HSL92°12.40%76.27%
HSB/HSV92°7.43%79.22%
CMYK3.96%0.00%7.43%
20.78%

Color #C2CABB in popluar number systems.

HEXC2CABB
Decimal194202187
Binary110000101100101010111011
Octal302312273

Shades and tints

Shades of #C2CABB

#C2CABB
(194,202,187)
#B1B8AA
(177,184,170)
#A0A699
(160,166,153)
#8F9488
(143,148,136)
#7E8277
(126,130,119)
#6D7066
(109,112,102)
#5C5E55
(92,94,85)
#4B4C44
(75,76,68)
#3A3A33
(58,58,51)
#292822
(41,40,34)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #C2CABB

#C2CABB
(194,202,187)
#C7CEC1
(199,206,193)
#CCD2C7
(204,210,199)
#D1D6CD
(209,214,205)
#D6DAD3
(214,218,211)
#DBDED9
(219,222,217)
#E0E2DF
(224,226,223)
#E5E6E5
(229,230,229)
#EAEAEB
(234,234,235)
#EFEEF1
(239,238,241)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CABB; }

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

This text font color is #C2CABB.


Background Color

.myBgColor { background-color: #C2CABB; }

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

This div background color is #C2CABB.


Border color

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

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

This div border color is #C2CABB.


Opacity

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

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

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

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

This text has shadow with #C2CABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CABB on black background.


Color preview on white background

This text has color #C2CABB on white background.



Black color preview on #C2CABB background

This text has black color on #C2CABB background.


White color preview on #C2CABB background

This text has white color on #C2CABB background.