COLOR #C3FCB2

HEX: #C3FCB2
RGB: (195,252,178)

Color info

#C3FCB2 contains mainly red and green colors. Web safe color of #C3FCB2 is #CCFF99 (or #CF9).

RGB color model

#C3FCB2 color RGB value is (195,252,178).

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

RGB channels and saturation

R 195 of 255 = 76%
G 252 of 255 = 99%
B 178 of 255 = 70%

195
252
178

R + G + B ~ 82%. #C3FCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 252 + 178 = 625 (100%)
R 195 of 625 ~ 31.2%
G 252 of 625 ~ 40.32%
B 178 of 625 ~ 28.48%

%31.2
%40.32
%28.48

CMYK color model

#C3FCB2 color CMYK value is (23,0,29,1).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 29.37%
  • key color value is 1.18%
CMYK:
(23,0,29,1)
C23M0Y29K1 
(23%,0%,29%,1%)
(0.23/0.00/0.29/0.01)	

CMYK percentages

%22.62
%0
%29.37
%1.18

Codes

Color #C3FCB2 in popluar color models

C3FCB2
RGB195252178
HSL106°92.50%84.31%
HSB/HSV106°29.37%98.82%
CMYK22.62%0.00%29.37%
1.18%

Color #C3FCB2 in popluar number systems.

HEXC3FCB2
Decimal195252178
Binary110000111111110010110010
Octal303374262

Shades and tints

Shades of #C3FCB2

#C3FCB2
(195,252,178)
#B2E6A2
(178,230,162)
#A1D092
(161,208,146)
#90BA82
(144,186,130)
#7FA472
(127,164,114)
#6E8E62
(110,142,98)
#5D7852
(93,120,82)
#4C6242
(76,98,66)
#3B4C32
(59,76,50)
#2A3622
(42,54,34)
#192012
(25,32,18)
#000000
(0,0,0)

Tints of #C3FCB2

#C3FCB2
(195,252,178)
#C8FCB9
(200,252,185)
#CDFCC0
(205,252,192)
#D2FCC7
(210,252,199)
#D7FCCE
(215,252,206)
#DCFCD5
(220,252,213)
#E1FCDC
(225,252,220)
#E6FCE3
(230,252,227)
#EBFCEA
(235,252,234)
#F0FCF1
(240,252,241)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3FCB2; }

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

This text font color is #C3FCB2.


Background Color

.myBgColor { background-color: #C3FCB2; }

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

This div background color is #C3FCB2.


Border color

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

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

This div border color is #C3FCB2.


Opacity

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

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

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

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

This text has shadow with #C3FCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3FCB2 on black background.


Color preview on white background

This text has color #C3FCB2 on white background.



Black color preview on #C3FCB2 background

This text has black color on #C3FCB2 background.


White color preview on #C3FCB2 background

This text has white color on #C3FCB2 background.