COLOR #C4EDEC

HEX: #C4EDEC
RGB: (196,237,236)

Color info

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

RGB color model

#C4EDEC color RGB value is (196,237,236).

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

RGB channels and saturation

R 196 of 255 = 77%
G 237 of 255 = 93%
B 236 of 255 = 93%

196
237
236

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

Portions of RGB colors in percentages

R + G + B =
196 + 237 + 236 = 669 (100%)
R 196 of 669 ~ 29.3%
G 237 of 669 ~ 35.43%
B 236 of 669 ~ 35.28%

%29.3
%35.43
%35.28

CMYK color model

#C4EDEC color CMYK value is (17,0,0,7).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.06%
CMYK:
(17,0,0,7)
C17M0Y0K7 
(17%,0%,0%,7%)
(0.17/0.00/0.00/0.07)	

CMYK percentages

%17.3
%0
%0.42
%7.06

Codes

Color #C4EDEC in popluar color models

C4EDEC
RGB196237236
HSL179°53.25%84.90%
HSB/HSV179°17.30%92.94%
CMYK17.30%0.00%0.42%
7.06%

Color #C4EDEC in popluar number systems.

HEXC4EDEC
Decimal196237236
Binary110001001110110111101100
Octal304355354

Shades and tints

Shades of #C4EDEC

#C4EDEC
(196,237,236)
#B3D8D7
(179,216,215)
#A2C3C2
(162,195,194)
#91AEAD
(145,174,173)
#809998
(128,153,152)
#6F8483
(111,132,131)
#5E6F6E
(94,111,110)
#4D5A59
(77,90,89)
#3C4544
(60,69,68)
#2B302F
(43,48,47)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #C4EDEC

#C4EDEC
(196,237,236)
#C9EEED
(201,238,237)
#CEEFEE
(206,239,238)
#D3F0EF
(211,240,239)
#D8F1F0
(216,241,240)
#DDF2F1
(221,242,241)
#E2F3F2
(226,243,242)
#E7F4F3
(231,244,243)
#ECF5F4
(236,245,244)
#F1F6F5
(241,246,245)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EDEC; }

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

This text font color is #C4EDEC.


Background Color

.myBgColor { background-color: #C4EDEC; }

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

This div background color is #C4EDEC.


Border color

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

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

This div border color is #C4EDEC.


Opacity

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

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

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

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

This text has shadow with #C4EDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EDEC on black background.


Color preview on white background

This text has color #C4EDEC on white background.



Black color preview on #C4EDEC background

This text has black color on #C4EDEC background.


White color preview on #C4EDEC background

This text has white color on #C4EDEC background.