COLOR #C3FCE2

HEX: #C3FCE2
RGB: (195,252,226)

Color info

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

RGB color model

#C3FCE2 color RGB value is (195,252,226).

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

RGB channels and saturation

R 195 of 255 = 76%
G 252 of 255 = 99%
B 226 of 255 = 89%

195
252
226

R + G + B ~ 88%. #C3FCE2 is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 252 + 226 = 673 (100%)
R 195 of 673 ~ 28.97%
G 252 of 673 ~ 37.44%
B 226 of 673 ~ 33.58%

%28.97
%37.44
%33.58

CMYK color model

#C3FCE2 color CMYK value is (23,0,10,1).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 10.32%
  • key color value is 1.18%
CMYK:
(23,0,10,1)
C23M0Y10K1 
(23%,0%,10%,1%)
(0.23/0.00/0.10/0.01)	

CMYK percentages

%22.62
%0
%10.32
%1.18

Codes

Color #C3FCE2 in popluar color models

C3FCE2
RGB195252226
HSL153°90.48%87.65%
HSB/HSV153°22.62%98.82%
CMYK22.62%0.00%10.32%
1.18%

Color #C3FCE2 in popluar number systems.

HEXC3FCE2
Decimal195252226
Binary110000111111110011100010
Octal303374342

Shades and tints

Shades of #C3FCE2

#C3FCE2
(195,252,226)
#B2E6CE
(178,230,206)
#A1D0BA
(161,208,186)
#90BAA6
(144,186,166)
#7FA492
(127,164,146)
#6E8E7E
(110,142,126)
#5D786A
(93,120,106)
#4C6256
(76,98,86)
#3B4C42
(59,76,66)
#2A362E
(42,54,46)
#19201A
(25,32,26)
#000000
(0,0,0)

Tints of #C3FCE2

#C3FCE2
(195,252,226)
#C8FCE4
(200,252,228)
#CDFCE6
(205,252,230)
#D2FCE8
(210,252,232)
#D7FCEA
(215,252,234)
#DCFCEC
(220,252,236)
#E1FCEE
(225,252,238)
#E6FCF0
(230,252,240)
#EBFCF2
(235,252,242)
#F0FCF4
(240,252,244)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3FCE2; }

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

This text font color is #C3FCE2.


Background Color

.myBgColor { background-color: #C3FCE2; }

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

This div background color is #C3FCE2.


Border color

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

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

This div border color is #C3FCE2.


Opacity

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

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

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

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

This text has shadow with #C3FCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3FCE2 on black background.


Color preview on white background

This text has color #C3FCE2 on white background.



Black color preview on #C3FCE2 background

This text has black color on #C3FCE2 background.


White color preview on #C3FCE2 background

This text has white color on #C3FCE2 background.