COLOR #C3F8C9

HEX: #C3F8C9
RGB: (195,248,201)

Color info

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

RGB color model

#C3F8C9 color RGB value is (195,248,201).

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

RGB channels and saturation

R 195 of 255 = 76%
G 248 of 255 = 97%
B 201 of 255 = 79%

195
248
201

R + G + B ~ 84%. #C3F8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 248 + 201 = 644 (100%)
R 195 of 644 ~ 30.28%
G 248 of 644 ~ 38.51%
B 201 of 644 ~ 31.21%

%30.28
%38.51
%31.21

CMYK color model

#C3F8C9 color CMYK value is (21,0,19,3).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 2.75%
CMYK: (21,0,19,3) C21M0Y19K3 (21%,0%,19%,3%) (0.21/0.00/0.19/0.03)

CMYK percentages

%21.37
%0
%18.95
%2.75

Codes

Color #C3F8C9 in popluar color models

C3F8C9
RGB195248201
HSL127°79.10%86.86%
HSB/HSV127°21.37%97.25%
CMYK21.37%0.00%18.95%
2.75%

Color #C3F8C9 in popluar number systems.

HEXC3F8C9
Decimal195248201
Binary110000111111100011001001
Octal303370311

Shades and tints

Shades of #C3F8C9

#C3F8C9
(195,248,201)
#B2E2B7
(178,226,183)
#A1CCA5
(161,204,165)
#90B693
(144,182,147)
#7FA081
(127,160,129)
#6E8A6F
(110,138,111)
#5D745D
(93,116,93)
#4C5E4B
(76,94,75)
#3B4839
(59,72,57)
#2A3227
(42,50,39)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #C3F8C9

#C3F8C9
(195,248,201)
#C8F8CD
(200,248,205)
#CDF8D1
(205,248,209)
#D2F8D5
(210,248,213)
#D7F8D9
(215,248,217)
#DCF8DD
(220,248,221)
#E1F8E1
(225,248,225)
#E6F8E5
(230,248,229)
#EBF8E9
(235,248,233)
#F0F8ED
(240,248,237)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F8C9; }

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

This text font color is #C3F8C9.


Background Color

.myBgColor { background-color: #C3F8C9; }

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

This div background color is #C3F8C9.


Border color

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

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

This div border color is #C3F8C9.


Opacity

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

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

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

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

This text has shadow with #C3F8C9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C3F8C9 on black background.


Color preview on white background

This text has color #C3F8C9 on white background.



Black color preview on #C3F8C9 background

This text has black color on #C3F8C9 background.


White color preview on #C3F8C9 background

This text has white color on #C3F8C9 background.