COLOR #C3F8D2

HEX: #C3F8D2
RGB: (195,248,210)

Color info

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

RGB color model

#C3F8D2 color RGB value is (195,248,210).

  • red value is 195;
  • green value is 248;
  • blue value is 210.
RGB:
(195,248,210)
(76%,97%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 248 of 255 = 97%
B 210 of 255 = 82%

195
248
210

R + G + B ~ 85%. #C3F8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 248 + 210 = 653 (100%)
R 195 of 653 ~ 29.86%
G 248 of 653 ~ 37.98%
B 210 of 653 ~ 32.16%

%29.86
%37.98
%32.16

CMYK color model

#C3F8D2 color CMYK value is (21,0,15,3).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 2.75%
CMYK:
(21,0,15,3)
C21M0Y15K3 
(21%,0%,15%,3%)
(0.21/0.00/0.15/0.03)	

CMYK percentages

%21.37
%0
%15.32
%2.75

Codes

Color #C3F8D2 in popluar color models

C3F8D2
RGB195248210
HSL137°79.10%86.86%
HSB/HSV137°21.37%97.25%
CMYK21.37%0.00%15.32%
2.75%

Color #C3F8D2 in popluar number systems.

HEXC3F8D2
Decimal195248210
Binary110000111111100011010010
Octal303370322

Shades and tints

Shades of #C3F8D2

#C3F8D2
(195,248,210)
#B2E2BF
(178,226,191)
#A1CCAC
(161,204,172)
#90B699
(144,182,153)
#7FA086
(127,160,134)
#6E8A73
(110,138,115)
#5D7460
(93,116,96)
#4C5E4D
(76,94,77)
#3B483A
(59,72,58)
#2A3227
(42,50,39)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #C3F8D2

#C3F8D2
(195,248,210)
#C8F8D6
(200,248,214)
#CDF8DA
(205,248,218)
#D2F8DE
(210,248,222)
#D7F8E2
(215,248,226)
#DCF8E6
(220,248,230)
#E1F8EA
(225,248,234)
#E6F8EE
(230,248,238)
#EBF8F2
(235,248,242)
#F0F8F6
(240,248,246)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F8D2 color. Also use rgb(195,248,210) instead hex code.

Text Font Color

.myTextColor { color: #C3F8D2; }

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

This text font color is #C3F8D2.


Background Color

.myBgColor { background-color: #C3F8D2; }

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

This div background color is #C3F8D2.


Border color

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

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

This div border color is #C3F8D2.


Opacity

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

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

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

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

This text has shadow with #C3F8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F8D2 on black background.


Color preview on white background

This text has color #C3F8D2 on white background.



Black color preview on #C3F8D2 background

This text has black color on #C3F8D2 background.


White color preview on #C3F8D2 background

This text has white color on #C3F8D2 background.