COLOR #C4EEEB

HEX: #C4EEEB
RGB: (196,238,235)

Color info

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

RGB color model

#C4EEEB color RGB value is (196,238,235).

  • red value is 196;
  • green value is 238;
  • blue value is 235.
RGB:
(196,238,235)
(77%,93%,92%)

RGB channels and saturation

R 196 of 255 = 77%
G 238 of 255 = 93%
B 235 of 255 = 92%

196
238
235

R + G + B ~ 87%. #C4EEEB is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 238 + 235 = 669 (100%)
R 196 of 669 ~ 29.3%
G 238 of 669 ~ 35.58%
B 235 of 669 ~ 35.13%

%29.3
%35.58
%35.13

CMYK color model

#C4EEEB color CMYK value is (18,0,1,7).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.67%
CMYK:
(18,0,1,7)
C18M0Y1K7 
(18%,0%,1%,7%)
(0.18/0.00/0.01/0.07)	

CMYK percentages

%17.65
%0
%1.26
%6.67

Codes

Color #C4EEEB in popluar color models

C4EEEB
RGB196238235
HSL176°55.26%85.10%
HSB/HSV176°17.65%93.33%
CMYK17.65%0.00%1.26%
6.67%

Color #C4EEEB in popluar number systems.

HEXC4EEEB
Decimal196238235
Binary110001001110111011101011
Octal304356353

Shades and tints

Shades of #C4EEEB

#C4EEEB
(196,238,235)
#B3D9D6
(179,217,214)
#A2C4C1
(162,196,193)
#91AFAC
(145,175,172)
#809A97
(128,154,151)
#6F8582
(111,133,130)
#5E706D
(94,112,109)
#4D5B58
(77,91,88)
#3C4643
(60,70,67)
#2B312E
(43,49,46)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #C4EEEB

#C4EEEB
(196,238,235)
#C9EFEC
(201,239,236)
#CEF0ED
(206,240,237)
#D3F1EE
(211,241,238)
#D8F2EF
(216,242,239)
#DDF3F0
(221,243,240)
#E2F4F1
(226,244,241)
#E7F5F2
(231,245,242)
#ECF6F3
(236,246,243)
#F1F7F4
(241,247,244)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EEEB color. Also use rgb(196,238,235) instead hex code.

Text Font Color

.myTextColor { color: #C4EEEB; }

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

This text font color is #C4EEEB.


Background Color

.myBgColor { background-color: #C4EEEB; }

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

This div background color is #C4EEEB.


Border color

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

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

This div border color is #C4EEEB.


Opacity

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

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

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

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

This text has shadow with #C4EEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EEEB on black background.


Color preview on white background

This text has color #C4EEEB on white background.



Black color preview on #C4EEEB background

This text has black color on #C4EEEB background.


White color preview on #C4EEEB background

This text has white color on #C4EEEB background.