COLOR #C5EFD8

HEX: #C5EFD8
RGB: (197,239,216)

Color info

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

RGB color model

#C5EFD8 color RGB value is (197,239,216).

  • red value is 197;
  • green value is 239;
  • blue value is 216.
RGB:
(197,239,216)
(77%,94%,85%)

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 216 of 255 = 85%

197
239
216

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

Portions of RGB colors in percentages

R + G + B =
197 + 239 + 216 = 652 (100%)
R 197 of 652 ~ 30.21%
G 239 of 652 ~ 36.66%
B 216 of 652 ~ 33.13%

%30.21
%36.66
%33.13

CMYK color model

#C5EFD8 color CMYK value is (18,0,10,6).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 6.27%
CMYK:
(18,0,10,6)
C18M0Y10K6 
(18%,0%,10%,6%)
(0.18/0.00/0.10/0.06)	

CMYK percentages

%17.57
%0
%9.62
%6.27

Codes

Color #C5EFD8 in popluar color models

C5EFD8
RGB197239216
HSL147°56.76%85.49%
HSB/HSV147°17.57%93.73%
CMYK17.57%0.00%9.62%
6.27%

Color #C5EFD8 in popluar number systems.

HEXC5EFD8
Decimal197239216
Binary110001011110111111011000
Octal305357330

Shades and tints

Shades of #C5EFD8

#C5EFD8
(197,239,216)
#B4DAC5
(180,218,197)
#A3C5B2
(163,197,178)
#92B09F
(146,176,159)
#819B8C
(129,155,140)
#708679
(112,134,121)
#5F7166
(95,113,102)
#4E5C53
(78,92,83)
#3D4740
(61,71,64)
#2C322D
(44,50,45)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #C5EFD8

#C5EFD8
(197,239,216)
#CAF0DB
(202,240,219)
#CFF1DE
(207,241,222)
#D4F2E1
(212,242,225)
#D9F3E4
(217,243,228)
#DEF4E7
(222,244,231)
#E3F5EA
(227,245,234)
#E8F6ED
(232,246,237)
#EDF7F0
(237,247,240)
#F2F8F3
(242,248,243)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EFD8 color. Also use rgb(197,239,216) instead hex code.

Text Font Color

.myTextColor { color: #C5EFD8; }

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

This text font color is #C5EFD8.


Background Color

.myBgColor { background-color: #C5EFD8; }

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

This div background color is #C5EFD8.


Border color

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

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

This div border color is #C5EFD8.


Opacity

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

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

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

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

This text has shadow with #C5EFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFD8 on black background.


Color preview on white background

This text has color #C5EFD8 on white background.



Black color preview on #C5EFD8 background

This text has black color on #C5EFD8 background.


White color preview on #C5EFD8 background

This text has white color on #C5EFD8 background.