COLOR #C5E7ED

HEX: #C5E7ED
RGB: (197,231,237)

Color info

#C5E7ED contains red, green and blue colors in about the same proportion. Web safe color of #C5E7ED is #CCFFFF (or #CFF).

RGB color model

#C5E7ED color RGB value is (197,231,237).

  • red value is 197;
  • green value is 231;
  • blue value is 237.
RGB:
(197,231,237)
(77%,91%,93%)

RGB channels and saturation

R 197 of 255 = 77%
G 231 of 255 = 91%
B 237 of 255 = 93%

197
231
237

R + G + B ~ 87%. #C5E7ED is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 231 + 237 = 665 (100%)
R 197 of 665 ~ 29.62%
G 231 of 665 ~ 34.74%
B 237 of 665 ~ 35.64%

%29.62
%34.74
%35.64

CMYK color model

#C5E7ED color CMYK value is (17,3,0,7).

  • cyan value is 16.88%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(17,3,0,7)
C17M3Y0K7 
(17%,3%,0%,7%)
(0.17/0.03/0.00/0.07)	

CMYK percentages

%16.88
%2.53
%0
%7.06

Codes

Color #C5E7ED in popluar color models

C5E7ED
RGB197231237
HSL189°52.63%85.10%
HSB/HSV189°16.88%92.94%
CMYK16.88%2.53%0.00%
7.06%

Color #C5E7ED in popluar number systems.

HEXC5E7ED
Decimal197231237
Binary110001011110011111101101
Octal305347355

Shades and tints

Shades of #C5E7ED

#C5E7ED
(197,231,237)
#B4D2D8
(180,210,216)
#A3BDC3
(163,189,195)
#92A8AE
(146,168,174)
#819399
(129,147,153)
#707E84
(112,126,132)
#5F696F
(95,105,111)
#4E545A
(78,84,90)
#3D3F45
(61,63,69)
#2C2A30
(44,42,48)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #C5E7ED

#C5E7ED
(197,231,237)
#CAE9EE
(202,233,238)
#CFEBEF
(207,235,239)
#D4EDF0
(212,237,240)
#D9EFF1
(217,239,241)
#DEF1F2
(222,241,242)
#E3F3F3
(227,243,243)
#E8F5F4
(232,245,244)
#EDF7F5
(237,247,245)
#F2F9F6
(242,249,246)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E7ED color. Also use rgb(197,231,237) instead hex code.

Text Font Color

.myTextColor { color: #C5E7ED; }

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

This text font color is #C5E7ED.


Background Color

.myBgColor { background-color: #C5E7ED; }

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

This div background color is #C5E7ED.


Border color

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

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

This div border color is #C5E7ED.


Opacity

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

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

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

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

This text has shadow with #C5E7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E7ED on black background.


Color preview on white background

This text has color #C5E7ED on white background.



Black color preview on #C5E7ED background

This text has black color on #C5E7ED background.


White color preview on #C5E7ED background

This text has white color on #C5E7ED background.