COLOR #C5F1FD

HEX: #C5F1FD RGB: (197,241,253)

Color info

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

RGB color model

#C5F1FD color RGB value is (197,241,253).

RGB: (197,241,253) (77%, 95%, 99%)

RGB channels and saturation

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

197
241
253

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

Portions of RGB colors in percentages

R + G + B = 197 + 241 + 253 = 691 (100%)
R 197 of 691 ~ 28.51%
G 241 of 691 ~ 34.88%
B 253 of 691 ~ 36.61'%

%28.51
%34.88
%36.61

CMYK color model

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

  • cyan value is 22.13%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (22,5,0,1)
C22M5Y0K1 (22%, 5%, 0%, 1%)
(0.22 / 0.05 / 0.00 / 0.01)

CMYK percentages

%22.13
%4.74
%0
%0.78

Codes

Color #C5F1FD in popluar color models

C5 F1 FD
RGB 197 241 253
HSL 193° 93.33% 88.24%
HSB/HSV 193° 22.13% 99.22%
CMYK 22.13% 4.74% 0.00%
0.78%

Color #C5F1FD in popluar number systems.

HEX C5 F1 FD
Decimal 197 241 253
Binary 11000101 11110001 11111101
Octal 305 361 375

Shades and tints

Shades of #C5F1FD

#C5F1FD
(197,241,253)
#B4DCE6
(180,220,230)
#A3C7CF
(163,199,207)
#92B2B8
(146,178,184)
#819DA1
(129,157,161)
#70888A
(112,136,138)
#5F7373
(95,115,115)
#4E5E5C
(78,94,92)
#3D4945
(61,73,69)
#2C342E
(44,52,46)
#1B1F17
(27,31,23)
#000000
(0,0,0)

Tints of #C5F1FD

#C5F1FD
(197,241,253)
#CAF2FD
(202,242,253)
#CFF3FD
(207,243,253)
#D4F4FD
(212,244,253)
#D9F5FD
(217,245,253)
#DEF6FD
(222,246,253)
#E3F7FD
(227,247,253)
#E8F8FD
(232,248,253)
#EDF9FD
(237,249,253)
#F2FAFD
(242,250,253)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F1FD; }

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

This text font color is #C5F1FD.

Background Color

.myBgColor { background-color: #C5F1FD; }

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

This div background color is #C5F1FD.

Border color

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

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

This div border color is #C5F1FD.

Opacity

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

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

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

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

This text has shadow with #C5F1FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F1FD.

Preview

Color preview on black background

This text has color #C5F1FD on black background.


Color preview on white background

This text has color #C5F1FD on white background.


Black color preview on #C5F1FD background

This text has black color on #C5F1FD background.


White color preview on #C5F1FD background

This text has white color on #C5F1FD background.


Related colors

Complementary color

Complementary color for #hex is #3A0E02.


I love getcolorcode.com

Triadic colors

1 #FDC5F1 and #F1FDC5 with #C5F1FD are triadic colors.

2 #FDF1C5 and #F1C5FD with #C5F1FD are triadic colors.