COLOR #C3E196

HEX: #C3E196 RGB: (195,225,150)

Color info

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

RGB color model

#C3E196 color RGB value is (195,225,150).

RGB: (195,225,150) (76%, 88%, 59%)

RGB channels and saturation

R 195 of 255 = 76%
G 225 of 255 = 88%
B 150 of 255 = 59%

195
225
150

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

Portions of RGB colors in percentages

R + G + B = 195 + 225 + 150 = 570 (100%)
R 195 of 570 ~ 34.21%
G 225 of 570 ~ 39.47%
B 150 of 570 ~ 26.32'%

%34.21
%39.47
%26.32

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 11.76%

CMYK: (13,0,33,12)
C13M0Y33K12 (13%, 0%, 33%, 12%)
(0.13 / 0.00 / 0.33 / 0.12)

CMYK percentages

%13.33
%0
%33.33
%11.76

Codes

Color #C3E196 in popluar color models

C3 E1 96
RGB 195 225 150
HSL 84° 55.56% 73.53%
HSB/HSV 84° 33.33% 88.24%
CMYK 13.33% 0.00% 33.33%
11.76%

Color #C3E196 in popluar number systems.

HEX C3 E1 96
Decimal 195 225 150
Binary 11000011 11100001 10010110
Octal 303 341 226

Shades and tints

Shades of #C3E196

#C3E196
(195,225,150)
#B2CD89
(178,205,137)
#A1B97C
(161,185,124)
#90A56F
(144,165,111)
#7F9162
(127,145,98)
#6E7D55
(110,125,85)
#5D6948
(93,105,72)
#4C553B
(76,85,59)
#3B412E
(59,65,46)
#2A2D21
(42,45,33)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #C3E196

#C3E196
(195,225,150)
#C8E39F
(200,227,159)
#CDE5A8
(205,229,168)
#D2E7B1
(210,231,177)
#D7E9BA
(215,233,186)
#DCEBC3
(220,235,195)
#E1EDCC
(225,237,204)
#E6EFD5
(230,239,213)
#EBF1DE
(235,241,222)
#F0F3E7
(240,243,231)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E196 color. Also use rgb(195,225,150) instead hex code.

Text Font Color

.myTextColor { color: #C3E196; }

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

This text font color is #C3E196.

Background Color

.myBgColor { background-color: #C3E196; }

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

This div background color is #C3E196.

Border color

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

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

This div border color is #C3E196.

Opacity

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

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

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

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

This text has shadow with #C3E196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E196.

Preview

Color preview on black background

This text has color #C3E196 on black background.


Color preview on white background

This text has color #C3E196 on white background.


Black color preview on #C3E196 background

This text has black color on #C3E196 background.


White color preview on #C3E196 background

This text has white color on #C3E196 background.


Related colors

Complementary color

Complementary color for #hex is #3C1E69.


I love getcolorcode.com

Triadic colors

1 #96C3E1 and #E196C3 with #C3E196 are triadic colors.

2 #96E1C3 and #E1C396 with #C3E196 are triadic colors.