COLOR #C3E26D

HEX: #C3E26D
RGB: (195,226,109)

Color info

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

RGB color model

#C3E26D color RGB value is (195,226,109).

  • red value is 195;
  • green value is 226;
  • blue value is 109.
RGB:
(195,226,109)
(76%,89%,43%)

RGB channels and saturation

R 195 of 255 = 76%
G 226 of 255 = 89%
B 109 of 255 = 43%

195
226
109

R + G + B ~ 69%. #C3E26D is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 226 + 109 = 530 (100%)
R 195 of 530 ~ 36.79%
G 226 of 530 ~ 42.64%
B 109 of 530 ~ 20.57%

%36.79
%42.64
%20.57

CMYK color model

#C3E26D color CMYK value is (14,0,52,11).

  • cyan value is 13.72%
  • magenta value is 0.00%
  • yellow value is 51.77%
  • key color value is 11.37%
CMYK:
(14,0,52,11)
C14M0Y52K11 
(14%,0%,52%,11%)
(0.14/0.00/0.52/0.11)	

CMYK percentages

%13.72
%0
%51.77
%11.37

Codes

Color #C3E26D in popluar color models

C3E26D
RGB195226109
HSL76°66.86%65.69%
HSB/HSV76°51.77%88.63%
CMYK13.72%0.00%51.77%
11.37%

Color #C3E26D in popluar number systems.

HEXC3E26D
Decimal195226109
Binary11000011111000101101101
Octal303342155

Shades and tints

Shades of #C3E26D

#C3E26D
(195,226,109)
#B2CE64
(178,206,100)
#A1BA5B
(161,186,91)
#90A652
(144,166,82)
#7F9249
(127,146,73)
#6E7E40
(110,126,64)
#5D6A37
(93,106,55)
#4C562E
(76,86,46)
#3B4225
(59,66,37)
#2A2E1C
(42,46,28)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #C3E26D

#C3E26D
(195,226,109)
#C8E47A
(200,228,122)
#CDE687
(205,230,135)
#D2E894
(210,232,148)
#D7EAA1
(215,234,161)
#DCECAE
(220,236,174)
#E1EEBB
(225,238,187)
#E6F0C8
(230,240,200)
#EBF2D5
(235,242,213)
#F0F4E2
(240,244,226)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E26D color. Also use rgb(195,226,109) instead hex code.

Text Font Color

.myTextColor { color: #C3E26D; }

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

This text font color is #C3E26D.


Background Color

.myBgColor { background-color: #C3E26D; }

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

This div background color is #C3E26D.


Border color

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

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

This div border color is #C3E26D.


Opacity

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

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

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

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

This text has shadow with #C3E26D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E26D on black background.


Color preview on white background

This text has color #C3E26D on white background.



Black color preview on #C3E26D background

This text has black color on #C3E26D background.


White color preview on #C3E26D background

This text has white color on #C3E26D background.