COLOR #C2CBA6

HEX: #C2CBA6
RGB: (194,203,166)

Color info

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

RGB color model

#C2CBA6 color RGB value is (194,203,166).

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

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 166 of 255 = 65%

194
203
166

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

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 166 = 563 (100%)
R 194 of 563 ~ 34.46%
G 203 of 563 ~ 36.06%
B 166 of 563 ~ 29.48%

%34.46
%36.06
%29.48

CMYK color model

#C2CBA6 color CMYK value is (4,0,18,20).

  • cyan value is 4.43%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 20.39%
CMYK:
(4,0,18,20)
C4M0Y18K20 
(4%,0%,18%,20%)
(0.04/0.00/0.18/0.20)	

CMYK percentages

%4.43
%0
%18.23
%20.39

Codes

Color #C2CBA6 in popluar color models

C2CBA6
RGB194203166
HSL75°26.24%72.35%
HSB/HSV75°18.23%79.61%
CMYK4.43%0.00%18.23%
20.39%

Color #C2CBA6 in popluar number systems.

HEXC2CBA6
Decimal194203166
Binary110000101100101110100110
Octal302313246

Shades and tints

Shades of #C2CBA6

#C2CBA6
(194,203,166)
#B1B997
(177,185,151)
#A0A788
(160,167,136)
#8F9579
(143,149,121)
#7E836A
(126,131,106)
#6D715B
(109,113,91)
#5C5F4C
(92,95,76)
#4B4D3D
(75,77,61)
#3A3B2E
(58,59,46)
#29291F
(41,41,31)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #C2CBA6

#C2CBA6
(194,203,166)
#C7CFAE
(199,207,174)
#CCD3B6
(204,211,182)
#D1D7BE
(209,215,190)
#D6DBC6
(214,219,198)
#DBDFCE
(219,223,206)
#E0E3D6
(224,227,214)
#E5E7DE
(229,231,222)
#EAEBE6
(234,235,230)
#EFEFEE
(239,239,238)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CBA6; }

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

This text font color is #C2CBA6.


Background Color

.myBgColor { background-color: #C2CBA6; }

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

This div background color is #C2CBA6.


Border color

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

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

This div border color is #C2CBA6.


Opacity

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

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

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

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

This text has shadow with #C2CBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CBA6 on black background.


Color preview on white background

This text has color #C2CBA6 on white background.



Black color preview on #C2CBA6 background

This text has black color on #C2CBA6 background.


White color preview on #C2CBA6 background

This text has white color on #C2CBA6 background.