COLOR #C5F2BF

HEX: #C5F2BF
RGB: (197,242,191)

Color info

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

RGB color model

#C5F2BF color RGB value is (197,242,191).

  • red value is 197;
  • green value is 242;
  • blue value is 191.
RGB:
(197,242,191)
(77%,95%,75%)

RGB channels and saturation

R 197 of 255 = 77%
G 242 of 255 = 95%
B 191 of 255 = 75%

197
242
191

R + G + B ~ 82%. #C5F2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 242 + 191 = 630 (100%)
R 197 of 630 ~ 31.27%
G 242 of 630 ~ 38.41%
B 191 of 630 ~ 30.32%

%31.27
%38.41
%30.32

CMYK color model

#C5F2BF color CMYK value is (19,0,21,5).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 21.07%
  • key color value is 5.10%
CMYK:
(19,0,21,5)
C19M0Y21K5 
(19%,0%,21%,5%)
(0.19/0.00/0.21/0.05)	

CMYK percentages

%18.6
%0
%21.07
%5.1

Codes

Color #C5F2BF in popluar color models

C5F2BF
RGB197242191
HSL113°66.23%84.90%
HSB/HSV113°21.07%94.90%
CMYK18.60%0.00%21.07%
5.10%

Color #C5F2BF in popluar number systems.

HEXC5F2BF
Decimal197242191
Binary110001011111001010111111
Octal305362277

Shades and tints

Shades of #C5F2BF

#C5F2BF
(197,242,191)
#B4DCAE
(180,220,174)
#A3C69D
(163,198,157)
#92B08C
(146,176,140)
#819A7B
(129,154,123)
#70846A
(112,132,106)
#5F6E59
(95,110,89)
#4E5848
(78,88,72)
#3D4237
(61,66,55)
#2C2C26
(44,44,38)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5F2BF

#C5F2BF
(197,242,191)
#CAF3C4
(202,243,196)
#CFF4C9
(207,244,201)
#D4F5CE
(212,245,206)
#D9F6D3
(217,246,211)
#DEF7D8
(222,247,216)
#E3F8DD
(227,248,221)
#E8F9E2
(232,249,226)
#EDFAE7
(237,250,231)
#F2FBEC
(242,251,236)
#F7FCF1
(247,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F2BF color. Also use rgb(197,242,191) instead hex code.

Text Font Color

.myTextColor { color: #C5F2BF; }

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

This text font color is #C5F2BF.


Background Color

.myBgColor { background-color: #C5F2BF; }

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

This div background color is #C5F2BF.


Border color

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

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

This div border color is #C5F2BF.


Opacity

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

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

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

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

This text has shadow with #C5F2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F2BF on black background.


Color preview on white background

This text has color #C5F2BF on white background.



Black color preview on #C5F2BF background

This text has black color on #C5F2BF background.


White color preview on #C5F2BF background

This text has white color on #C5F2BF background.