COLOR #C4EAFD

HEX: #C4EAFD
RGB: (196,234,253)

Color info

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

RGB color model

#C4EAFD color RGB value is (196,234,253).

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

RGB channels and saturation

R 196 of 255 = 77%
G 234 of 255 = 92%
B 253 of 255 = 99%

196
234
253

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

Portions of RGB colors in percentages

R + G + B =
196 + 234 + 253 = 683 (100%)
R 196 of 683 ~ 28.7%
G 234 of 683 ~ 34.26%
B 253 of 683 ~ 37.04%

%28.7
%34.26
%37.04

CMYK color model

#C4EAFD color CMYK value is (23,8,0,1).

  • cyan value is 22.53%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(23,8,0,1)
C23M8Y0K1 
(23%,8%,0%,1%)
(0.23/0.08/0.00/0.01)	

CMYK percentages

%22.53
%7.51
%0
%0.78

Codes

Color #C4EAFD in popluar color models

C4EAFD
RGB196234253
HSL200°93.44%88.04%
HSB/HSV200°22.53%99.22%
CMYK22.53%7.51%0.00%
0.78%

Color #C4EAFD in popluar number systems.

HEXC4EAFD
Decimal196234253
Binary110001001110101011111101
Octal304352375

Shades and tints

Shades of #C4EAFD

#C4EAFD
(196,234,253)
#B3D5E6
(179,213,230)
#A2C0CF
(162,192,207)
#91ABB8
(145,171,184)
#8096A1
(128,150,161)
#6F818A
(111,129,138)
#5E6C73
(94,108,115)
#4D575C
(77,87,92)
#3C4245
(60,66,69)
#2B2D2E
(43,45,46)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #C4EAFD

#C4EAFD
(196,234,253)
#C9EBFD
(201,235,253)
#CEECFD
(206,236,253)
#D3EDFD
(211,237,253)
#D8EEFD
(216,238,253)
#DDEFFD
(221,239,253)
#E2F0FD
(226,240,253)
#E7F1FD
(231,241,253)
#ECF2FD
(236,242,253)
#F1F3FD
(241,243,253)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EAFD color. Also use rgb(196,234,253) instead hex code.

Text Font Color

.myTextColor { color: #C4EAFD; }

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

This text font color is #C4EAFD.


Background Color

.myBgColor { background-color: #C4EAFD; }

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

This div background color is #C4EAFD.


Border color

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

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

This div border color is #C4EAFD.


Opacity

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

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

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

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

This text has shadow with #C4EAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EAFD on black background.


Color preview on white background

This text has color #C4EAFD on white background.



Black color preview on #C4EAFD background

This text has black color on #C4EAFD background.


White color preview on #C4EAFD background

This text has white color on #C4EAFD background.