COLOR #C2CA8D

HEX: #C2CA8D
RGB: (194,202,141)

Color info

#C2CA8D contains mainly red and green colors. Web safe color of #C2CA8D is #CCCC99 (or #CC9).

RGB color model

#C2CA8D color RGB value is (194,202,141).

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

RGB channels and saturation

R 194 of 255 = 76%
G 202 of 255 = 79%
B 141 of 255 = 55%

194
202
141

R + G + B ~ 70%. #C2CA8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 202 + 141 = 537 (100%)
R 194 of 537 ~ 36.13%
G 202 of 537 ~ 37.62%
B 141 of 537 ~ 26.26%

%36.13
%37.62
%26.26

CMYK color model

#C2CA8D color CMYK value is (4,0,30,21).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 20.78%
CMYK:
(4,0,30,21)
C4M0Y30K21 
(4%,0%,30%,21%)
(0.04/0.00/0.30/0.21)	

CMYK percentages

%3.96
%0
%30.2
%20.78

Codes

Color #C2CA8D in popluar color models

C2CA8D
RGB194202141
HSL68°36.53%67.25%
HSB/HSV68°30.20%79.22%
CMYK3.96%0.00%30.20%
20.78%

Color #C2CA8D in popluar number systems.

HEXC2CA8D
Decimal194202141
Binary110000101100101010001101
Octal302312215

Shades and tints

Shades of #C2CA8D

#C2CA8D
(194,202,141)
#B1B881
(177,184,129)
#A0A675
(160,166,117)
#8F9469
(143,148,105)
#7E825D
(126,130,93)
#6D7051
(109,112,81)
#5C5E45
(92,94,69)
#4B4C39
(75,76,57)
#3A3A2D
(58,58,45)
#292821
(41,40,33)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #C2CA8D

#C2CA8D
(194,202,141)
#C7CE97
(199,206,151)
#CCD2A1
(204,210,161)
#D1D6AB
(209,214,171)
#D6DAB5
(214,218,181)
#DBDEBF
(219,222,191)
#E0E2C9
(224,226,201)
#E5E6D3
(229,230,211)
#EAEADD
(234,234,221)
#EFEEE7
(239,238,231)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CA8D; }

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

This text font color is #C2CA8D.


Background Color

.myBgColor { background-color: #C2CA8D; }

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

This div background color is #C2CA8D.


Border color

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

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

This div border color is #C2CA8D.


Opacity

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

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

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

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

This text has shadow with #C2CA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CA8D on black background.


Color preview on white background

This text has color #C2CA8D on white background.



Black color preview on #C2CA8D background

This text has black color on #C2CA8D background.


White color preview on #C2CA8D background

This text has white color on #C2CA8D background.