COLOR #C2CCA6

HEX: #C2CCA6
RGB: (194,204,166)

Color info

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

RGB color model

#C2CCA6 color RGB value is (194,204,166).

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

RGB channels and saturation

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

194
204
166

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

Portions of RGB colors in percentages

R + G + B =
194 + 204 + 166 = 564 (100%)
R 194 of 564 ~ 34.4%
G 204 of 564 ~ 36.17%
B 166 of 564 ~ 29.43%

%34.4
%36.17
%29.43

CMYK color model

#C2CCA6 color CMYK value is (5,0,19,20).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(5,0,19,20)
C5M0Y19K20 
(5%,0%,19%,20%)
(0.05/0.00/0.19/0.20)	

CMYK percentages

%4.9
%0
%18.63
%20

Codes

Color #C2CCA6 in popluar color models

C2CCA6
RGB194204166
HSL76°27.14%72.55%
HSB/HSV76°18.63%80.00%
CMYK4.90%0.00%18.63%
20.00%

Color #C2CCA6 in popluar number systems.

HEXC2CCA6
Decimal194204166
Binary110000101100110010100110
Octal302314246

Shades and tints

Shades of #C2CCA6

#C2CCA6
(194,204,166)
#B1BA97
(177,186,151)
#A0A888
(160,168,136)
#8F9679
(143,150,121)
#7E846A
(126,132,106)
#6D725B
(109,114,91)
#5C604C
(92,96,76)
#4B4E3D
(75,78,61)
#3A3C2E
(58,60,46)
#292A1F
(41,42,31)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #C2CCA6

#C2CCA6
(194,204,166)
#C7D0AE
(199,208,174)
#CCD4B6
(204,212,182)
#D1D8BE
(209,216,190)
#D6DCC6
(214,220,198)
#DBE0CE
(219,224,206)
#E0E4D6
(224,228,214)
#E5E8DE
(229,232,222)
#EAECE6
(234,236,230)
#EFF0EE
(239,240,238)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CCA6; }

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

This text font color is #C2CCA6.


Background Color

.myBgColor { background-color: #C2CCA6; }

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

This div background color is #C2CCA6.


Border color

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

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

This div border color is #C2CCA6.


Opacity

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

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

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

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

This text has shadow with #C2CCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CCA6 on black background.


Color preview on white background

This text has color #C2CCA6 on white background.



Black color preview on #C2CCA6 background

This text has black color on #C2CCA6 background.


White color preview on #C2CCA6 background

This text has white color on #C2CCA6 background.