COLOR #C5EFD9

HEX: #C5EFD9
RGB: (197,239,217)

Color info

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

RGB color model

#C5EFD9 color RGB value is (197,239,217).

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

RGB channels and saturation

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

197
239
217

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

Portions of RGB colors in percentages

R + G + B =
197 + 239 + 217 = 653 (100%)
R 197 of 653 ~ 30.17%
G 239 of 653 ~ 36.6%
B 217 of 653 ~ 33.23%

%30.17
%36.6
%33.23

CMYK color model

#C5EFD9 color CMYK value is (18,0,9,6).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 6.27%
CMYK:
(18,0,9,6)
C18M0Y9K6 
(18%,0%,9%,6%)
(0.18/0.00/0.09/0.06)	

CMYK percentages

%17.57
%0
%9.21
%6.27

Codes

Color #C5EFD9 in popluar color models

C5EFD9
RGB197239217
HSL149°56.76%85.49%
HSB/HSV149°17.57%93.73%
CMYK17.57%0.00%9.21%
6.27%

Color #C5EFD9 in popluar number systems.

HEXC5EFD9
Decimal197239217
Binary110001011110111111011001
Octal305357331

Shades and tints

Shades of #C5EFD9

#C5EFD9
(197,239,217)
#B4DAC6
(180,218,198)
#A3C5B3
(163,197,179)
#92B0A0
(146,176,160)
#819B8D
(129,155,141)
#70867A
(112,134,122)
#5F7167
(95,113,103)
#4E5C54
(78,92,84)
#3D4741
(61,71,65)
#2C322E
(44,50,46)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #C5EFD9

#C5EFD9
(197,239,217)
#CAF0DC
(202,240,220)
#CFF1DF
(207,241,223)
#D4F2E2
(212,242,226)
#D9F3E5
(217,243,229)
#DEF4E8
(222,244,232)
#E3F5EB
(227,245,235)
#E8F6EE
(232,246,238)
#EDF7F1
(237,247,241)
#F2F8F4
(242,248,244)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EFD9; }

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

This text font color is #C5EFD9.


Background Color

.myBgColor { background-color: #C5EFD9; }

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

This div background color is #C5EFD9.


Border color

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

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

This div border color is #C5EFD9.


Opacity

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

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

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

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

This text has shadow with #C5EFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFD9 on black background.


Color preview on white background

This text has color #C5EFD9 on white background.



Black color preview on #C5EFD9 background

This text has black color on #C5EFD9 background.


White color preview on #C5EFD9 background

This text has white color on #C5EFD9 background.