COLOR #C5E4F0

HEX: #C5E4F0
RGB: (197,228,240)

Color info

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

RGB color model

#C5E4F0 color RGB value is (197,228,240).

  • red value is 197;
  • green value is 228;
  • blue value is 240.
RGB:
(197,228,240)
(77%,89%,94%)

RGB channels and saturation

R 197 of 255 = 77%
G 228 of 255 = 89%
B 240 of 255 = 94%

197
228
240

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

Portions of RGB colors in percentages

R + G + B =
197 + 228 + 240 = 665 (100%)
R 197 of 665 ~ 29.62%
G 228 of 665 ~ 34.29%
B 240 of 665 ~ 36.09%

%29.62
%34.29
%36.09

CMYK color model

#C5E4F0 color CMYK value is (18,5,0,6).

  • cyan value is 17.92%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(18,5,0,6)
C18M5Y0K6 
(18%,5%,0%,6%)
(0.18/0.05/0.00/0.06)	

CMYK percentages

%17.92
%5
%0
%5.88

Codes

Color #C5E4F0 in popluar color models

C5E4F0
RGB197228240
HSL197°58.90%85.69%
HSB/HSV197°17.92%94.12%
CMYK17.92%5.00%0.00%
5.88%

Color #C5E4F0 in popluar number systems.

HEXC5E4F0
Decimal197228240
Binary110001011110010011110000
Octal305344360

Shades and tints

Shades of #C5E4F0

#C5E4F0
(197,228,240)
#B4D0DB
(180,208,219)
#A3BCC6
(163,188,198)
#92A8B1
(146,168,177)
#81949C
(129,148,156)
#708087
(112,128,135)
#5F6C72
(95,108,114)
#4E585D
(78,88,93)
#3D4448
(61,68,72)
#2C3033
(44,48,51)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #C5E4F0

#C5E4F0
(197,228,240)
#CAE6F1
(202,230,241)
#CFE8F2
(207,232,242)
#D4EAF3
(212,234,243)
#D9ECF4
(217,236,244)
#DEEEF5
(222,238,245)
#E3F0F6
(227,240,246)
#E8F2F7
(232,242,247)
#EDF4F8
(237,244,248)
#F2F6F9
(242,246,249)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E4F0 color. Also use rgb(197,228,240) instead hex code.

Text Font Color

.myTextColor { color: #C5E4F0; }

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

This text font color is #C5E4F0.


Background Color

.myBgColor { background-color: #C5E4F0; }

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

This div background color is #C5E4F0.


Border color

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

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

This div border color is #C5E4F0.


Opacity

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

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

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

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

This text has shadow with #C5E4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E4F0 on black background.


Color preview on white background

This text has color #C5E4F0 on white background.



Black color preview on #C5E4F0 background

This text has black color on #C5E4F0 background.


White color preview on #C5E4F0 background

This text has white color on #C5E4F0 background.