COLOR #C5F5DB

HEX: #C5F5DB
RGB: (197,245,219)

Color info

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

RGB color model

#C5F5DB color RGB value is (197,245,219).

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

RGB channels and saturation

R 197 of 255 = 77%
G 245 of 255 = 96%
B 219 of 255 = 86%

197
245
219

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

Portions of RGB colors in percentages

R + G + B =
197 + 245 + 219 = 661 (100%)
R 197 of 661 ~ 29.8%
G 245 of 661 ~ 37.07%
B 219 of 661 ~ 33.13%

%29.8
%37.07
%33.13

CMYK color model

#C5F5DB color CMYK value is (20,0,11,4).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 3.92%
CMYK:
(20,0,11,4)
C20M0Y11K4 
(20%,0%,11%,4%)
(0.20/0.00/0.11/0.04)	

CMYK percentages

%19.59
%0
%10.61
%3.92

Codes

Color #C5F5DB in popluar color models

C5F5DB
RGB197245219
HSL148°70.59%86.67%
HSB/HSV148°19.59%96.08%
CMYK19.59%0.00%10.61%
3.92%

Color #C5F5DB in popluar number systems.

HEXC5F5DB
Decimal197245219
Binary110001011111010111011011
Octal305365333

Shades and tints

Shades of #C5F5DB

#C5F5DB
(197,245,219)
#B4DFC8
(180,223,200)
#A3C9B5
(163,201,181)
#92B3A2
(146,179,162)
#819D8F
(129,157,143)
#70877C
(112,135,124)
#5F7169
(95,113,105)
#4E5B56
(78,91,86)
#3D4543
(61,69,67)
#2C2F30
(44,47,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #C5F5DB

#C5F5DB
(197,245,219)
#CAF5DE
(202,245,222)
#CFF5E1
(207,245,225)
#D4F5E4
(212,245,228)
#D9F5E7
(217,245,231)
#DEF5EA
(222,245,234)
#E3F5ED
(227,245,237)
#E8F5F0
(232,245,240)
#EDF5F3
(237,245,243)
#F2F5F6
(242,245,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F5DB; }

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

This text font color is #C5F5DB.


Background Color

.myBgColor { background-color: #C5F5DB; }

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

This div background color is #C5F5DB.


Border color

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

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

This div border color is #C5F5DB.


Opacity

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

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

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

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

This text has shadow with #C5F5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F5DB on black background.


Color preview on white background

This text has color #C5F5DB on white background.



Black color preview on #C5F5DB background

This text has black color on #C5F5DB background.


White color preview on #C5F5DB background

This text has white color on #C5F5DB background.