COLOR #C3D05E

HEX: #C3D05E
RGB: (195,208,94)

Color info

#C3D05E contains mainly red and green colors. Web safe color of #C3D05E is #CCCC66 (or #CC6).

RGB color model

#C3D05E color RGB value is (195,208,94).

  • red value is 195;
  • green value is 208;
  • blue value is 94.
RGB:
(195,208,94)
(76%,82%,37%)

RGB channels and saturation

R 195 of 255 = 76%
G 208 of 255 = 82%
B 94 of 255 = 37%

195
208
94

R + G + B ~ 65%. #C3D05E is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 208 + 94 = 497 (100%)
R 195 of 497 ~ 39.24%
G 208 of 497 ~ 41.85%
B 94 of 497 ~ 18.91%

%39.24
%41.85
%18.91

CMYK color model

#C3D05E color CMYK value is (6,0,55,18).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 18.43%
CMYK:
(6,0,55,18)
C6M0Y55K18 
(6%,0%,55%,18%)
(0.06/0.00/0.55/0.18)	

CMYK percentages

%6.25
%0
%54.81
%18.43

Codes

Color #C3D05E in popluar color models

C3D05E
RGB19520894
HSL67°54.81%59.22%
HSB/HSV67°54.81%81.57%
CMYK6.25%0.00%54.81%
18.43%

Color #C3D05E in popluar number systems.

HEXC3D05E
Decimal19520894
Binary11000011110100001011110
Octal303320136

Shades and tints

Shades of #C3D05E

#C3D05E
(195,208,94)
#B2BE56
(178,190,86)
#A1AC4E
(161,172,78)
#909A46
(144,154,70)
#7F883E
(127,136,62)
#6E7636
(110,118,54)
#5D642E
(93,100,46)
#4C5226
(76,82,38)
#3B401E
(59,64,30)
#2A2E16
(42,46,22)
#191C0E
(25,28,14)
#000000
(0,0,0)

Tints of #C3D05E

#C3D05E
(195,208,94)
#C8D46C
(200,212,108)
#CDD87A
(205,216,122)
#D2DC88
(210,220,136)
#D7E096
(215,224,150)
#DCE4A4
(220,228,164)
#E1E8B2
(225,232,178)
#E6ECC0
(230,236,192)
#EBF0CE
(235,240,206)
#F0F4DC
(240,244,220)
#F5F8EA
(245,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D05E color. Also use rgb(195,208,94) instead hex code.

Text Font Color

.myTextColor { color: #C3D05E; }

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

This text font color is #C3D05E.


Background Color

.myBgColor { background-color: #C3D05E; }

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

This div background color is #C3D05E.


Border color

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

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

This div border color is #C3D05E.


Opacity

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

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

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

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

This text has shadow with #C3D05E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D05E on black background.


Color preview on white background

This text has color #C3D05E on white background.



Black color preview on #C3D05E background

This text has black color on #C3D05E background.


White color preview on #C3D05E background

This text has white color on #C3D05E background.