COLOR #C4FBEE

HEX: #C4FBEE
RGB: (196,251,238)

Color info

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

RGB color model

#C4FBEE color RGB value is (196,251,238).

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

RGB channels and saturation

R 196 of 255 = 77%
G 251 of 255 = 98%
B 238 of 255 = 93%

196
251
238

R + G + B ~ 89%. #C4FBEE is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 251 + 238 = 685 (100%)
R 196 of 685 ~ 28.61%
G 251 of 685 ~ 36.64%
B 238 of 685 ~ 34.74%

%28.61
%36.64
%34.74

CMYK color model

#C4FBEE color CMYK value is (22,0,5,2).

  • cyan value is 21.91%
  • magenta value is 0.00%
  • yellow value is 5.18%
  • key color value is 1.57%
CMYK:
(22,0,5,2)
C22M0Y5K2 
(22%,0%,5%,2%)
(0.22/0.00/0.05/0.02)	

CMYK percentages

%21.91
%0
%5.18
%1.57

Codes

Color #C4FBEE in popluar color models

C4FBEE
RGB196251238
HSL166°87.30%87.65%
HSB/HSV166°21.91%98.43%
CMYK21.91%0.00%5.18%
1.57%

Color #C4FBEE in popluar number systems.

HEXC4FBEE
Decimal196251238
Binary110001001111101111101110
Octal304373356

Shades and tints

Shades of #C4FBEE

#C4FBEE
(196,251,238)
#B3E5D9
(179,229,217)
#A2CFC4
(162,207,196)
#91B9AF
(145,185,175)
#80A39A
(128,163,154)
#6F8D85
(111,141,133)
#5E7770
(94,119,112)
#4D615B
(77,97,91)
#3C4B46
(60,75,70)
#2B3531
(43,53,49)
#1A1F1C
(26,31,28)
#000000
(0,0,0)

Tints of #C4FBEE

#C4FBEE
(196,251,238)
#C9FBEF
(201,251,239)
#CEFBF0
(206,251,240)
#D3FBF1
(211,251,241)
#D8FBF2
(216,251,242)
#DDFBF3
(221,251,243)
#E2FBF4
(226,251,244)
#E7FBF5
(231,251,245)
#ECFBF6
(236,251,246)
#F1FBF7
(241,251,247)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FBEE; }

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

This text font color is #C4FBEE.


Background Color

.myBgColor { background-color: #C4FBEE; }

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

This div background color is #C4FBEE.


Border color

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

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

This div border color is #C4FBEE.


Opacity

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

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

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

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

This text has shadow with #C4FBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FBEE on black background.


Color preview on white background

This text has color #C4FBEE on white background.



Black color preview on #C4FBEE background

This text has black color on #C4FBEE background.


White color preview on #C4FBEE background

This text has white color on #C4FBEE background.