COLOR #C3F1BB

HEX: #C3F1BB
RGB: (195,241,187)

Color info

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

RGB color model

#C3F1BB color RGB value is (195,241,187).

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

RGB channels and saturation

R 195 of 255 = 76%
G 241 of 255 = 95%
B 187 of 255 = 73%

195
241
187

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

Portions of RGB colors in percentages

R + G + B =
195 + 241 + 187 = 623 (100%)
R 195 of 623 ~ 31.3%
G 241 of 623 ~ 38.68%
B 187 of 623 ~ 30.02%

%31.3
%38.68
%30.02

CMYK color model

#C3F1BB color CMYK value is (19,0,22,5).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(19,0,22,5)
C19M0Y22K5 
(19%,0%,22%,5%)
(0.19/0.00/0.22/0.05)	

CMYK percentages

%19.09
%0
%22.41
%5.49

Codes

Color #C3F1BB in popluar color models

C3F1BB
RGB195241187
HSL111°65.85%83.92%
HSB/HSV111°22.41%94.51%
CMYK19.09%0.00%22.41%
5.49%

Color #C3F1BB in popluar number systems.

HEXC3F1BB
Decimal195241187
Binary110000111111000110111011
Octal303361273

Shades and tints

Shades of #C3F1BB

#C3F1BB
(195,241,187)
#B2DCAA
(178,220,170)
#A1C799
(161,199,153)
#90B288
(144,178,136)
#7F9D77
(127,157,119)
#6E8866
(110,136,102)
#5D7355
(93,115,85)
#4C5E44
(76,94,68)
#3B4933
(59,73,51)
#2A3422
(42,52,34)
#191F11
(25,31,17)
#000000
(0,0,0)

Tints of #C3F1BB

#C3F1BB
(195,241,187)
#C8F2C1
(200,242,193)
#CDF3C7
(205,243,199)
#D2F4CD
(210,244,205)
#D7F5D3
(215,245,211)
#DCF6D9
(220,246,217)
#E1F7DF
(225,247,223)
#E6F8E5
(230,248,229)
#EBF9EB
(235,249,235)
#F0FAF1
(240,250,241)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F1BB; }

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

This text font color is #C3F1BB.


Background Color

.myBgColor { background-color: #C3F1BB; }

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

This div background color is #C3F1BB.


Border color

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

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

This div border color is #C3F1BB.


Opacity

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

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

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

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

This text has shadow with #C3F1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F1BB on black background.


Color preview on white background

This text has color #C3F1BB on white background.



Black color preview on #C3F1BB background

This text has black color on #C3F1BB background.


White color preview on #C3F1BB background

This text has white color on #C3F1BB background.