COLOR #C5E0EA

HEX: #C5E0EA
RGB: (197,224,234)

Color info

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

RGB color model

#C5E0EA color RGB value is (197,224,234).

  • red value is 197;
  • green value is 224;
  • blue value is 234.
RGB:
(197,224,234)
(77%,88%,92%)

RGB channels and saturation

R 197 of 255 = 77%
G 224 of 255 = 88%
B 234 of 255 = 92%

197
224
234

R + G + B ~ 86%. #C5E0EA is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 224 + 234 = 655 (100%)
R 197 of 655 ~ 30.08%
G 224 of 655 ~ 34.2%
B 234 of 655 ~ 35.73%

%30.08
%34.2
%35.73

CMYK color model

#C5E0EA color CMYK value is (16,4,0,8).

  • cyan value is 15.81%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(16,4,0,8)
C16M4Y0K8 
(16%,4%,0%,8%)
(0.16/0.04/0.00/0.08)	

CMYK percentages

%15.81
%4.27
%0
%8.24

Codes

Color #C5E0EA in popluar color models

C5E0EA
RGB197224234
HSL196°46.84%84.51%
HSB/HSV196°15.81%91.76%
CMYK15.81%4.27%0.00%
8.24%

Color #C5E0EA in popluar number systems.

HEXC5E0EA
Decimal197224234
Binary110001011110000011101010
Octal305340352

Shades and tints

Shades of #C5E0EA

#C5E0EA
(197,224,234)
#B4CCD5
(180,204,213)
#A3B8C0
(163,184,192)
#92A4AB
(146,164,171)
#819096
(129,144,150)
#707C81
(112,124,129)
#5F686C
(95,104,108)
#4E5457
(78,84,87)
#3D4042
(61,64,66)
#2C2C2D
(44,44,45)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #C5E0EA

#C5E0EA
(197,224,234)
#CAE2EB
(202,226,235)
#CFE4EC
(207,228,236)
#D4E6ED
(212,230,237)
#D9E8EE
(217,232,238)
#DEEAEF
(222,234,239)
#E3ECF0
(227,236,240)
#E8EEF1
(232,238,241)
#EDF0F2
(237,240,242)
#F2F2F3
(242,242,243)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E0EA color. Also use rgb(197,224,234) instead hex code.

Text Font Color

.myTextColor { color: #C5E0EA; }

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

This text font color is #C5E0EA.


Background Color

.myBgColor { background-color: #C5E0EA; }

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

This div background color is #C5E0EA.


Border color

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

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

This div border color is #C5E0EA.


Opacity

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

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

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

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

This text has shadow with #C5E0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E0EA on black background.


Color preview on white background

This text has color #C5E0EA on white background.



Black color preview on #C5E0EA background

This text has black color on #C5E0EA background.


White color preview on #C5E0EA background

This text has white color on #C5E0EA background.