COLOR #C2CB84

HEX: #C2CB84
RGB: (194,203,132)

Color info

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

RGB color model

#C2CB84 color RGB value is (194,203,132).

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

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 132 of 255 = 52%

194
203
132

R + G + B ~ 69%. #C2CB84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 132 = 529 (100%)
R 194 of 529 ~ 36.67%
G 203 of 529 ~ 38.37%
B 132 of 529 ~ 24.95%

%36.67
%38.37
%24.95

CMYK color model

#C2CB84 color CMYK value is (4,0,35,20).

  • cyan value is 4.43%
  • magenta value is 0.00%
  • yellow value is 34.98%
  • key color value is 20.39%
CMYK:
(4,0,35,20)
C4M0Y35K20 
(4%,0%,35%,20%)
(0.04/0.00/0.35/0.20)	

CMYK percentages

%4.43
%0
%34.98
%20.39

Codes

Color #C2CB84 in popluar color models

C2CB84
RGB194203132
HSL68°40.57%65.69%
HSB/HSV68°34.98%79.61%
CMYK4.43%0.00%34.98%
20.39%

Color #C2CB84 in popluar number systems.

HEXC2CB84
Decimal194203132
Binary110000101100101110000100
Octal302313204

Shades and tints

Shades of #C2CB84

#C2CB84
(194,203,132)
#B1B978
(177,185,120)
#A0A76C
(160,167,108)
#8F9560
(143,149,96)
#7E8354
(126,131,84)
#6D7148
(109,113,72)
#5C5F3C
(92,95,60)
#4B4D30
(75,77,48)
#3A3B24
(58,59,36)
#292918
(41,41,24)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #C2CB84

#C2CB84
(194,203,132)
#C7CF8F
(199,207,143)
#CCD39A
(204,211,154)
#D1D7A5
(209,215,165)
#D6DBB0
(214,219,176)
#DBDFBB
(219,223,187)
#E0E3C6
(224,227,198)
#E5E7D1
(229,231,209)
#EAEBDC
(234,235,220)
#EFEFE7
(239,239,231)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CB84; }

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

This text font color is #C2CB84.


Background Color

.myBgColor { background-color: #C2CB84; }

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

This div background color is #C2CB84.


Border color

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

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

This div border color is #C2CB84.


Opacity

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

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

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

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

This text has shadow with #C2CB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CB84 on black background.


Color preview on white background

This text has color #C2CB84 on white background.



Black color preview on #C2CB84 background

This text has black color on #C2CB84 background.


White color preview on #C2CB84 background

This text has white color on #C2CB84 background.