COLOR #C3F5E1

HEX: #C3F5E1
RGB: (195,245,225)

Color info

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

RGB color model

#C3F5E1 color RGB value is (195,245,225).

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

RGB channels and saturation

R 195 of 255 = 76%
G 245 of 255 = 96%
B 225 of 255 = 88%

195
245
225

R + G + B ~ 87%. #C3F5E1 is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 245 + 225 = 665 (100%)
R 195 of 665 ~ 29.32%
G 245 of 665 ~ 36.84%
B 225 of 665 ~ 33.83%

%29.32
%36.84
%33.83

CMYK color model

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

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 3.92%
CMYK:
(20,0,8,4)
C20M0Y8K4 
(20%,0%,8%,4%)
(0.20/0.00/0.08/0.04)	

CMYK percentages

%20.41
%0
%8.16
%3.92

Codes

Color #C3F5E1 in popluar color models

C3F5E1
RGB195245225
HSL156°71.43%86.27%
HSB/HSV156°20.41%96.08%
CMYK20.41%0.00%8.16%
3.92%

Color #C3F5E1 in popluar number systems.

HEXC3F5E1
Decimal195245225
Binary110000111111010111100001
Octal303365341

Shades and tints

Shades of #C3F5E1

#C3F5E1
(195,245,225)
#B2DFCD
(178,223,205)
#A1C9B9
(161,201,185)
#90B3A5
(144,179,165)
#7F9D91
(127,157,145)
#6E877D
(110,135,125)
#5D7169
(93,113,105)
#4C5B55
(76,91,85)
#3B4541
(59,69,65)
#2A2F2D
(42,47,45)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #C3F5E1

#C3F5E1
(195,245,225)
#C8F5E3
(200,245,227)
#CDF5E5
(205,245,229)
#D2F5E7
(210,245,231)
#D7F5E9
(215,245,233)
#DCF5EB
(220,245,235)
#E1F5ED
(225,245,237)
#E6F5EF
(230,245,239)
#EBF5F1
(235,245,241)
#F0F5F3
(240,245,243)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F5E1; }

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

This text font color is #C3F5E1.


Background Color

.myBgColor { background-color: #C3F5E1; }

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

This div background color is #C3F5E1.


Border color

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

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

This div border color is #C3F5E1.


Opacity

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

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

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

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

This text has shadow with #C3F5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F5E1 on black background.


Color preview on white background

This text has color #C3F5E1 on white background.



Black color preview on #C3F5E1 background

This text has black color on #C3F5E1 background.


White color preview on #C3F5E1 background

This text has white color on #C3F5E1 background.