COLOR #C4FBE6

HEX: #C4FBE6
RGB: (196,251,230)

Color info

#C4FBE6 contains red, green and blue colors in about the same proportion. Web safe color of #C4FBE6 is #CCFFCC (or #CFC).

RGB color model

#C4FBE6 color RGB value is (196,251,230).

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

RGB channels and saturation

R 196 of 255 = 77%
G 251 of 255 = 98%
B 230 of 255 = 90%

196
251
230

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

Portions of RGB colors in percentages

R + G + B =
196 + 251 + 230 = 677 (100%)
R 196 of 677 ~ 28.95%
G 251 of 677 ~ 37.08%
B 230 of 677 ~ 33.97%

%28.95
%37.08
%33.97

CMYK color model

#C4FBE6 color CMYK value is (22,0,8,2).

  • cyan value is 21.91%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 1.57%
CMYK:
(22,0,8,2)
C22M0Y8K2 
(22%,0%,8%,2%)
(0.22/0.00/0.08/0.02)	

CMYK percentages

%21.91
%0
%8.37
%1.57

Codes

Color #C4FBE6 in popluar color models

C4FBE6
RGB196251230
HSL157°87.30%87.65%
HSB/HSV157°21.91%98.43%
CMYK21.91%0.00%8.37%
1.57%

Color #C4FBE6 in popluar number systems.

HEXC4FBE6
Decimal196251230
Binary110001001111101111100110
Octal304373346

Shades and tints

Shades of #C4FBE6

#C4FBE6
(196,251,230)
#B3E5D2
(179,229,210)
#A2CFBE
(162,207,190)
#91B9AA
(145,185,170)
#80A396
(128,163,150)
#6F8D82
(111,141,130)
#5E776E
(94,119,110)
#4D615A
(77,97,90)
#3C4B46
(60,75,70)
#2B3532
(43,53,50)
#1A1F1E
(26,31,30)
#000000
(0,0,0)

Tints of #C4FBE6

#C4FBE6
(196,251,230)
#C9FBE8
(201,251,232)
#CEFBEA
(206,251,234)
#D3FBEC
(211,251,236)
#D8FBEE
(216,251,238)
#DDFBF0
(221,251,240)
#E2FBF2
(226,251,242)
#E7FBF4
(231,251,244)
#ECFBF6
(236,251,246)
#F1FBF8
(241,251,248)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FBE6; }

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

This text font color is #C4FBE6.


Background Color

.myBgColor { background-color: #C4FBE6; }

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

This div background color is #C4FBE6.


Border color

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

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

This div border color is #C4FBE6.


Opacity

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

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

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

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

This text has shadow with #C4FBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FBE6 on black background.


Color preview on white background

This text has color #C4FBE6 on white background.



Black color preview on #C4FBE6 background

This text has black color on #C4FBE6 background.


White color preview on #C4FBE6 background

This text has white color on #C4FBE6 background.