COLOR #C5F5D0

HEX: #C5F5D0
RGB: (197,245,208)

Color info

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

RGB color model

#C5F5D0 color RGB value is (197,245,208).

  • red value is 197;
  • green value is 245;
  • blue value is 208.
RGB:
(197,245,208)
(77%,96%,82%)

RGB channels and saturation

R 197 of 255 = 77%
G 245 of 255 = 96%
B 208 of 255 = 82%

197
245
208

R + G + B ~ 85%. #C5F5D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 245 + 208 = 650 (100%)
R 197 of 650 ~ 30.31%
G 245 of 650 ~ 37.69%
B 208 of 650 ~ 32%

%30.31
%37.69
%32

CMYK color model

#C5F5D0 color CMYK value is (20,0,15,4).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 15.10%
  • key color value is 3.92%
CMYK:
(20,0,15,4)
C20M0Y15K4 
(20%,0%,15%,4%)
(0.20/0.00/0.15/0.04)	

CMYK percentages

%19.59
%0
%15.1
%3.92

Codes

Color #C5F5D0 in popluar color models

C5F5D0
RGB197245208
HSL134°70.59%86.67%
HSB/HSV134°19.59%96.08%
CMYK19.59%0.00%15.10%
3.92%

Color #C5F5D0 in popluar number systems.

HEXC5F5D0
Decimal197245208
Binary110001011111010111010000
Octal305365320

Shades and tints

Shades of #C5F5D0

#C5F5D0
(197,245,208)
#B4DFBE
(180,223,190)
#A3C9AC
(163,201,172)
#92B39A
(146,179,154)
#819D88
(129,157,136)
#708776
(112,135,118)
#5F7164
(95,113,100)
#4E5B52
(78,91,82)
#3D4540
(61,69,64)
#2C2F2E
(44,47,46)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #C5F5D0

#C5F5D0
(197,245,208)
#CAF5D4
(202,245,212)
#CFF5D8
(207,245,216)
#D4F5DC
(212,245,220)
#D9F5E0
(217,245,224)
#DEF5E4
(222,245,228)
#E3F5E8
(227,245,232)
#E8F5EC
(232,245,236)
#EDF5F0
(237,245,240)
#F2F5F4
(242,245,244)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F5D0 color. Also use rgb(197,245,208) instead hex code.

Text Font Color

.myTextColor { color: #C5F5D0; }

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

This text font color is #C5F5D0.


Background Color

.myBgColor { background-color: #C5F5D0; }

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

This div background color is #C5F5D0.


Border color

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

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

This div border color is #C5F5D0.


Opacity

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

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

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

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

This text has shadow with #C5F5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F5D0 on black background.


Color preview on white background

This text has color #C5F5D0 on white background.



Black color preview on #C5F5D0 background

This text has black color on #C5F5D0 background.


White color preview on #C5F5D0 background

This text has white color on #C5F5D0 background.