COLOR #C3F1B5

HEX: #C3F1B5
RGB: (195,241,181)

Color info

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

RGB color model

#C3F1B5 color RGB value is (195,241,181).

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

RGB channels and saturation

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

195
241
181

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

Portions of RGB colors in percentages

R + G + B =
195 + 241 + 181 = 617 (100%)
R 195 of 617 ~ 31.6%
G 241 of 617 ~ 39.06%
B 181 of 617 ~ 29.34%

%31.6
%39.06
%29.34

CMYK color model

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

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • 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
%24.9
%5.49

Codes

Color #C3F1B5 in popluar color models

C3F1B5
RGB195241181
HSL106°68.18%82.75%
HSB/HSV106°24.90%94.51%
CMYK19.09%0.00%24.90%
5.49%

Color #C3F1B5 in popluar number systems.

HEXC3F1B5
Decimal195241181
Binary110000111111000110110101
Octal303361265

Shades and tints

Shades of #C3F1B5

#C3F1B5
(195,241,181)
#B2DCA5
(178,220,165)
#A1C795
(161,199,149)
#90B285
(144,178,133)
#7F9D75
(127,157,117)
#6E8865
(110,136,101)
#5D7355
(93,115,85)
#4C5E45
(76,94,69)
#3B4935
(59,73,53)
#2A3425
(42,52,37)
#191F15
(25,31,21)
#000000
(0,0,0)

Tints of #C3F1B5

#C3F1B5
(195,241,181)
#C8F2BB
(200,242,187)
#CDF3C1
(205,243,193)
#D2F4C7
(210,244,199)
#D7F5CD
(215,245,205)
#DCF6D3
(220,246,211)
#E1F7D9
(225,247,217)
#E6F8DF
(230,248,223)
#EBF9E5
(235,249,229)
#F0FAEB
(240,250,235)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F1B5; }

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

This text font color is #C3F1B5.


Background Color

.myBgColor { background-color: #C3F1B5; }

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

This div background color is #C3F1B5.


Border color

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

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

This div border color is #C3F1B5.


Opacity

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

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

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

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

This text has shadow with #C3F1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F1B5 on black background.


Color preview on white background

This text has color #C3F1B5 on white background.



Black color preview on #C3F1B5 background

This text has black color on #C3F1B5 background.


White color preview on #C3F1B5 background

This text has white color on #C3F1B5 background.