COLOR #C9CB84

HEX: #C9CB84
RGB: (201,203,132)

Color info

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

RGB color model

#C9CB84 color RGB value is (201,203,132).

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

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 132 of 255 = 52%

201
203
132

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

Portions of RGB colors in percentages

R + G + B =
201 + 203 + 132 = 536 (100%)
R 201 of 536 ~ 37.5%
G 203 of 536 ~ 37.87%
B 132 of 536 ~ 24.63%

%37.5
%37.87
%24.63

CMYK color model

#C9CB84 color CMYK value is (1,0,35,20).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 34.98%
  • key color value is 20.39%
CMYK:
(1,0,35,20)
C1M0Y35K20 
(1%,0%,35%,20%)
(0.01/0.00/0.35/0.20)	

CMYK percentages

%0.99
%0
%34.98
%20.39

Codes

Color #C9CB84 in popluar color models

C9CB84
RGB201203132
HSL62°40.57%65.69%
HSB/HSV62°34.98%79.61%
CMYK0.99%0.00%34.98%
20.39%

Color #C9CB84 in popluar number systems.

HEXC9CB84
Decimal201203132
Binary110010011100101110000100
Octal311313204

Shades and tints

Shades of #C9CB84

#C9CB84
(201,203,132)
#B7B978
(183,185,120)
#A5A76C
(165,167,108)
#939560
(147,149,96)
#818354
(129,131,84)
#6F7148
(111,113,72)
#5D5F3C
(93,95,60)
#4B4D30
(75,77,48)
#393B24
(57,59,36)
#272918
(39,41,24)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #C9CB84

#C9CB84
(201,203,132)
#CDCF8F
(205,207,143)
#D1D39A
(209,211,154)
#D5D7A5
(213,215,165)
#D9DBB0
(217,219,176)
#DDDFBB
(221,223,187)
#E1E3C6
(225,227,198)
#E5E7D1
(229,231,209)
#E9EBDC
(233,235,220)
#EDEFE7
(237,239,231)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CB84; }

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

This text font color is #C9CB84.


Background Color

.myBgColor { background-color: #C9CB84; }

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

This div background color is #C9CB84.


Border color

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

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

This div border color is #C9CB84.


Opacity

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

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

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

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

This text has shadow with #C9CB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CB84 on black background.


Color preview on white background

This text has color #C9CB84 on white background.



Black color preview on #C9CB84 background

This text has black color on #C9CB84 background.


White color preview on #C9CB84 background

This text has white color on #C9CB84 background.