COLOR #C5F2FE

HEX: #C5F2FE RGB: (197,242,254)

Color info

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

RGB color model

#C5F2FE color RGB value is (197,242,254).

RGB: (197,242,254) (77%, 95%, 100%)

RGB channels and saturation

R 197 of 255 = 77%
G 242 of 255 = 95%
B 254 of 255 = 100%

197
242
254

R + G + B ~ 91%. #C5F2FE is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 242 + 254 = 693 (100%)
R 197 of 693 ~ 28.43%
G 242 of 693 ~ 34.92%
B 254 of 693 ~ 36.65'%

%28.43
%34.92
%36.65

CMYK color model

#C5F2FE color CMYK value is (22,5,0,0).

  • cyan value is 22.44%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (22,5,0,0) C22M5Y0K0 (22%,5%,0%,0%) (0.22/0.05/0.00/0.00) 

CMYK percentages

%22.44
%4.72
%0
%0.39

Codes

Color #C5F2FE in popluar color models

C5 F2 FE
RGB 197 242 254
HSL 193° 96.61% 88.43%
HSB/HSV 193° 22.44% 99.61%
CMYK 22.44% 4.72% 0.00%
0.39%

Color #C5F2FE in popluar number systems.

HEX C5 F2 FE
Decimal 197 242 254
Binary 11000101 11110010 11111110
Octal 305 362 376

Shades and tints

Shades of #C5F2FE

#C5F2FE
(197,242,254)
#B4DCE7
(180,220,231)
#A3C6D0
(163,198,208)
#92B0B9
(146,176,185)
#819AA2
(129,154,162)
#70848B
(112,132,139)
#5F6E74
(95,110,116)
#4E585D
(78,88,93)
#3D4246
(61,66,70)
#2C2C2F
(44,44,47)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5F2FE

#C5F2FE
(197,242,254)
#CAF3FE
(202,243,254)
#CFF4FE
(207,244,254)
#D4F5FE
(212,245,254)
#D9F6FE
(217,246,254)
#DEF7FE
(222,247,254)
#E3F8FE
(227,248,254)
#E8F9FE
(232,249,254)
#EDFAFE
(237,250,254)
#F2FBFE
(242,251,254)
#F7FCFE
(247,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F2FE color. Also use rgb(197,242,254) instead hex code.

Text Font Color

.myTextColor { color: #C5F2FE; }

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

This text font color is #C5F2FE.


Background Color

.myBgColor { background-color: #C5F2FE; }

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

This div background color is #C5F2FE.


Border color

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

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

This div border color is #C5F2FE.


Opacity

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

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

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

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

This text has shadow with #C5F2FE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5F2FE on black background.


Color preview on white background

This text has color #C5F2FE on white background.



Black color preview on #C5F2FE background

This text has black color on #C5F2FE background.


White color preview on #C5F2FE background

This text has white color on #C5F2FE background.