COLOR #C5FEBB

HEX: #C5FEBB
RGB: (197,254,187)

Color info

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

RGB color model

#C5FEBB color RGB value is (197,254,187).

  • red value is 197;
  • green value is 254;
  • blue value is 187.
RGB:
(197,254,187)
(77%,100%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 254 of 255 = 100%
B 187 of 255 = 73%

197
254
187

R + G + B ~ 83%. #C5FEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 254 + 187 = 638 (100%)
R 197 of 638 ~ 30.88%
G 254 of 638 ~ 39.81%
B 187 of 638 ~ 29.31%

%30.88
%39.81
%29.31

CMYK color model

#C5FEBB color CMYK value is (22,0,26,0).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK:
(22,0,26,0)
C22M0Y26K0 
(22%,0%,26%,0%)
(0.22/0.00/0.26/0.00)	

CMYK percentages

%22.44
%0
%26.38
%0.39

Codes

Color #C5FEBB in popluar color models

C5FEBB
RGB197254187
HSL111°97.10%86.47%
HSB/HSV111°26.38%99.61%
CMYK22.44%0.00%26.38%
0.39%

Color #C5FEBB in popluar number systems.

HEXC5FEBB
Decimal197254187
Binary110001011111111010111011
Octal305376273

Shades and tints

Shades of #C5FEBB

#C5FEBB
(197,254,187)
#B4E7AA
(180,231,170)
#A3D099
(163,208,153)
#92B988
(146,185,136)
#81A277
(129,162,119)
#708B66
(112,139,102)
#5F7455
(95,116,85)
#4E5D44
(78,93,68)
#3D4633
(61,70,51)
#2C2F22
(44,47,34)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #C5FEBB

#C5FEBB
(197,254,187)
#CAFEC1
(202,254,193)
#CFFEC7
(207,254,199)
#D4FECD
(212,254,205)
#D9FED3
(217,254,211)
#DEFED9
(222,254,217)
#E3FEDF
(227,254,223)
#E8FEE5
(232,254,229)
#EDFEEB
(237,254,235)
#F2FEF1
(242,254,241)
#F7FEF7
(247,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FEBB color. Also use rgb(197,254,187) instead hex code.

Text Font Color

.myTextColor { color: #C5FEBB; }

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

This text font color is #C5FEBB.


Background Color

.myBgColor { background-color: #C5FEBB; }

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

This div background color is #C5FEBB.


Border color

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

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

This div border color is #C5FEBB.


Opacity

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

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

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

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

This text has shadow with #C5FEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FEBB on black background.


Color preview on white background

This text has color #C5FEBB on white background.



Black color preview on #C5FEBB background

This text has black color on #C5FEBB background.


White color preview on #C5FEBB background

This text has white color on #C5FEBB background.