COLOR #C2CB91

HEX: #C2CB91
RGB: (194,203,145)

Color info

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

RGB color model

#C2CB91 color RGB value is (194,203,145).

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

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 145 of 255 = 57%

194
203
145

R + G + B ~ 71%. #C2CB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 145 = 542 (100%)
R 194 of 542 ~ 35.79%
G 203 of 542 ~ 37.45%
B 145 of 542 ~ 26.75%

%35.79
%37.45
%26.75

CMYK color model

#C2CB91 color CMYK value is (4,0,29,20).

  • cyan value is 4.43%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 20.39%
CMYK:
(4,0,29,20)
C4M0Y29K20 
(4%,0%,29%,20%)
(0.04/0.00/0.29/0.20)	

CMYK percentages

%4.43
%0
%28.57
%20.39

Codes

Color #C2CB91 in popluar color models

C2CB91
RGB194203145
HSL69°35.80%68.24%
HSB/HSV69°28.57%79.61%
CMYK4.43%0.00%28.57%
20.39%

Color #C2CB91 in popluar number systems.

HEXC2CB91
Decimal194203145
Binary110000101100101110010001
Octal302313221

Shades and tints

Shades of #C2CB91

#C2CB91
(194,203,145)
#B1B984
(177,185,132)
#A0A777
(160,167,119)
#8F956A
(143,149,106)
#7E835D
(126,131,93)
#6D7150
(109,113,80)
#5C5F43
(92,95,67)
#4B4D36
(75,77,54)
#3A3B29
(58,59,41)
#29291C
(41,41,28)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #C2CB91

#C2CB91
(194,203,145)
#C7CF9B
(199,207,155)
#CCD3A5
(204,211,165)
#D1D7AF
(209,215,175)
#D6DBB9
(214,219,185)
#DBDFC3
(219,223,195)
#E0E3CD
(224,227,205)
#E5E7D7
(229,231,215)
#EAEBE1
(234,235,225)
#EFEFEB
(239,239,235)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CB91; }

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

This text font color is #C2CB91.


Background Color

.myBgColor { background-color: #C2CB91; }

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

This div background color is #C2CB91.


Border color

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

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

This div border color is #C2CB91.


Opacity

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

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

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

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

This text has shadow with #C2CB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CB91 on black background.


Color preview on white background

This text has color #C2CB91 on white background.



Black color preview on #C2CB91 background

This text has black color on #C2CB91 background.


White color preview on #C2CB91 background

This text has white color on #C2CB91 background.