COLOR #C2CBA0

HEX: #C2CBA0
RGB: (194,203,160)

Color info

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

RGB color model

#C2CBA0 color RGB value is (194,203,160).

  • red value is 194;
  • green value is 203;
  • blue value is 160.
RGB:
(194,203,160)
(76%,80%,63%)

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 160 of 255 = 63%

194
203
160

R + G + B ~ 73%. #C2CBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 160 = 557 (100%)
R 194 of 557 ~ 34.83%
G 203 of 557 ~ 36.45%
B 160 of 557 ~ 28.73%

%34.83
%36.45
%28.73

CMYK color model

#C2CBA0 color CMYK value is (4,0,21,20).

  • cyan value is 4.43%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 20.39%
CMYK:
(4,0,21,20)
C4M0Y21K20 
(4%,0%,21%,20%)
(0.04/0.00/0.21/0.20)	

CMYK percentages

%4.43
%0
%21.18
%20.39

Codes

Color #C2CBA0 in popluar color models

C2CBA0
RGB194203160
HSL73°29.25%71.18%
HSB/HSV73°21.18%79.61%
CMYK4.43%0.00%21.18%
20.39%

Color #C2CBA0 in popluar number systems.

HEXC2CBA0
Decimal194203160
Binary110000101100101110100000
Octal302313240

Shades and tints

Shades of #C2CBA0

#C2CBA0
(194,203,160)
#B1B992
(177,185,146)
#A0A784
(160,167,132)
#8F9576
(143,149,118)
#7E8368
(126,131,104)
#6D715A
(109,113,90)
#5C5F4C
(92,95,76)
#4B4D3E
(75,77,62)
#3A3B30
(58,59,48)
#292922
(41,41,34)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #C2CBA0

#C2CBA0
(194,203,160)
#C7CFA8
(199,207,168)
#CCD3B0
(204,211,176)
#D1D7B8
(209,215,184)
#D6DBC0
(214,219,192)
#DBDFC8
(219,223,200)
#E0E3D0
(224,227,208)
#E5E7D8
(229,231,216)
#EAEBE0
(234,235,224)
#EFEFE8
(239,239,232)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CBA0 color. Also use rgb(194,203,160) instead hex code.

Text Font Color

.myTextColor { color: #C2CBA0; }

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

This text font color is #C2CBA0.


Background Color

.myBgColor { background-color: #C2CBA0; }

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

This div background color is #C2CBA0.


Border color

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

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

This div border color is #C2CBA0.


Opacity

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

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

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

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

This text has shadow with #C2CBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CBA0 on black background.


Color preview on white background

This text has color #C2CBA0 on white background.



Black color preview on #C2CBA0 background

This text has black color on #C2CBA0 background.


White color preview on #C2CBA0 background

This text has white color on #C2CBA0 background.