COLOR #C5EAEE

HEX: #C5EAEE
RGB: (197,234,238)

Color info

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

RGB color model

#C5EAEE color RGB value is (197,234,238).

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

RGB channels and saturation

R 197 of 255 = 77%
G 234 of 255 = 92%
B 238 of 255 = 93%

197
234
238

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

Portions of RGB colors in percentages

R + G + B =
197 + 234 + 238 = 669 (100%)
R 197 of 669 ~ 29.45%
G 234 of 669 ~ 34.98%
B 238 of 669 ~ 35.58%

%29.45
%34.98
%35.58

CMYK color model

#C5EAEE color CMYK value is (17,2,0,7).

  • cyan value is 17.23%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(17,2,0,7)
C17M2Y0K7 
(17%,2%,0%,7%)
(0.17/0.02/0.00/0.07)	

CMYK percentages

%17.23
%1.68
%0
%6.67

Codes

Color #C5EAEE in popluar color models

C5EAEE
RGB197234238
HSL186°54.67%85.29%
HSB/HSV186°17.23%93.33%
CMYK17.23%1.68%0.00%
6.67%

Color #C5EAEE in popluar number systems.

HEXC5EAEE
Decimal197234238
Binary110001011110101011101110
Octal305352356

Shades and tints

Shades of #C5EAEE

#C5EAEE
(197,234,238)
#B4D5D9
(180,213,217)
#A3C0C4
(163,192,196)
#92ABAF
(146,171,175)
#81969A
(129,150,154)
#708185
(112,129,133)
#5F6C70
(95,108,112)
#4E575B
(78,87,91)
#3D4246
(61,66,70)
#2C2D31
(44,45,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #C5EAEE

#C5EAEE
(197,234,238)
#CAEBEF
(202,235,239)
#CFECF0
(207,236,240)
#D4EDF1
(212,237,241)
#D9EEF2
(217,238,242)
#DEEFF3
(222,239,243)
#E3F0F4
(227,240,244)
#E8F1F5
(232,241,245)
#EDF2F6
(237,242,246)
#F2F3F7
(242,243,247)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EAEE; }

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

This text font color is #C5EAEE.


Background Color

.myBgColor { background-color: #C5EAEE; }

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

This div background color is #C5EAEE.


Border color

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

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

This div border color is #C5EAEE.


Opacity

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

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

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

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

This text has shadow with #C5EAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EAEE on black background.


Color preview on white background

This text has color #C5EAEE on white background.



Black color preview on #C5EAEE background

This text has black color on #C5EAEE background.


White color preview on #C5EAEE background

This text has white color on #C5EAEE background.