COLOR #C3E9BA

HEX: #C3E9BA
RGB: (195,233,186)

Color info

#C3E9BA contains red, green and blue colors in about the same proportion. Web safe color of #C3E9BA is #CCFFCC (or #CFC).

RGB color model

#C3E9BA color RGB value is (195,233,186).

  • red value is 195;
  • green value is 233;
  • blue value is 186.
RGB:
(195,233,186)
(76%,91%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 233 of 255 = 91%
B 186 of 255 = 73%

195
233
186

R + G + B ~ 80%. #C3E9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 233 + 186 = 614 (100%)
R 195 of 614 ~ 31.76%
G 233 of 614 ~ 37.95%
B 186 of 614 ~ 30.29%

%31.76
%37.95
%30.29

CMYK color model

#C3E9BA color CMYK value is (16,0,20,9).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 8.63%
CMYK:
(16,0,20,9)
C16M0Y20K9 
(16%,0%,20%,9%)
(0.16/0.00/0.20/0.09)	

CMYK percentages

%16.31
%0
%20.17
%8.63

Codes

Color #C3E9BA in popluar color models

C3E9BA
RGB195233186
HSL109°51.65%82.16%
HSB/HSV109°20.17%91.37%
CMYK16.31%0.00%20.17%
8.63%

Color #C3E9BA in popluar number systems.

HEXC3E9BA
Decimal195233186
Binary110000111110100110111010
Octal303351272

Shades and tints

Shades of #C3E9BA

#C3E9BA
(195,233,186)
#B2D4AA
(178,212,170)
#A1BF9A
(161,191,154)
#90AA8A
(144,170,138)
#7F957A
(127,149,122)
#6E806A
(110,128,106)
#5D6B5A
(93,107,90)
#4C564A
(76,86,74)
#3B413A
(59,65,58)
#2A2C2A
(42,44,42)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #C3E9BA

#C3E9BA
(195,233,186)
#C8EBC0
(200,235,192)
#CDEDC6
(205,237,198)
#D2EFCC
(210,239,204)
#D7F1D2
(215,241,210)
#DCF3D8
(220,243,216)
#E1F5DE
(225,245,222)
#E6F7E4
(230,247,228)
#EBF9EA
(235,249,234)
#F0FBF0
(240,251,240)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E9BA color. Also use rgb(195,233,186) instead hex code.

Text Font Color

.myTextColor { color: #C3E9BA; }

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

This text font color is #C3E9BA.


Background Color

.myBgColor { background-color: #C3E9BA; }

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

This div background color is #C3E9BA.


Border color

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

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

This div border color is #C3E9BA.


Opacity

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

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

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

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

This text has shadow with #C3E9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E9BA on black background.


Color preview on white background

This text has color #C3E9BA on white background.



Black color preview on #C3E9BA background

This text has black color on #C3E9BA background.


White color preview on #C3E9BA background

This text has white color on #C3E9BA background.