COLOR #C4E4E7

HEX: #C4E4E7
RGB: (196,228,231)

Color info

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

RGB color model

#C4E4E7 color RGB value is (196,228,231).

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

RGB channels and saturation

R 196 of 255 = 77%
G 228 of 255 = 89%
B 231 of 255 = 91%

196
228
231

R + G + B ~ 86%. #C4E4E7 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 228 + 231 = 655 (100%)
R 196 of 655 ~ 29.92%
G 228 of 655 ~ 34.81%
B 231 of 655 ~ 35.27%

%29.92
%34.81
%35.27

CMYK color model

#C4E4E7 color CMYK value is (15,1,0,9).

  • cyan value is 15.15%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(15,1,0,9)
C15M1Y0K9 
(15%,1%,0%,9%)
(0.15/0.01/0.00/0.09)	

CMYK percentages

%15.15
%1.3
%0
%9.41

Codes

Color #C4E4E7 in popluar color models

C4E4E7
RGB196228231
HSL185°42.17%83.73%
HSB/HSV185°15.15%90.59%
CMYK15.15%1.30%0.00%
9.41%

Color #C4E4E7 in popluar number systems.

HEXC4E4E7
Decimal196228231
Binary110001001110010011100111
Octal304344347

Shades and tints

Shades of #C4E4E7

#C4E4E7
(196,228,231)
#B3D0D2
(179,208,210)
#A2BCBD
(162,188,189)
#91A8A8
(145,168,168)
#809493
(128,148,147)
#6F807E
(111,128,126)
#5E6C69
(94,108,105)
#4D5854
(77,88,84)
#3C443F
(60,68,63)
#2B302A
(43,48,42)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #C4E4E7

#C4E4E7
(196,228,231)
#C9E6E9
(201,230,233)
#CEE8EB
(206,232,235)
#D3EAED
(211,234,237)
#D8ECEF
(216,236,239)
#DDEEF1
(221,238,241)
#E2F0F3
(226,240,243)
#E7F2F5
(231,242,245)
#ECF4F7
(236,244,247)
#F1F6F9
(241,246,249)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E4E7; }

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

This text font color is #C4E4E7.


Background Color

.myBgColor { background-color: #C4E4E7; }

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

This div background color is #C4E4E7.


Border color

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

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

This div border color is #C4E4E7.


Opacity

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

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

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

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

This text has shadow with #C4E4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E4E7 on black background.


Color preview on white background

This text has color #C4E4E7 on white background.



Black color preview on #C4E4E7 background

This text has black color on #C4E4E7 background.


White color preview on #C4E4E7 background

This text has white color on #C4E4E7 background.