COLOR #C5F3FD

HEX: #C5F3FD
RGB: (197,243,253)

Color info

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

RGB color model

#C5F3FD color RGB value is (197,243,253).

  • red value is 197;
  • green value is 243;
  • blue value is 253.
RGB:
(197,243,253)
(77%,95%,99%)

RGB channels and saturation

R 197 of 255 = 77%
G 243 of 255 = 95%
B 253 of 255 = 99%

197
243
253

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

Portions of RGB colors in percentages

R + G + B =
197 + 243 + 253 = 693 (100%)
R 197 of 693 ~ 28.43%
G 243 of 693 ~ 35.06%
B 253 of 693 ~ 36.51%

%28.43
%35.06
%36.51

CMYK color model

#C5F3FD color CMYK value is (22,4,0,1).

  • cyan value is 22.13%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(22,4,0,1)
C22M4Y0K1 
(22%,4%,0%,1%)
(0.22/0.04/0.00/0.01)	

CMYK percentages

%22.13
%3.95
%0
%0.78

Codes

Color #C5F3FD in popluar color models

C5F3FD
RGB197243253
HSL191°93.33%88.24%
HSB/HSV191°22.13%99.22%
CMYK22.13%3.95%0.00%
0.78%

Color #C5F3FD in popluar number systems.

HEXC5F3FD
Decimal197243253
Binary110001011111001111111101
Octal305363375

Shades and tints

Shades of #C5F3FD

#C5F3FD
(197,243,253)
#B4DDE6
(180,221,230)
#A3C7CF
(163,199,207)
#92B1B8
(146,177,184)
#819BA1
(129,155,161)
#70858A
(112,133,138)
#5F6F73
(95,111,115)
#4E595C
(78,89,92)
#3D4345
(61,67,69)
#2C2D2E
(44,45,46)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5F3FD

#C5F3FD
(197,243,253)
#CAF4FD
(202,244,253)
#CFF5FD
(207,245,253)
#D4F6FD
(212,246,253)
#D9F7FD
(217,247,253)
#DEF8FD
(222,248,253)
#E3F9FD
(227,249,253)
#E8FAFD
(232,250,253)
#EDFBFD
(237,251,253)
#F2FCFD
(242,252,253)
#F7FDFD
(247,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F3FD color. Also use rgb(197,243,253) instead hex code.

Text Font Color

.myTextColor { color: #C5F3FD; }

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

This text font color is #C5F3FD.


Background Color

.myBgColor { background-color: #C5F3FD; }

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

This div background color is #C5F3FD.


Border color

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

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

This div border color is #C5F3FD.


Opacity

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

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

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

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

This text has shadow with #C5F3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F3FD on black background.


Color preview on white background

This text has color #C5F3FD on white background.



Black color preview on #C5F3FD background

This text has black color on #C5F3FD background.


White color preview on #C5F3FD background

This text has white color on #C5F3FD background.