COLOR #C2CA98

HEX: #C2CA98
RGB: (194,202,152)

Color info

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

RGB color model

#C2CA98 color RGB value is (194,202,152).

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

RGB channels and saturation

R 194 of 255 = 76%
G 202 of 255 = 79%
B 152 of 255 = 60%

194
202
152

R + G + B ~ 72%. #C2CA98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 202 + 152 = 548 (100%)
R 194 of 548 ~ 35.4%
G 202 of 548 ~ 36.86%
B 152 of 548 ~ 27.74%

%35.4
%36.86
%27.74

CMYK color model

#C2CA98 color CMYK value is (4,0,25,21).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 20.78%
CMYK:
(4,0,25,21)
C4M0Y25K21 
(4%,0%,25%,21%)
(0.04/0.00/0.25/0.21)	

CMYK percentages

%3.96
%0
%24.75
%20.78

Codes

Color #C2CA98 in popluar color models

C2CA98
RGB194202152
HSL70°32.05%69.41%
HSB/HSV70°24.75%79.22%
CMYK3.96%0.00%24.75%
20.78%

Color #C2CA98 in popluar number systems.

HEXC2CA98
Decimal194202152
Binary110000101100101010011000
Octal302312230

Shades and tints

Shades of #C2CA98

#C2CA98
(194,202,152)
#B1B88B
(177,184,139)
#A0A67E
(160,166,126)
#8F9471
(143,148,113)
#7E8264
(126,130,100)
#6D7057
(109,112,87)
#5C5E4A
(92,94,74)
#4B4C3D
(75,76,61)
#3A3A30
(58,58,48)
#292823
(41,40,35)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #C2CA98

#C2CA98
(194,202,152)
#C7CEA1
(199,206,161)
#CCD2AA
(204,210,170)
#D1D6B3
(209,214,179)
#D6DABC
(214,218,188)
#DBDEC5
(219,222,197)
#E0E2CE
(224,226,206)
#E5E6D7
(229,230,215)
#EAEAE0
(234,234,224)
#EFEEE9
(239,238,233)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CA98; }

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

This text font color is #C2CA98.


Background Color

.myBgColor { background-color: #C2CA98; }

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

This div background color is #C2CA98.


Border color

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

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

This div border color is #C2CA98.


Opacity

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

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

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

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

This text has shadow with #C2CA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CA98 on black background.


Color preview on white background

This text has color #C2CA98 on white background.



Black color preview on #C2CA98 background

This text has black color on #C2CA98 background.


White color preview on #C2CA98 background

This text has white color on #C2CA98 background.