COLOR #C3CA99

HEX: #C3CA99
RGB: (195,202,153)

Color info

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

RGB color model

#C3CA99 color RGB value is (195,202,153).

  • red value is 195;
  • green value is 202;
  • blue value is 153.
RGB:
(195,202,153)
(76%,79%,60%)

RGB channels and saturation

R 195 of 255 = 76%
G 202 of 255 = 79%
B 153 of 255 = 60%

195
202
153

R + G + B ~ 72%. #C3CA99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 202 + 153 = 550 (100%)
R 195 of 550 ~ 35.45%
G 202 of 550 ~ 36.73%
B 153 of 550 ~ 27.82%

%35.45
%36.73
%27.82

CMYK color model

#C3CA99 color CMYK value is (3,0,24,21).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK:
(3,0,24,21)
C3M0Y24K21 
(3%,0%,24%,21%)
(0.03/0.00/0.24/0.21)	

CMYK percentages

%3.47
%0
%24.26
%20.78

Codes

Color #C3CA99 in popluar color models

C3CA99
RGB195202153
HSL69°31.61%69.61%
HSB/HSV69°24.26%79.22%
CMYK3.47%0.00%24.26%
20.78%

Color #C3CA99 in popluar number systems.

HEXC3CA99
Decimal195202153
Binary110000111100101010011001
Octal303312231

Shades and tints

Shades of #C3CA99

#C3CA99
(195,202,153)
#B2B88C
(178,184,140)
#A1A67F
(161,166,127)
#909472
(144,148,114)
#7F8265
(127,130,101)
#6E7058
(110,112,88)
#5D5E4B
(93,94,75)
#4C4C3E
(76,76,62)
#3B3A31
(59,58,49)
#2A2824
(42,40,36)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #C3CA99

#C3CA99
(195,202,153)
#C8CEA2
(200,206,162)
#CDD2AB
(205,210,171)
#D2D6B4
(210,214,180)
#D7DABD
(215,218,189)
#DCDEC6
(220,222,198)
#E1E2CF
(225,226,207)
#E6E6D8
(230,230,216)
#EBEAE1
(235,234,225)
#F0EEEA
(240,238,234)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CA99 color. Also use rgb(195,202,153) instead hex code.

Text Font Color

.myTextColor { color: #C3CA99; }

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

This text font color is #C3CA99.


Background Color

.myBgColor { background-color: #C3CA99; }

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

This div background color is #C3CA99.


Border color

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

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

This div border color is #C3CA99.


Opacity

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

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

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

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

This text has shadow with #C3CA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CA99 on black background.


Color preview on white background

This text has color #C3CA99 on white background.



Black color preview on #C3CA99 background

This text has black color on #C3CA99 background.


White color preview on #C3CA99 background

This text has white color on #C3CA99 background.