COLOR #C9CA84

HEX: #C9CA84
RGB: (201,202,132)

Color info

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

RGB color model

#C9CA84 color RGB value is (201,202,132).

  • red value is 201;
  • green value is 202;
  • blue value is 132.
RGB:
(201,202,132)
(79%,79%,52%)

RGB channels and saturation

R 201 of 255 = 79%
G 202 of 255 = 79%
B 132 of 255 = 52%

201
202
132

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

Portions of RGB colors in percentages

R + G + B =
201 + 202 + 132 = 535 (100%)
R 201 of 535 ~ 37.57%
G 202 of 535 ~ 37.76%
B 132 of 535 ~ 24.67%

%37.57
%37.76
%24.67

CMYK color model

#C9CA84 color CMYK value is (0,0,35,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 20.78%
CMYK:
(0,0,35,21)
C0M0Y35K21 
(0%,0%,35%,21%)
(0.00/0.00/0.35/0.21)	

CMYK percentages

%0.5
%0
%34.65
%20.78

Codes

Color #C9CA84 in popluar color models

C9CA84
RGB201202132
HSL61°39.77%65.49%
HSB/HSV61°34.65%79.22%
CMYK0.50%0.00%34.65%
20.78%

Color #C9CA84 in popluar number systems.

HEXC9CA84
Decimal201202132
Binary110010011100101010000100
Octal311312204

Shades and tints

Shades of #C9CA84

#C9CA84
(201,202,132)
#B7B878
(183,184,120)
#A5A66C
(165,166,108)
#939460
(147,148,96)
#818254
(129,130,84)
#6F7048
(111,112,72)
#5D5E3C
(93,94,60)
#4B4C30
(75,76,48)
#393A24
(57,58,36)
#272818
(39,40,24)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #C9CA84

#C9CA84
(201,202,132)
#CDCE8F
(205,206,143)
#D1D29A
(209,210,154)
#D5D6A5
(213,214,165)
#D9DAB0
(217,218,176)
#DDDEBB
(221,222,187)
#E1E2C6
(225,226,198)
#E5E6D1
(229,230,209)
#E9EADC
(233,234,220)
#EDEEE7
(237,238,231)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CA84 color. Also use rgb(201,202,132) instead hex code.

Text Font Color

.myTextColor { color: #C9CA84; }

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

This text font color is #C9CA84.


Background Color

.myBgColor { background-color: #C9CA84; }

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

This div background color is #C9CA84.


Border color

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

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

This div border color is #C9CA84.


Opacity

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

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

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

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

This text has shadow with #C9CA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CA84 on black background.


Color preview on white background

This text has color #C9CA84 on white background.



Black color preview on #C9CA84 background

This text has black color on #C9CA84 background.


White color preview on #C9CA84 background

This text has white color on #C9CA84 background.