COLOR #C5F4FB

HEX: #C5F4FB RGB: (197,244,251)

Color info

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

RGB color model

#C5F4FB color RGB value is (197,244,251).

RGB: (197,244,251) (77%, 96%, 98%)

RGB channels and saturation

R 197 of 255 = 77%
G 244 of 255 = 96%
B 251 of 255 = 98%

197
244
251

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

Portions of RGB colors in percentages

R + G + B = 197 + 244 + 251 = 692 (100%)
R 197 of 692 ~ 28.47%
G 244 of 692 ~ 35.26%
B 251 of 692 ~ 36.27'%

%28.47
%35.26
%36.27

CMYK color model

#C5F4FB color CMYK value is (22,3,0,2).

  • cyan value is 21.51%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (22,3,0,2)
C22M3Y0K2 (22%, 3%, 0%, 2%)
(0.22 / 0.03 / 0.00 / 0.02)

CMYK percentages

%21.51
%2.79
%0
%1.57

Codes

Color #C5F4FB in popluar color models

C5 F4 FB
RGB 197 244 251
HSL 188° 87.10% 87.84%
HSB/HSV 188° 21.51% 98.43%
CMYK 21.51% 2.79% 0.00%
1.57%

Color #C5F4FB in popluar number systems.

HEX C5 F4 FB
Decimal 197 244 251
Binary 11000101 11110100 11111011
Octal 305 364 373

Shades and tints

Shades of #C5F4FB

#C5F4FB
(197,244,251)
#B4DEE5
(180,222,229)
#A3C8CF
(163,200,207)
#92B2B9
(146,178,185)
#819CA3
(129,156,163)
#70868D
(112,134,141)
#5F7077
(95,112,119)
#4E5A61
(78,90,97)
#3D444B
(61,68,75)
#2C2E35
(44,46,53)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #C5F4FB

#C5F4FB
(197,244,251)
#CAF5FB
(202,245,251)
#CFF6FB
(207,246,251)
#D4F7FB
(212,247,251)
#D9F8FB
(217,248,251)
#DEF9FB
(222,249,251)
#E3FAFB
(227,250,251)
#E8FBFB
(232,251,251)
#EDFCFB
(237,252,251)
#F2FDFB
(242,253,251)
#F7FEFB
(247,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F4FB color. Also use rgb(197,244,251) instead hex code.

Text Font Color

.myTextColor { color: #C5F4FB; }

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

This text font color is #C5F4FB.

Background Color

.myBgColor { background-color: #C5F4FB; }

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

This div background color is #C5F4FB.

Border color

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

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

This div border color is #C5F4FB.

Opacity

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

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

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

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

This text has shadow with #C5F4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F4FB.

Preview

Color preview on black background

This text has color #C5F4FB on black background.


Color preview on white background

This text has color #C5F4FB on white background.


Black color preview on #C5F4FB background

This text has black color on #C5F4FB background.


White color preview on #C5F4FB background

This text has white color on #C5F4FB background.


Related colors

Complementary color

Complementary color for #hex is #3A0B04.


I love getcolorcode.com

Triadic colors

1 #FBC5F4 and #F4FBC5 with #C5F4FB are triadic colors.

2 #FBF4C5 and #F4C5FB with #C5F4FB are triadic colors.