COLOR #C5E2FD

HEX: #C5E2FD RGB: (197,226,253)

Color info

#C5E2FD contains red, green and blue colors in about the same proportion. Web safe color of #C5E2FD is #CCCCFF (or #CCF).

RGB color model

#C5E2FD color RGB value is (197,226,253).

RGB: (197,226,253) (77%, 89%, 99%)

RGB channels and saturation

R 197 of 255 = 77%
G 226 of 255 = 89%
B 253 of 255 = 99%

197
226
253

R + G + B ~ 88%. #C5E2FD is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 226 + 253 = 676 (100%)
R 197 of 676 ~ 29.14%
G 226 of 676 ~ 33.43%
B 253 of 676 ~ 37.43'%

%29.14
%33.43
%37.43

CMYK color model

#C5E2FD color CMYK value is (22,11,0,1).

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

CMYK: (22,11,0,1)
C22M11Y0K1 (22%, 11%, 0%, 1%)
(0.22 / 0.11 / 0.00 / 0.01)

CMYK percentages

%22.13
%10.67
%0
%0.78

Codes

Color #C5E2FD in popluar color models

C5 E2 FD
RGB 197 226 253
HSL 209° 93.33% 88.24%
HSB/HSV 209° 22.13% 99.22%
CMYK 22.13% 10.67% 0.00%
0.78%

Color #C5E2FD in popluar number systems.

HEX C5 E2 FD
Decimal 197 226 253
Binary 11000101 11100010 11111101
Octal 305 342 375

Shades and tints

Shades of #C5E2FD

#C5E2FD
(197,226,253)
#B4CEE6
(180,206,230)
#A3BACF
(163,186,207)
#92A6B8
(146,166,184)
#8192A1
(129,146,161)
#707E8A
(112,126,138)
#5F6A73
(95,106,115)
#4E565C
(78,86,92)
#3D4245
(61,66,69)
#2C2E2E
(44,46,46)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5E2FD

#C5E2FD
(197,226,253)
#CAE4FD
(202,228,253)
#CFE6FD
(207,230,253)
#D4E8FD
(212,232,253)
#D9EAFD
(217,234,253)
#DEECFD
(222,236,253)
#E3EEFD
(227,238,253)
#E8F0FD
(232,240,253)
#EDF2FD
(237,242,253)
#F2F4FD
(242,244,253)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E2FD; }

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

This text font color is #C5E2FD.

Background Color

.myBgColor { background-color: #C5E2FD; }

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

This div background color is #C5E2FD.

Border color

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

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

This div border color is #C5E2FD.

Opacity

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

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

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

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

This text has shadow with #C5E2FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E2FD.

Preview

Color preview on black background

This text has color #C5E2FD on black background.


Color preview on white background

This text has color #C5E2FD on white background.


Black color preview on #C5E2FD background

This text has black color on #C5E2FD background.


White color preview on #C5E2FD background

This text has white color on #C5E2FD background.


Related colors

Complementary color

Complementary color for #hex is #3A1D02.


I love getcolorcode.com

Triadic colors

1 #FDC5E2 and #E2FDC5 with #C5E2FD are triadic colors.

2 #FDE2C5 and #E2C5FD with #C5E2FD are triadic colors.