COLOR #C2CAA9

HEX: #C2CAA9
RGB: (194,202,169)

Color info

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

RGB color model

#C2CAA9 color RGB value is (194,202,169).

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

RGB channels and saturation

R 194 of 255 = 76%
G 202 of 255 = 79%
B 169 of 255 = 66%

194
202
169

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

Portions of RGB colors in percentages

R + G + B =
194 + 202 + 169 = 565 (100%)
R 194 of 565 ~ 34.34%
G 202 of 565 ~ 35.75%
B 169 of 565 ~ 29.91%

%34.34
%35.75
%29.91

CMYK color model

#C2CAA9 color CMYK value is (4,0,16,21).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%
CMYK:
(4,0,16,21)
C4M0Y16K21 
(4%,0%,16%,21%)
(0.04/0.00/0.16/0.21)	

CMYK percentages

%3.96
%0
%16.34
%20.78

Codes

Color #C2CAA9 in popluar color models

C2CAA9
RGB194202169
HSL75°23.74%72.75%
HSB/HSV75°16.34%79.22%
CMYK3.96%0.00%16.34%
20.78%

Color #C2CAA9 in popluar number systems.

HEXC2CAA9
Decimal194202169
Binary110000101100101010101001
Octal302312251

Shades and tints

Shades of #C2CAA9

#C2CAA9
(194,202,169)
#B1B89A
(177,184,154)
#A0A68B
(160,166,139)
#8F947C
(143,148,124)
#7E826D
(126,130,109)
#6D705E
(109,112,94)
#5C5E4F
(92,94,79)
#4B4C40
(75,76,64)
#3A3A31
(58,58,49)
#292822
(41,40,34)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #C2CAA9

#C2CAA9
(194,202,169)
#C7CEB0
(199,206,176)
#CCD2B7
(204,210,183)
#D1D6BE
(209,214,190)
#D6DAC5
(214,218,197)
#DBDECC
(219,222,204)
#E0E2D3
(224,226,211)
#E5E6DA
(229,230,218)
#EAEAE1
(234,234,225)
#EFEEE8
(239,238,232)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CAA9; }

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

This text font color is #C2CAA9.


Background Color

.myBgColor { background-color: #C2CAA9; }

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

This div background color is #C2CAA9.


Border color

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

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

This div border color is #C2CAA9.


Opacity

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

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

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

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

This text has shadow with #C2CAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CAA9 on black background.


Color preview on white background

This text has color #C2CAA9 on white background.



Black color preview on #C2CAA9 background

This text has black color on #C2CAA9 background.


White color preview on #C2CAA9 background

This text has white color on #C2CAA9 background.