COLOR #C3DC92

HEX: #C3DC92
RGB: (195,220,146)

Color info

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

RGB color model

#C3DC92 color RGB value is (195,220,146).

  • red value is 195;
  • green value is 220;
  • blue value is 146.
RGB:
(195,220,146)
(76%,86%,57%)

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 146 of 255 = 57%

195
220
146

R + G + B ~ 73%. #C3DC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 220 + 146 = 561 (100%)
R 195 of 561 ~ 34.76%
G 220 of 561 ~ 39.22%
B 146 of 561 ~ 26.02%

%34.76
%39.22
%26.02

CMYK color model

#C3DC92 color CMYK value is (11,0,34,14).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 13.73%
CMYK:
(11,0,34,14)
C11M0Y34K14 
(11%,0%,34%,14%)
(0.11/0.00/0.34/0.14)	

CMYK percentages

%11.36
%0
%33.64
%13.73

Codes

Color #C3DC92 in popluar color models

C3DC92
RGB195220146
HSL80°51.39%71.76%
HSB/HSV80°33.64%86.27%
CMYK11.36%0.00%33.64%
13.73%

Color #C3DC92 in popluar number systems.

HEXC3DC92
Decimal195220146
Binary110000111101110010010010
Octal303334222

Shades and tints

Shades of #C3DC92

#C3DC92
(195,220,146)
#B2C885
(178,200,133)
#A1B478
(161,180,120)
#90A06B
(144,160,107)
#7F8C5E
(127,140,94)
#6E7851
(110,120,81)
#5D6444
(93,100,68)
#4C5037
(76,80,55)
#3B3C2A
(59,60,42)
#2A281D
(42,40,29)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #C3DC92

#C3DC92
(195,220,146)
#C8DF9B
(200,223,155)
#CDE2A4
(205,226,164)
#D2E5AD
(210,229,173)
#D7E8B6
(215,232,182)
#DCEBBF
(220,235,191)
#E1EEC8
(225,238,200)
#E6F1D1
(230,241,209)
#EBF4DA
(235,244,218)
#F0F7E3
(240,247,227)
#F5FAEC
(245,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DC92 color. Also use rgb(195,220,146) instead hex code.

Text Font Color

.myTextColor { color: #C3DC92; }

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

This text font color is #C3DC92.


Background Color

.myBgColor { background-color: #C3DC92; }

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

This div background color is #C3DC92.


Border color

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

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

This div border color is #C3DC92.


Opacity

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

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

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

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

This text has shadow with #C3DC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DC92 on black background.


Color preview on white background

This text has color #C3DC92 on white background.



Black color preview on #C3DC92 background

This text has black color on #C3DC92 background.


White color preview on #C3DC92 background

This text has white color on #C3DC92 background.