COLOR #C3F5B8

HEX: #C3F5B8
RGB: (195,245,184)

Color info

#C3F5B8 contains mainly red and green colors. Web safe color of #C3F5B8 is #CCFFCC (or #CFC).

RGB color model

#C3F5B8 color RGB value is (195,245,184).

  • red value is 195;
  • green value is 245;
  • blue value is 184.
RGB:
(195,245,184)
(76%,96%,72%)

RGB channels and saturation

R 195 of 255 = 76%
G 245 of 255 = 96%
B 184 of 255 = 72%

195
245
184

R + G + B ~ 81%. #C3F5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 245 + 184 = 624 (100%)
R 195 of 624 ~ 31.25%
G 245 of 624 ~ 39.26%
B 184 of 624 ~ 29.49%

%31.25
%39.26
%29.49

CMYK color model

#C3F5B8 color CMYK value is (20,0,25,4).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 3.92%
CMYK:
(20,0,25,4)
C20M0Y25K4 
(20%,0%,25%,4%)
(0.20/0.00/0.25/0.04)	

CMYK percentages

%20.41
%0
%24.9
%3.92

Codes

Color #C3F5B8 in popluar color models

C3F5B8
RGB195245184
HSL109°75.31%84.12%
HSB/HSV109°24.90%96.08%
CMYK20.41%0.00%24.90%
3.92%

Color #C3F5B8 in popluar number systems.

HEXC3F5B8
Decimal195245184
Binary110000111111010110111000
Octal303365270

Shades and tints

Shades of #C3F5B8

#C3F5B8
(195,245,184)
#B2DFA8
(178,223,168)
#A1C998
(161,201,152)
#90B388
(144,179,136)
#7F9D78
(127,157,120)
#6E8768
(110,135,104)
#5D7158
(93,113,88)
#4C5B48
(76,91,72)
#3B4538
(59,69,56)
#2A2F28
(42,47,40)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #C3F5B8

#C3F5B8
(195,245,184)
#C8F5BE
(200,245,190)
#CDF5C4
(205,245,196)
#D2F5CA
(210,245,202)
#D7F5D0
(215,245,208)
#DCF5D6
(220,245,214)
#E1F5DC
(225,245,220)
#E6F5E2
(230,245,226)
#EBF5E8
(235,245,232)
#F0F5EE
(240,245,238)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F5B8 color. Also use rgb(195,245,184) instead hex code.

Text Font Color

.myTextColor { color: #C3F5B8; }

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

This text font color is #C3F5B8.


Background Color

.myBgColor { background-color: #C3F5B8; }

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

This div background color is #C3F5B8.


Border color

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

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

This div border color is #C3F5B8.


Opacity

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

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

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

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

This text has shadow with #C3F5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F5B8 on black background.


Color preview on white background

This text has color #C3F5B8 on white background.



Black color preview on #C3F5B8 background

This text has black color on #C3F5B8 background.


White color preview on #C3F5B8 background

This text has white color on #C3F5B8 background.