COLOR #C5E5EC

HEX: #C5E5EC
RGB: (197,229,236)

Color info

#C5E5EC contains red, green and blue colors in about the same proportion. Web safe color of #C5E5EC is #CCCCFF (or #CCF).

RGB color model

#C5E5EC color RGB value is (197,229,236).

  • red value is 197;
  • green value is 229;
  • blue value is 236.
RGB:
(197,229,236)
(77%,90%,93%)

RGB channels and saturation

R 197 of 255 = 77%
G 229 of 255 = 90%
B 236 of 255 = 93%

197
229
236

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

Portions of RGB colors in percentages

R + G + B =
197 + 229 + 236 = 662 (100%)
R 197 of 662 ~ 29.76%
G 229 of 662 ~ 34.59%
B 236 of 662 ~ 35.65%

%29.76
%34.59
%35.65

CMYK color model

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

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

CMYK percentages

%16.53
%2.97
%0
%7.45

Codes

Color #C5E5EC in popluar color models

C5E5EC
RGB197229236
HSL191°50.65%84.90%
HSB/HSV191°16.53%92.55%
CMYK16.53%2.97%0.00%
7.45%

Color #C5E5EC in popluar number systems.

HEXC5E5EC
Decimal197229236
Binary110001011110010111101100
Octal305345354

Shades and tints

Shades of #C5E5EC

#C5E5EC
(197,229,236)
#B4D1D7
(180,209,215)
#A3BDC2
(163,189,194)
#92A9AD
(146,169,173)
#819598
(129,149,152)
#708183
(112,129,131)
#5F6D6E
(95,109,110)
#4E5959
(78,89,89)
#3D4544
(61,69,68)
#2C312F
(44,49,47)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #C5E5EC

#C5E5EC
(197,229,236)
#CAE7ED
(202,231,237)
#CFE9EE
(207,233,238)
#D4EBEF
(212,235,239)
#D9EDF0
(217,237,240)
#DEEFF1
(222,239,241)
#E3F1F2
(227,241,242)
#E8F3F3
(232,243,243)
#EDF5F4
(237,245,244)
#F2F7F5
(242,247,245)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E5EC color. Also use rgb(197,229,236) instead hex code.

Text Font Color

.myTextColor { color: #C5E5EC; }

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

This text font color is #C5E5EC.


Background Color

.myBgColor { background-color: #C5E5EC; }

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

This div background color is #C5E5EC.


Border color

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

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

This div border color is #C5E5EC.


Opacity

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

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

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

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

This text has shadow with #C5E5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E5EC on black background.


Color preview on white background

This text has color #C5E5EC on white background.



Black color preview on #C5E5EC background

This text has black color on #C5E5EC background.


White color preview on #C5E5EC background

This text has white color on #C5E5EC background.