COLOR #C5FECB

HEX: #C5FECB
RGB: (197,254,203)

Color info

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

RGB color model

#C5FECB color RGB value is (197,254,203).

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

RGB channels and saturation

R 197 of 255 = 77%
G 254 of 255 = 100%
B 203 of 255 = 80%

197
254
203

R + G + B ~ 86%. #C5FECB is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 254 + 203 = 654 (100%)
R 197 of 654 ~ 30.12%
G 254 of 654 ~ 38.84%
B 203 of 654 ~ 31.04%

%30.12
%38.84
%31.04

CMYK color model

#C5FECB color CMYK value is (22,0,20,0).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 20.08%
  • key color value is 0.39%
CMYK:
(22,0,20,0)
C22M0Y20K0 
(22%,0%,20%,0%)
(0.22/0.00/0.20/0.00)	

CMYK percentages

%22.44
%0
%20.08
%0.39

Codes

Color #C5FECB in popluar color models

C5FECB
RGB197254203
HSL126°96.61%88.43%
HSB/HSV126°22.44%99.61%
CMYK22.44%0.00%20.08%
0.39%

Color #C5FECB in popluar number systems.

HEXC5FECB
Decimal197254203
Binary110001011111111011001011
Octal305376313

Shades and tints

Shades of #C5FECB

#C5FECB
(197,254,203)
#B4E7B9
(180,231,185)
#A3D0A7
(163,208,167)
#92B995
(146,185,149)
#81A283
(129,162,131)
#708B71
(112,139,113)
#5F745F
(95,116,95)
#4E5D4D
(78,93,77)
#3D463B
(61,70,59)
#2C2F29
(44,47,41)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5FECB

#C5FECB
(197,254,203)
#CAFECF
(202,254,207)
#CFFED3
(207,254,211)
#D4FED7
(212,254,215)
#D9FEDB
(217,254,219)
#DEFEDF
(222,254,223)
#E3FEE3
(227,254,227)
#E8FEE7
(232,254,231)
#EDFEEB
(237,254,235)
#F2FEEF
(242,254,239)
#F7FEF3
(247,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FECB; }

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

This text font color is #C5FECB.


Background Color

.myBgColor { background-color: #C5FECB; }

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

This div background color is #C5FECB.


Border color

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

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

This div border color is #C5FECB.


Opacity

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

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

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

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

This text has shadow with #C5FECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FECB on black background.


Color preview on white background

This text has color #C5FECB on white background.



Black color preview on #C5FECB background

This text has black color on #C5FECB background.


White color preview on #C5FECB background

This text has white color on #C5FECB background.