COLOR #C3F1B4

HEX: #C3F1B4
RGB: (195,241,180)

Color info

#C3F1B4 contains mainly red and green colors. Web safe color of #C3F1B4 is #CCFFCC (or #CFC).

RGB color model

#C3F1B4 color RGB value is (195,241,180).

  • red value is 195;
  • green value is 241;
  • blue value is 180.
RGB:
(195,241,180)
(76%,95%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 241 of 255 = 95%
B 180 of 255 = 71%

195
241
180

R + G + B ~ 81%. #C3F1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 241 + 180 = 616 (100%)
R 195 of 616 ~ 31.66%
G 241 of 616 ~ 39.12%
B 180 of 616 ~ 29.22%

%31.66
%39.12
%29.22

CMYK color model

#C3F1B4 color CMYK value is (19,0,25,5).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 5.49%
CMYK:
(19,0,25,5)
C19M0Y25K5 
(19%,0%,25%,5%)
(0.19/0.00/0.25/0.05)	

CMYK percentages

%19.09
%0
%25.31
%5.49

Codes

Color #C3F1B4 in popluar color models

C3F1B4
RGB195241180
HSL105°68.54%82.55%
HSB/HSV105°25.31%94.51%
CMYK19.09%0.00%25.31%
5.49%

Color #C3F1B4 in popluar number systems.

HEXC3F1B4
Decimal195241180
Binary110000111111000110110100
Octal303361264

Shades and tints

Shades of #C3F1B4

#C3F1B4
(195,241,180)
#B2DCA4
(178,220,164)
#A1C794
(161,199,148)
#90B284
(144,178,132)
#7F9D74
(127,157,116)
#6E8864
(110,136,100)
#5D7354
(93,115,84)
#4C5E44
(76,94,68)
#3B4934
(59,73,52)
#2A3424
(42,52,36)
#191F14
(25,31,20)
#000000
(0,0,0)

Tints of #C3F1B4

#C3F1B4
(195,241,180)
#C8F2BA
(200,242,186)
#CDF3C0
(205,243,192)
#D2F4C6
(210,244,198)
#D7F5CC
(215,245,204)
#DCF6D2
(220,246,210)
#E1F7D8
(225,247,216)
#E6F8DE
(230,248,222)
#EBF9E4
(235,249,228)
#F0FAEA
(240,250,234)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F1B4 color. Also use rgb(195,241,180) instead hex code.

Text Font Color

.myTextColor { color: #C3F1B4; }

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

This text font color is #C3F1B4.


Background Color

.myBgColor { background-color: #C3F1B4; }

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

This div background color is #C3F1B4.


Border color

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

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

This div border color is #C3F1B4.


Opacity

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

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

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

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

This text has shadow with #C3F1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F1B4 on black background.


Color preview on white background

This text has color #C3F1B4 on white background.



Black color preview on #C3F1B4 background

This text has black color on #C3F1B4 background.


White color preview on #C3F1B4 background

This text has white color on #C3F1B4 background.