COLOR #C5E6EC

HEX: #C5E6EC
RGB: (197,230,236)

Color info

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

RGB color model

#C5E6EC color RGB value is (197,230,236).

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

RGB channels and saturation

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

197
230
236

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

Portions of RGB colors in percentages

R + G + B =
197 + 230 + 236 = 663 (100%)
R 197 of 663 ~ 29.71%
G 230 of 663 ~ 34.69%
B 236 of 663 ~ 35.6%

%29.71
%34.69
%35.6

CMYK color model

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

  • cyan value is 16.53%
  • magenta value is 2.54%
  • 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.54
%0
%7.45

Codes

Color #C5E6EC in popluar color models

C5E6EC
RGB197230236
HSL189°50.65%84.90%
HSB/HSV189°16.53%92.55%
CMYK16.53%2.54%0.00%
7.45%

Color #C5E6EC in popluar number systems.

HEXC5E6EC
Decimal197230236
Binary110001011110011011101100
Octal305346354

Shades and tints

Shades of #C5E6EC

#C5E6EC
(197,230,236)
#B4D2D7
(180,210,215)
#A3BEC2
(163,190,194)
#92AAAD
(146,170,173)
#819698
(129,150,152)
#708283
(112,130,131)
#5F6E6E
(95,110,110)
#4E5A59
(78,90,89)
#3D4644
(61,70,68)
#2C322F
(44,50,47)
#1B1E1A
(27,30,26)
#000000
(0,0,0)

Tints of #C5E6EC

#C5E6EC
(197,230,236)
#CAE8ED
(202,232,237)
#CFEAEE
(207,234,238)
#D4ECEF
(212,236,239)
#D9EEF0
(217,238,240)
#DEF0F1
(222,240,241)
#E3F2F2
(227,242,242)
#E8F4F3
(232,244,243)
#EDF6F4
(237,246,244)
#F2F8F5
(242,248,245)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E6EC; }

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

This text font color is #C5E6EC.


Background Color

.myBgColor { background-color: #C5E6EC; }

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

This div background color is #C5E6EC.


Border color

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

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

This div border color is #C5E6EC.


Opacity

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

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

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

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

This text has shadow with #C5E6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E6EC on black background.


Color preview on white background

This text has color #C5E6EC on white background.



Black color preview on #C5E6EC background

This text has black color on #C5E6EC background.


White color preview on #C5E6EC background

This text has white color on #C5E6EC background.