COLOR #C4E2F9

HEX: #C4E2F9
RGB: (196,226,249)

Color info

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

RGB color model

#C4E2F9 color RGB value is (196,226,249).

  • red value is 196;
  • green value is 226;
  • blue value is 249.
RGB:
(196,226,249)
(77%,89%,98%)

RGB channels and saturation

R 196 of 255 = 77%
G 226 of 255 = 89%
B 249 of 255 = 98%

196
226
249

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

Portions of RGB colors in percentages

R + G + B =
196 + 226 + 249 = 671 (100%)
R 196 of 671 ~ 29.21%
G 226 of 671 ~ 33.68%
B 249 of 671 ~ 37.11%

%29.21
%33.68
%37.11

CMYK color model

#C4E2F9 color CMYK value is (21,9,0,2).

  • cyan value is 21.29%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(21,9,0,2)
C21M9Y0K2 
(21%,9%,0%,2%)
(0.21/0.09/0.00/0.02)	

CMYK percentages

%21.29
%9.24
%0
%2.35

Codes

Color #C4E2F9 in popluar color models

C4E2F9
RGB196226249
HSL206°81.54%87.25%
HSB/HSV206°21.29%97.65%
CMYK21.29%9.24%0.00%
2.35%

Color #C4E2F9 in popluar number systems.

HEXC4E2F9
Decimal196226249
Binary110001001110001011111001
Octal304342371

Shades and tints

Shades of #C4E2F9

#C4E2F9
(196,226,249)
#B3CEE3
(179,206,227)
#A2BACD
(162,186,205)
#91A6B7
(145,166,183)
#8092A1
(128,146,161)
#6F7E8B
(111,126,139)
#5E6A75
(94,106,117)
#4D565F
(77,86,95)
#3C4249
(60,66,73)
#2B2E33
(43,46,51)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #C4E2F9

#C4E2F9
(196,226,249)
#C9E4F9
(201,228,249)
#CEE6F9
(206,230,249)
#D3E8F9
(211,232,249)
#D8EAF9
(216,234,249)
#DDECF9
(221,236,249)
#E2EEF9
(226,238,249)
#E7F0F9
(231,240,249)
#ECF2F9
(236,242,249)
#F1F4F9
(241,244,249)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E2F9 color. Also use rgb(196,226,249) instead hex code.

Text Font Color

.myTextColor { color: #C4E2F9; }

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

This text font color is #C4E2F9.


Background Color

.myBgColor { background-color: #C4E2F9; }

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

This div background color is #C4E2F9.


Border color

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

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

This div border color is #C4E2F9.


Opacity

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

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

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

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

This text has shadow with #C4E2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E2F9 on black background.


Color preview on white background

This text has color #C4E2F9 on white background.



Black color preview on #C4E2F9 background

This text has black color on #C4E2F9 background.


White color preview on #C4E2F9 background

This text has white color on #C4E2F9 background.