COLOR #C5EFD2

HEX: #C5EFD2
RGB: (197,239,210)

Color info

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

RGB color model

#C5EFD2 color RGB value is (197,239,210).

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

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 210 of 255 = 82%

197
239
210

R + G + B ~ 84%. #C5EFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 239 + 210 = 646 (100%)
R 197 of 646 ~ 30.5%
G 239 of 646 ~ 37%
B 210 of 646 ~ 32.51%

%30.5
%37
%32.51

CMYK color model

#C5EFD2 color CMYK value is (18,0,12,6).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(18,0,12,6)
C18M0Y12K6 
(18%,0%,12%,6%)
(0.18/0.00/0.12/0.06)	

CMYK percentages

%17.57
%0
%12.13
%6.27

Codes

Color #C5EFD2 in popluar color models

C5EFD2
RGB197239210
HSL139°56.76%85.49%
HSB/HSV139°17.57%93.73%
CMYK17.57%0.00%12.13%
6.27%

Color #C5EFD2 in popluar number systems.

HEXC5EFD2
Decimal197239210
Binary110001011110111111010010
Octal305357322

Shades and tints

Shades of #C5EFD2

#C5EFD2
(197,239,210)
#B4DABF
(180,218,191)
#A3C5AC
(163,197,172)
#92B099
(146,176,153)
#819B86
(129,155,134)
#708673
(112,134,115)
#5F7160
(95,113,96)
#4E5C4D
(78,92,77)
#3D473A
(61,71,58)
#2C3227
(44,50,39)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #C5EFD2

#C5EFD2
(197,239,210)
#CAF0D6
(202,240,214)
#CFF1DA
(207,241,218)
#D4F2DE
(212,242,222)
#D9F3E2
(217,243,226)
#DEF4E6
(222,244,230)
#E3F5EA
(227,245,234)
#E8F6EE
(232,246,238)
#EDF7F2
(237,247,242)
#F2F8F6
(242,248,246)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EFD2; }

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

This text font color is #C5EFD2.


Background Color

.myBgColor { background-color: #C5EFD2; }

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

This div background color is #C5EFD2.


Border color

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

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

This div border color is #C5EFD2.


Opacity

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

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

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

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

This text has shadow with #C5EFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFD2 on black background.


Color preview on white background

This text has color #C5EFD2 on white background.



Black color preview on #C5EFD2 background

This text has black color on #C5EFD2 background.


White color preview on #C5EFD2 background

This text has white color on #C5EFD2 background.