COLOR #C4F9E2

HEX: #C4F9E2
RGB: (196,249,226)

Color info

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

RGB color model

#C4F9E2 color RGB value is (196,249,226).

  • red value is 196;
  • green value is 249;
  • blue value is 226.
RGB:
(196,249,226)
(77%,98%,89%)

RGB channels and saturation

R 196 of 255 = 77%
G 249 of 255 = 98%
B 226 of 255 = 89%

196
249
226

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

Portions of RGB colors in percentages

R + G + B =
196 + 249 + 226 = 671 (100%)
R 196 of 671 ~ 29.21%
G 249 of 671 ~ 37.11%
B 226 of 671 ~ 33.68%

%29.21
%37.11
%33.68

CMYK color model

#C4F9E2 color CMYK value is (21,0,9,2).

  • cyan value is 21.29%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 2.35%
CMYK:
(21,0,9,2)
C21M0Y9K2 
(21%,0%,9%,2%)
(0.21/0.00/0.09/0.02)	

CMYK percentages

%21.29
%0
%9.24
%2.35

Codes

Color #C4F9E2 in popluar color models

C4F9E2
RGB196249226
HSL154°81.54%87.25%
HSB/HSV154°21.29%97.65%
CMYK21.29%0.00%9.24%
2.35%

Color #C4F9E2 in popluar number systems.

HEXC4F9E2
Decimal196249226
Binary110001001111100111100010
Octal304371342

Shades and tints

Shades of #C4F9E2

#C4F9E2
(196,249,226)
#B3E3CE
(179,227,206)
#A2CDBA
(162,205,186)
#91B7A6
(145,183,166)
#80A192
(128,161,146)
#6F8B7E
(111,139,126)
#5E756A
(94,117,106)
#4D5F56
(77,95,86)
#3C4942
(60,73,66)
#2B332E
(43,51,46)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #C4F9E2

#C4F9E2
(196,249,226)
#C9F9E4
(201,249,228)
#CEF9E6
(206,249,230)
#D3F9E8
(211,249,232)
#D8F9EA
(216,249,234)
#DDF9EC
(221,249,236)
#E2F9EE
(226,249,238)
#E7F9F0
(231,249,240)
#ECF9F2
(236,249,242)
#F1F9F4
(241,249,244)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F9E2 color. Also use rgb(196,249,226) instead hex code.

Text Font Color

.myTextColor { color: #C4F9E2; }

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

This text font color is #C4F9E2.


Background Color

.myBgColor { background-color: #C4F9E2; }

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

This div background color is #C4F9E2.


Border color

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

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

This div border color is #C4F9E2.


Opacity

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

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

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

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

This text has shadow with #C4F9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F9E2 on black background.


Color preview on white background

This text has color #C4F9E2 on white background.



Black color preview on #C4F9E2 background

This text has black color on #C4F9E2 background.


White color preview on #C4F9E2 background

This text has white color on #C4F9E2 background.