COLOR #C5EFF9

HEX: #C5EFF9
RGB: (197,239,249)

Color info

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

RGB color model

#C5EFF9 color RGB value is (197,239,249).

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

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 249 of 255 = 98%

197
239
249

R + G + B ~ 90%. #C5EFF9 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 239 + 249 = 685 (100%)
R 197 of 685 ~ 28.76%
G 239 of 685 ~ 34.89%
B 249 of 685 ~ 36.35%

%28.76
%34.89
%36.35

CMYK color model

#C5EFF9 color CMYK value is (21,4,0,2).

  • cyan value is 20.88%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(21,4,0,2)
C21M4Y0K2 
(21%,4%,0%,2%)
(0.21/0.04/0.00/0.02)	

CMYK percentages

%20.88
%4.02
%0
%2.35

Codes

Color #C5EFF9 in popluar color models

C5EFF9
RGB197239249
HSL192°81.25%87.45%
HSB/HSV192°20.88%97.65%
CMYK20.88%4.02%0.00%
2.35%

Color #C5EFF9 in popluar number systems.

HEXC5EFF9
Decimal197239249
Binary110001011110111111111001
Octal305357371

Shades and tints

Shades of #C5EFF9

#C5EFF9
(197,239,249)
#B4DAE3
(180,218,227)
#A3C5CD
(163,197,205)
#92B0B7
(146,176,183)
#819BA1
(129,155,161)
#70868B
(112,134,139)
#5F7175
(95,113,117)
#4E5C5F
(78,92,95)
#3D4749
(61,71,73)
#2C3233
(44,50,51)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #C5EFF9

#C5EFF9
(197,239,249)
#CAF0F9
(202,240,249)
#CFF1F9
(207,241,249)
#D4F2F9
(212,242,249)
#D9F3F9
(217,243,249)
#DEF4F9
(222,244,249)
#E3F5F9
(227,245,249)
#E8F6F9
(232,246,249)
#EDF7F9
(237,247,249)
#F2F8F9
(242,248,249)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EFF9; }

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

This text font color is #C5EFF9.


Background Color

.myBgColor { background-color: #C5EFF9; }

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

This div background color is #C5EFF9.


Border color

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

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

This div border color is #C5EFF9.


Opacity

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

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

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

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

This text has shadow with #C5EFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFF9 on black background.


Color preview on white background

This text has color #C5EFF9 on white background.



Black color preview on #C5EFF9 background

This text has black color on #C5EFF9 background.


White color preview on #C5EFF9 background

This text has white color on #C5EFF9 background.