COLOR #C3DD95

HEX: #C3DD95
RGB: (195,221,149)

Color info

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

RGB color model

#C3DD95 color RGB value is (195,221,149).

  • red value is 195;
  • green value is 221;
  • blue value is 149.
RGB:
(195,221,149)
(76%,87%,58%)

RGB channels and saturation

R 195 of 255 = 76%
G 221 of 255 = 87%
B 149 of 255 = 58%

195
221
149

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

Portions of RGB colors in percentages

R + G + B =
195 + 221 + 149 = 565 (100%)
R 195 of 565 ~ 34.51%
G 221 of 565 ~ 39.12%
B 149 of 565 ~ 26.37%

%34.51
%39.12
%26.37

CMYK color model

#C3DD95 color CMYK value is (12,0,33,13).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 13.33%
CMYK:
(12,0,33,13)
C12M0Y33K13 
(12%,0%,33%,13%)
(0.12/0.00/0.33/0.13)	

CMYK percentages

%11.76
%0
%32.58
%13.33

Codes

Color #C3DD95 in popluar color models

C3DD95
RGB195221149
HSL82°51.43%72.55%
HSB/HSV82°32.58%86.67%
CMYK11.76%0.00%32.58%
13.33%

Color #C3DD95 in popluar number systems.

HEXC3DD95
Decimal195221149
Binary110000111101110110010101
Octal303335225

Shades and tints

Shades of #C3DD95

#C3DD95
(195,221,149)
#B2C988
(178,201,136)
#A1B57B
(161,181,123)
#90A16E
(144,161,110)
#7F8D61
(127,141,97)
#6E7954
(110,121,84)
#5D6547
(93,101,71)
#4C513A
(76,81,58)
#3B3D2D
(59,61,45)
#2A2920
(42,41,32)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #C3DD95

#C3DD95
(195,221,149)
#C8E09E
(200,224,158)
#CDE3A7
(205,227,167)
#D2E6B0
(210,230,176)
#D7E9B9
(215,233,185)
#DCECC2
(220,236,194)
#E1EFCB
(225,239,203)
#E6F2D4
(230,242,212)
#EBF5DD
(235,245,221)
#F0F8E6
(240,248,230)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DD95 color. Also use rgb(195,221,149) instead hex code.

Text Font Color

.myTextColor { color: #C3DD95; }

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

This text font color is #C3DD95.


Background Color

.myBgColor { background-color: #C3DD95; }

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

This div background color is #C3DD95.


Border color

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

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

This div border color is #C3DD95.


Opacity

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

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

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

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

This text has shadow with #C3DD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DD95 on black background.


Color preview on white background

This text has color #C3DD95 on white background.



Black color preview on #C3DD95 background

This text has black color on #C3DD95 background.


White color preview on #C3DD95 background

This text has white color on #C3DD95 background.