COLOR #C4E4FF

HEX: #C4E4FF
RGB: (196,228,255)

Color info

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

RGB color model

#C4E4FF color RGB value is (196,228,255).

  • red value is 196;
  • green value is 228;
  • blue value is 255.
RGB:
(196,228,255)
(77%,89%,100%)

RGB channels and saturation

R 196 of 255 = 77%
G 228 of 255 = 89%
B 255 of 255 = 100%

196
228
255

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

Portions of RGB colors in percentages

R + G + B =
196 + 228 + 255 = 679 (100%)
R 196 of 679 ~ 28.87%
G 228 of 679 ~ 33.58%
B 255 of 679 ~ 37.56%

%28.87
%33.58
%37.56

CMYK color model

#C4E4FF color CMYK value is (23,11,0,0).

  • cyan value is 23.14%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(23,11,0,0)
C23M11Y0K0 
(23%,11%,0%,0%)
(0.23/0.11/0.00/0.00)	

CMYK percentages

%23.14
%10.59
%0
%0

Codes

Color #C4E4FF in popluar color models

C4E4FF
RGB196228255
HSL207°100.00%88.43%
HSB/HSV207°23.14%100.00%
CMYK23.14%10.59%0.00%
0.00%

Color #C4E4FF in popluar number systems.

HEXC4E4FF
Decimal196228255
Binary110001001110010011111111
Octal304344377

Shades and tints

Shades of #C4E4FF

#C4E4FF
(196,228,255)
#B3D0E8
(179,208,232)
#A2BCD1
(162,188,209)
#91A8BA
(145,168,186)
#8094A3
(128,148,163)
#6F808C
(111,128,140)
#5E6C75
(94,108,117)
#4D585E
(77,88,94)
#3C4447
(60,68,71)
#2B3030
(43,48,48)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #C4E4FF

#C4E4FF
(196,228,255)
#C9E6FF
(201,230,255)
#CEE8FF
(206,232,255)
#D3EAFF
(211,234,255)
#D8ECFF
(216,236,255)
#DDEEFF
(221,238,255)
#E2F0FF
(226,240,255)
#E7F2FF
(231,242,255)
#ECF4FF
(236,244,255)
#F1F6FF
(241,246,255)
#F6F8FF
(246,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E4FF color. Also use rgb(196,228,255) instead hex code.

Text Font Color

.myTextColor { color: #C4E4FF; }

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

This text font color is #C4E4FF.


Background Color

.myBgColor { background-color: #C4E4FF; }

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

This div background color is #C4E4FF.


Border color

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

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

This div border color is #C4E4FF.


Opacity

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

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

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

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

This text has shadow with #C4E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E4FF on black background.


Color preview on white background

This text has color #C4E4FF on white background.



Black color preview on #C4E4FF background

This text has black color on #C4E4FF background.


White color preview on #C4E4FF background

This text has white color on #C4E4FF background.