COLOR #C5EED2

HEX: #C5EED2
RGB: (197,238,210)

Color info

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

RGB color model

#C5EED2 color RGB value is (197,238,210).

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

RGB channels and saturation

R 197 of 255 = 77%
G 238 of 255 = 93%
B 210 of 255 = 82%

197
238
210

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

Portions of RGB colors in percentages

R + G + B =
197 + 238 + 210 = 645 (100%)
R 197 of 645 ~ 30.54%
G 238 of 645 ~ 36.9%
B 210 of 645 ~ 32.56%

%30.54
%36.9
%32.56

CMYK color model

#C5EED2 color CMYK value is (17,0,12,7).

  • cyan value is 17.23%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(17,0,12,7)
C17M0Y12K7 
(17%,0%,12%,7%)
(0.17/0.00/0.12/0.07)	

CMYK percentages

%17.23
%0
%11.76
%6.67

Codes

Color #C5EED2 in popluar color models

C5EED2
RGB197238210
HSL139°54.67%85.29%
HSB/HSV139°17.23%93.33%
CMYK17.23%0.00%11.76%
6.67%

Color #C5EED2 in popluar number systems.

HEXC5EED2
Decimal197238210
Binary110001011110111011010010
Octal305356322

Shades and tints

Shades of #C5EED2

#C5EED2
(197,238,210)
#B4D9BF
(180,217,191)
#A3C4AC
(163,196,172)
#92AF99
(146,175,153)
#819A86
(129,154,134)
#708573
(112,133,115)
#5F7060
(95,112,96)
#4E5B4D
(78,91,77)
#3D463A
(61,70,58)
#2C3127
(44,49,39)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #C5EED2

#C5EED2
(197,238,210)
#CAEFD6
(202,239,214)
#CFF0DA
(207,240,218)
#D4F1DE
(212,241,222)
#D9F2E2
(217,242,226)
#DEF3E6
(222,243,230)
#E3F4EA
(227,244,234)
#E8F5EE
(232,245,238)
#EDF6F2
(237,246,242)
#F2F7F6
(242,247,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EED2; }

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

This text font color is #C5EED2.


Background Color

.myBgColor { background-color: #C5EED2; }

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

This div background color is #C5EED2.


Border color

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

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

This div border color is #C5EED2.


Opacity

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

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

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

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

This text has shadow with #C5EED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EED2 on black background.


Color preview on white background

This text has color #C5EED2 on white background.



Black color preview on #C5EED2 background

This text has black color on #C5EED2 background.


White color preview on #C5EED2 background

This text has white color on #C5EED2 background.