COLOR #C5EAF9

HEX: #C5EAF9
RGB: (197,234,249)

Color info

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

RGB color model

#C5EAF9 color RGB value is (197,234,249).

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

RGB channels and saturation

R 197 of 255 = 77%
G 234 of 255 = 92%
B 249 of 255 = 98%

197
234
249

R + G + B ~ 89%. #C5EAF9 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 234 + 249 = 680 (100%)
R 197 of 680 ~ 28.97%
G 234 of 680 ~ 34.41%
B 249 of 680 ~ 36.62%

%28.97
%34.41
%36.62

CMYK color model

#C5EAF9 color CMYK value is (21,6,0,2).

  • cyan value is 20.88%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(21,6,0,2)
C21M6Y0K2 
(21%,6%,0%,2%)
(0.21/0.06/0.00/0.02)	

CMYK percentages

%20.88
%6.02
%0
%2.35

Codes

Color #C5EAF9 in popluar color models

C5EAF9
RGB197234249
HSL197°81.25%87.45%
HSB/HSV197°20.88%97.65%
CMYK20.88%6.02%0.00%
2.35%

Color #C5EAF9 in popluar number systems.

HEXC5EAF9
Decimal197234249
Binary110001011110101011111001
Octal305352371

Shades and tints

Shades of #C5EAF9

#C5EAF9
(197,234,249)
#B4D5E3
(180,213,227)
#A3C0CD
(163,192,205)
#92ABB7
(146,171,183)
#8196A1
(129,150,161)
#70818B
(112,129,139)
#5F6C75
(95,108,117)
#4E575F
(78,87,95)
#3D4249
(61,66,73)
#2C2D33
(44,45,51)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #C5EAF9

#C5EAF9
(197,234,249)
#CAEBF9
(202,235,249)
#CFECF9
(207,236,249)
#D4EDF9
(212,237,249)
#D9EEF9
(217,238,249)
#DEEFF9
(222,239,249)
#E3F0F9
(227,240,249)
#E8F1F9
(232,241,249)
#EDF2F9
(237,242,249)
#F2F3F9
(242,243,249)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EAF9; }

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

This text font color is #C5EAF9.


Background Color

.myBgColor { background-color: #C5EAF9; }

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

This div background color is #C5EAF9.


Border color

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

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

This div border color is #C5EAF9.


Opacity

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

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

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

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

This text has shadow with #C5EAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EAF9 on black background.


Color preview on white background

This text has color #C5EAF9 on white background.



Black color preview on #C5EAF9 background

This text has black color on #C5EAF9 background.


White color preview on #C5EAF9 background

This text has white color on #C5EAF9 background.