COLOR #C4F8BE

HEX: #C4F8BE
RGB: (196,248,190)

Color info

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

RGB color model

#C4F8BE color RGB value is (196,248,190).

  • red value is 196;
  • green value is 248;
  • blue value is 190.
RGB:
(196,248,190)
(77%,97%,75%)

RGB channels and saturation

R 196 of 255 = 77%
G 248 of 255 = 97%
B 190 of 255 = 75%

196
248
190

R + G + B ~ 83%. #C4F8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 248 + 190 = 634 (100%)
R 196 of 634 ~ 30.91%
G 248 of 634 ~ 39.12%
B 190 of 634 ~ 29.97%

%30.91
%39.12
%29.97

CMYK color model

#C4F8BE color CMYK value is (21,0,23,3).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 2.75%
CMYK:
(21,0,23,3)
C21M0Y23K3 
(21%,0%,23%,3%)
(0.21/0.00/0.23/0.03)	

CMYK percentages

%20.97
%0
%23.39
%2.75

Codes

Color #C4F8BE in popluar color models

C4F8BE
RGB196248190
HSL114°80.56%85.88%
HSB/HSV114°23.39%97.25%
CMYK20.97%0.00%23.39%
2.75%

Color #C4F8BE in popluar number systems.

HEXC4F8BE
Decimal196248190
Binary110001001111100010111110
Octal304370276

Shades and tints

Shades of #C4F8BE

#C4F8BE
(196,248,190)
#B3E2AD
(179,226,173)
#A2CC9C
(162,204,156)
#91B68B
(145,182,139)
#80A07A
(128,160,122)
#6F8A69
(111,138,105)
#5E7458
(94,116,88)
#4D5E47
(77,94,71)
#3C4836
(60,72,54)
#2B3225
(43,50,37)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #C4F8BE

#C4F8BE
(196,248,190)
#C9F8C3
(201,248,195)
#CEF8C8
(206,248,200)
#D3F8CD
(211,248,205)
#D8F8D2
(216,248,210)
#DDF8D7
(221,248,215)
#E2F8DC
(226,248,220)
#E7F8E1
(231,248,225)
#ECF8E6
(236,248,230)
#F1F8EB
(241,248,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F8BE color. Also use rgb(196,248,190) instead hex code.

Text Font Color

.myTextColor { color: #C4F8BE; }

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

This text font color is #C4F8BE.


Background Color

.myBgColor { background-color: #C4F8BE; }

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

This div background color is #C4F8BE.


Border color

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

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

This div border color is #C4F8BE.


Opacity

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

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

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

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

This text has shadow with #C4F8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F8BE on black background.


Color preview on white background

This text has color #C4F8BE on white background.



Black color preview on #C4F8BE background

This text has black color on #C4F8BE background.


White color preview on #C4F8BE background

This text has white color on #C4F8BE background.