COLOR #C5EBFD

HEX: #C5EBFD
RGB: (197,235,253)

Color info

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

RGB color model

#C5EBFD color RGB value is (197,235,253).

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

RGB channels and saturation

R 197 of 255 = 77%
G 235 of 255 = 92%
B 253 of 255 = 99%

197
235
253

R + G + B ~ 89%. #C5EBFD is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 235 + 253 = 685 (100%)
R 197 of 685 ~ 28.76%
G 235 of 685 ~ 34.31%
B 253 of 685 ~ 36.93%

%28.76
%34.31
%36.93

CMYK color model

#C5EBFD color CMYK value is (22,7,0,1).

  • cyan value is 22.13%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(22,7,0,1)
C22M7Y0K1 
(22%,7%,0%,1%)
(0.22/0.07/0.00/0.01)	

CMYK percentages

%22.13
%7.11
%0
%0.78

Codes

Color #C5EBFD in popluar color models

C5EBFD
RGB197235253
HSL199°93.33%88.24%
HSB/HSV199°22.13%99.22%
CMYK22.13%7.11%0.00%
0.78%

Color #C5EBFD in popluar number systems.

HEXC5EBFD
Decimal197235253
Binary110001011110101111111101
Octal305353375

Shades and tints

Shades of #C5EBFD

#C5EBFD
(197,235,253)
#B4D6E6
(180,214,230)
#A3C1CF
(163,193,207)
#92ACB8
(146,172,184)
#8197A1
(129,151,161)
#70828A
(112,130,138)
#5F6D73
(95,109,115)
#4E585C
(78,88,92)
#3D4345
(61,67,69)
#2C2E2E
(44,46,46)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5EBFD

#C5EBFD
(197,235,253)
#CAECFD
(202,236,253)
#CFEDFD
(207,237,253)
#D4EEFD
(212,238,253)
#D9EFFD
(217,239,253)
#DEF0FD
(222,240,253)
#E3F1FD
(227,241,253)
#E8F2FD
(232,242,253)
#EDF3FD
(237,243,253)
#F2F4FD
(242,244,253)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EBFD; }

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

This text font color is #C5EBFD.


Background Color

.myBgColor { background-color: #C5EBFD; }

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

This div background color is #C5EBFD.


Border color

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

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

This div border color is #C5EBFD.


Opacity

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

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

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

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

This text has shadow with #C5EBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EBFD on black background.


Color preview on white background

This text has color #C5EBFD on white background.



Black color preview on #C5EBFD background

This text has black color on #C5EBFD background.


White color preview on #C5EBFD background

This text has white color on #C5EBFD background.