COLOR #C5F8E0

HEX: #C5F8E0
RGB: (197,248,224)

Color info

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

RGB color model

#C5F8E0 color RGB value is (197,248,224).

  • red value is 197;
  • green value is 248;
  • blue value is 224.
RGB:
(197,248,224)
(77%,97%,88%)

RGB channels and saturation

R 197 of 255 = 77%
G 248 of 255 = 97%
B 224 of 255 = 88%

197
248
224

R + G + B ~ 87%. #C5F8E0 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 248 + 224 = 669 (100%)
R 197 of 669 ~ 29.45%
G 248 of 669 ~ 37.07%
B 224 of 669 ~ 33.48%

%29.45
%37.07
%33.48

CMYK color model

#C5F8E0 color CMYK value is (21,0,10,3).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 2.75%
CMYK:
(21,0,10,3)
C21M0Y10K3 
(21%,0%,10%,3%)
(0.21/0.00/0.10/0.03)	

CMYK percentages

%20.56
%0
%9.68
%2.75

Codes

Color #C5F8E0 in popluar color models

C5F8E0
RGB197248224
HSL152°78.46%87.25%
HSB/HSV152°20.56%97.25%
CMYK20.56%0.00%9.68%
2.75%

Color #C5F8E0 in popluar number systems.

HEXC5F8E0
Decimal197248224
Binary110001011111100011100000
Octal305370340

Shades and tints

Shades of #C5F8E0

#C5F8E0
(197,248,224)
#B4E2CC
(180,226,204)
#A3CCB8
(163,204,184)
#92B6A4
(146,182,164)
#81A090
(129,160,144)
#708A7C
(112,138,124)
#5F7468
(95,116,104)
#4E5E54
(78,94,84)
#3D4840
(61,72,64)
#2C322C
(44,50,44)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #C5F8E0

#C5F8E0
(197,248,224)
#CAF8E2
(202,248,226)
#CFF8E4
(207,248,228)
#D4F8E6
(212,248,230)
#D9F8E8
(217,248,232)
#DEF8EA
(222,248,234)
#E3F8EC
(227,248,236)
#E8F8EE
(232,248,238)
#EDF8F0
(237,248,240)
#F2F8F2
(242,248,242)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F8E0 color. Also use rgb(197,248,224) instead hex code.

Text Font Color

.myTextColor { color: #C5F8E0; }

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

This text font color is #C5F8E0.


Background Color

.myBgColor { background-color: #C5F8E0; }

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

This div background color is #C5F8E0.


Border color

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

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

This div border color is #C5F8E0.


Opacity

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

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

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

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

This text has shadow with #C5F8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F8E0 on black background.


Color preview on white background

This text has color #C5F8E0 on white background.



Black color preview on #C5F8E0 background

This text has black color on #C5F8E0 background.


White color preview on #C5F8E0 background

This text has white color on #C5F8E0 background.