COLOR #C3FCC7

HEX: #C3FCC7
RGB: (195,252,199)

Color info

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

RGB color model

#C3FCC7 color RGB value is (195,252,199).

  • red value is 195;
  • green value is 252;
  • blue value is 199.
RGB:
(195,252,199)
(76%,99%,78%)

RGB channels and saturation

R 195 of 255 = 76%
G 252 of 255 = 99%
B 199 of 255 = 78%

195
252
199

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

Portions of RGB colors in percentages

R + G + B =
195 + 252 + 199 = 646 (100%)
R 195 of 646 ~ 30.19%
G 252 of 646 ~ 39.01%
B 199 of 646 ~ 30.8%

%30.19
%39.01
%30.8

CMYK color model

#C3FCC7 color CMYK value is (23,0,21,1).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 1.18%
CMYK:
(23,0,21,1)
C23M0Y21K1 
(23%,0%,21%,1%)
(0.23/0.00/0.21/0.01)	

CMYK percentages

%22.62
%0
%21.03
%1.18

Codes

Color #C3FCC7 in popluar color models

C3FCC7
RGB195252199
HSL124°90.48%87.65%
HSB/HSV124°22.62%98.82%
CMYK22.62%0.00%21.03%
1.18%

Color #C3FCC7 in popluar number systems.

HEXC3FCC7
Decimal195252199
Binary110000111111110011000111
Octal303374307

Shades and tints

Shades of #C3FCC7

#C3FCC7
(195,252,199)
#B2E6B5
(178,230,181)
#A1D0A3
(161,208,163)
#90BA91
(144,186,145)
#7FA47F
(127,164,127)
#6E8E6D
(110,142,109)
#5D785B
(93,120,91)
#4C6249
(76,98,73)
#3B4C37
(59,76,55)
#2A3625
(42,54,37)
#192013
(25,32,19)
#000000
(0,0,0)

Tints of #C3FCC7

#C3FCC7
(195,252,199)
#C8FCCC
(200,252,204)
#CDFCD1
(205,252,209)
#D2FCD6
(210,252,214)
#D7FCDB
(215,252,219)
#DCFCE0
(220,252,224)
#E1FCE5
(225,252,229)
#E6FCEA
(230,252,234)
#EBFCEF
(235,252,239)
#F0FCF4
(240,252,244)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3FCC7 color. Also use rgb(195,252,199) instead hex code.

Text Font Color

.myTextColor { color: #C3FCC7; }

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

This text font color is #C3FCC7.


Background Color

.myBgColor { background-color: #C3FCC7; }

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

This div background color is #C3FCC7.


Border color

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

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

This div border color is #C3FCC7.


Opacity

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

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

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

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

This text has shadow with #C3FCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3FCC7 on black background.


Color preview on white background

This text has color #C3FCC7 on white background.



Black color preview on #C3FCC7 background

This text has black color on #C3FCC7 background.


White color preview on #C3FCC7 background

This text has white color on #C3FCC7 background.