COLOR #C3D99D

HEX: #C3D99D
RGB: (195,217,157)

Color info

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

RGB color model

#C3D99D color RGB value is (195,217,157).

  • red value is 195;
  • green value is 217;
  • blue value is 157.
RGB:
(195,217,157)
(76%,85%,62%)

RGB channels and saturation

R 195 of 255 = 76%
G 217 of 255 = 85%
B 157 of 255 = 62%

195
217
157

R + G + B ~ 74%. #C3D99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 217 + 157 = 569 (100%)
R 195 of 569 ~ 34.27%
G 217 of 569 ~ 38.14%
B 157 of 569 ~ 27.59%

%34.27
%38.14
%27.59

CMYK color model

#C3D99D color CMYK value is (10,0,28,15).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 27.65%
  • key color value is 14.90%
CMYK:
(10,0,28,15)
C10M0Y28K15 
(10%,0%,28%,15%)
(0.10/0.00/0.28/0.15)	

CMYK percentages

%10.14
%0
%27.65
%14.9

Codes

Color #C3D99D in popluar color models

C3D99D
RGB195217157
HSL82°44.12%73.33%
HSB/HSV82°27.65%85.10%
CMYK10.14%0.00%27.65%
14.90%

Color #C3D99D in popluar number systems.

HEXC3D99D
Decimal195217157
Binary110000111101100110011101
Octal303331235

Shades and tints

Shades of #C3D99D

#C3D99D
(195,217,157)
#B2C68F
(178,198,143)
#A1B381
(161,179,129)
#90A073
(144,160,115)
#7F8D65
(127,141,101)
#6E7A57
(110,122,87)
#5D6749
(93,103,73)
#4C543B
(76,84,59)
#3B412D
(59,65,45)
#2A2E1F
(42,46,31)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #C3D99D

#C3D99D
(195,217,157)
#C8DCA5
(200,220,165)
#CDDFAD
(205,223,173)
#D2E2B5
(210,226,181)
#D7E5BD
(215,229,189)
#DCE8C5
(220,232,197)
#E1EBCD
(225,235,205)
#E6EED5
(230,238,213)
#EBF1DD
(235,241,221)
#F0F4E5
(240,244,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D99D color. Also use rgb(195,217,157) instead hex code.

Text Font Color

.myTextColor { color: #C3D99D; }

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

This text font color is #C3D99D.


Background Color

.myBgColor { background-color: #C3D99D; }

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

This div background color is #C3D99D.


Border color

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

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

This div border color is #C3D99D.


Opacity

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

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

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

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

This text has shadow with #C3D99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D99D on black background.


Color preview on white background

This text has color #C3D99D on white background.



Black color preview on #C3D99D background

This text has black color on #C3D99D background.


White color preview on #C3D99D background

This text has white color on #C3D99D background.