COLOR #C4F4EB

HEX: #C4F4EB
RGB: (196,244,235)

Color info

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

RGB color model

#C4F4EB color RGB value is (196,244,235).

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

RGB channels and saturation

R 196 of 255 = 77%
G 244 of 255 = 96%
B 235 of 255 = 92%

196
244
235

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

Portions of RGB colors in percentages

R + G + B =
196 + 244 + 235 = 675 (100%)
R 196 of 675 ~ 29.04%
G 244 of 675 ~ 36.15%
B 235 of 675 ~ 34.81%

%29.04
%36.15
%34.81

CMYK color model

#C4F4EB color CMYK value is (20,0,4,4).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 3.69%
  • key color value is 4.31%
CMYK:
(20,0,4,4)
C20M0Y4K4 
(20%,0%,4%,4%)
(0.20/0.00/0.04/0.04)	

CMYK percentages

%19.67
%0
%3.69
%4.31

Codes

Color #C4F4EB in popluar color models

C4F4EB
RGB196244235
HSL169°68.57%86.27%
HSB/HSV169°19.67%95.69%
CMYK19.67%0.00%3.69%
4.31%

Color #C4F4EB in popluar number systems.

HEXC4F4EB
Decimal196244235
Binary110001001111010011101011
Octal304364353

Shades and tints

Shades of #C4F4EB

#C4F4EB
(196,244,235)
#B3DED6
(179,222,214)
#A2C8C1
(162,200,193)
#91B2AC
(145,178,172)
#809C97
(128,156,151)
#6F8682
(111,134,130)
#5E706D
(94,112,109)
#4D5A58
(77,90,88)
#3C4443
(60,68,67)
#2B2E2E
(43,46,46)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #C4F4EB

#C4F4EB
(196,244,235)
#C9F5EC
(201,245,236)
#CEF6ED
(206,246,237)
#D3F7EE
(211,247,238)
#D8F8EF
(216,248,239)
#DDF9F0
(221,249,240)
#E2FAF1
(226,250,241)
#E7FBF2
(231,251,242)
#ECFCF3
(236,252,243)
#F1FDF4
(241,253,244)
#F6FEF5
(246,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F4EB; }

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

This text font color is #C4F4EB.


Background Color

.myBgColor { background-color: #C4F4EB; }

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

This div background color is #C4F4EB.


Border color

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

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

This div border color is #C4F4EB.


Opacity

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

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

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

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

This text has shadow with #C4F4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F4EB on black background.


Color preview on white background

This text has color #C4F4EB on white background.



Black color preview on #C4F4EB background

This text has black color on #C4F4EB background.


White color preview on #C4F4EB background

This text has white color on #C4F4EB background.