COLOR #C4F0EC

HEX: #C4F0EC
RGB: (196,240,236)

Color info

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

RGB color model

#C4F0EC color RGB value is (196,240,236).

  • red value is 196;
  • green value is 240;
  • blue value is 236.
RGB:
(196,240,236)
(77%,94%,93%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 236 of 255 = 93%

196
240
236

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

Portions of RGB colors in percentages

R + G + B =
196 + 240 + 236 = 672 (100%)
R 196 of 672 ~ 29.17%
G 240 of 672 ~ 35.71%
B 236 of 672 ~ 35.12%

%29.17
%35.71
%35.12

CMYK color model

#C4F0EC color CMYK value is (18,0,2,6).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 5.88%
CMYK:
(18,0,2,6)
C18M0Y2K6 
(18%,0%,2%,6%)
(0.18/0.00/0.02/0.06)	

CMYK percentages

%18.33
%0
%1.67
%5.88

Codes

Color #C4F0EC in popluar color models

C4F0EC
RGB196240236
HSL175°59.46%85.49%
HSB/HSV175°18.33%94.12%
CMYK18.33%0.00%1.67%
5.88%

Color #C4F0EC in popluar number systems.

HEXC4F0EC
Decimal196240236
Binary110001001111000011101100
Octal304360354

Shades and tints

Shades of #C4F0EC

#C4F0EC
(196,240,236)
#B3DBD7
(179,219,215)
#A2C6C2
(162,198,194)
#91B1AD
(145,177,173)
#809C98
(128,156,152)
#6F8783
(111,135,131)
#5E726E
(94,114,110)
#4D5D59
(77,93,89)
#3C4844
(60,72,68)
#2B332F
(43,51,47)
#1A1E1A
(26,30,26)
#000000
(0,0,0)

Tints of #C4F0EC

#C4F0EC
(196,240,236)
#C9F1ED
(201,241,237)
#CEF2EE
(206,242,238)
#D3F3EF
(211,243,239)
#D8F4F0
(216,244,240)
#DDF5F1
(221,245,241)
#E2F6F2
(226,246,242)
#E7F7F3
(231,247,243)
#ECF8F4
(236,248,244)
#F1F9F5
(241,249,245)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F0EC color. Also use rgb(196,240,236) instead hex code.

Text Font Color

.myTextColor { color: #C4F0EC; }

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

This text font color is #C4F0EC.


Background Color

.myBgColor { background-color: #C4F0EC; }

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

This div background color is #C4F0EC.


Border color

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

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

This div border color is #C4F0EC.


Opacity

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

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

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

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

This text has shadow with #C4F0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F0EC on black background.


Color preview on white background

This text has color #C4F0EC on white background.



Black color preview on #C4F0EC background

This text has black color on #C4F0EC background.


White color preview on #C4F0EC background

This text has white color on #C4F0EC background.