COLOR #C3F5C4

HEX: #C3F5C4
RGB: (195,245,196)

Color info

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

RGB color model

#C3F5C4 color RGB value is (195,245,196).

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

RGB channels and saturation

R 195 of 255 = 76%
G 245 of 255 = 96%
B 196 of 255 = 77%

195
245
196

R + G + B ~ 83%. #C3F5C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 245 + 196 = 636 (100%)
R 195 of 636 ~ 30.66%
G 245 of 636 ~ 38.52%
B 196 of 636 ~ 30.82%

%30.66
%38.52
%30.82

CMYK color model

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

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 3.92%
CMYK:
(20,0,20,4)
C20M0Y20K4 
(20%,0%,20%,4%)
(0.20/0.00/0.20/0.04)	

CMYK percentages

%20.41
%0
%20
%3.92

Codes

Color #C3F5C4 in popluar color models

C3F5C4
RGB195245196
HSL121°71.43%86.27%
HSB/HSV121°20.41%96.08%
CMYK20.41%0.00%20.00%
3.92%

Color #C3F5C4 in popluar number systems.

HEXC3F5C4
Decimal195245196
Binary110000111111010111000100
Octal303365304

Shades and tints

Shades of #C3F5C4

#C3F5C4
(195,245,196)
#B2DFB3
(178,223,179)
#A1C9A2
(161,201,162)
#90B391
(144,179,145)
#7F9D80
(127,157,128)
#6E876F
(110,135,111)
#5D715E
(93,113,94)
#4C5B4D
(76,91,77)
#3B453C
(59,69,60)
#2A2F2B
(42,47,43)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #C3F5C4

#C3F5C4
(195,245,196)
#C8F5C9
(200,245,201)
#CDF5CE
(205,245,206)
#D2F5D3
(210,245,211)
#D7F5D8
(215,245,216)
#DCF5DD
(220,245,221)
#E1F5E2
(225,245,226)
#E6F5E7
(230,245,231)
#EBF5EC
(235,245,236)
#F0F5F1
(240,245,241)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F5C4; }

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

This text font color is #C3F5C4.


Background Color

.myBgColor { background-color: #C3F5C4; }

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

This div background color is #C3F5C4.


Border color

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

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

This div border color is #C3F5C4.


Opacity

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

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

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

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

This text has shadow with #C3F5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F5C4 on black background.


Color preview on white background

This text has color #C3F5C4 on white background.



Black color preview on #C3F5C4 background

This text has black color on #C3F5C4 background.


White color preview on #C3F5C4 background

This text has white color on #C3F5C4 background.