COLOR #C5F8DD

HEX: #C5F8DD
RGB: (197,248,221)

Color info

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

RGB color model

#C5F8DD color RGB value is (197,248,221).

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

RGB channels and saturation

R 197 of 255 = 77%
G 248 of 255 = 97%
B 221 of 255 = 87%

197
248
221

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

Portions of RGB colors in percentages

R + G + B =
197 + 248 + 221 = 666 (100%)
R 197 of 666 ~ 29.58%
G 248 of 666 ~ 37.24%
B 221 of 666 ~ 33.18%

%29.58
%37.24
%33.18

CMYK color model

#C5F8DD color CMYK value is (21,0,11,3).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 2.75%
CMYK:
(21,0,11,3)
C21M0Y11K3 
(21%,0%,11%,3%)
(0.21/0.00/0.11/0.03)	

CMYK percentages

%20.56
%0
%10.89
%2.75

Codes

Color #C5F8DD in popluar color models

C5F8DD
RGB197248221
HSL148°78.46%87.25%
HSB/HSV148°20.56%97.25%
CMYK20.56%0.00%10.89%
2.75%

Color #C5F8DD in popluar number systems.

HEXC5F8DD
Decimal197248221
Binary110001011111100011011101
Octal305370335

Shades and tints

Shades of #C5F8DD

#C5F8DD
(197,248,221)
#B4E2C9
(180,226,201)
#A3CCB5
(163,204,181)
#92B6A1
(146,182,161)
#81A08D
(129,160,141)
#708A79
(112,138,121)
#5F7465
(95,116,101)
#4E5E51
(78,94,81)
#3D483D
(61,72,61)
#2C3229
(44,50,41)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #C5F8DD

#C5F8DD
(197,248,221)
#CAF8E0
(202,248,224)
#CFF8E3
(207,248,227)
#D4F8E6
(212,248,230)
#D9F8E9
(217,248,233)
#DEF8EC
(222,248,236)
#E3F8EF
(227,248,239)
#E8F8F2
(232,248,242)
#EDF8F5
(237,248,245)
#F2F8F8
(242,248,248)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F8DD; }

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

This text font color is #C5F8DD.


Background Color

.myBgColor { background-color: #C5F8DD; }

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

This div background color is #C5F8DD.


Border color

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

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

This div border color is #C5F8DD.


Opacity

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

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

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

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

This text has shadow with #C5F8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F8DD on black background.


Color preview on white background

This text has color #C5F8DD on white background.



Black color preview on #C5F8DD background

This text has black color on #C5F8DD background.


White color preview on #C5F8DD background

This text has white color on #C5F8DD background.