COLOR #C4FFE4

HEX: #C4FFE4
RGB: (196,255,228)

Color info

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

RGB color model

#C4FFE4 color RGB value is (196,255,228).

  • red value is 196;
  • green value is 255;
  • blue value is 228.
RGB:
(196,255,228)
(77%,100%,89%)

RGB channels and saturation

R 196 of 255 = 77%
G 255 of 255 = 100%
B 228 of 255 = 89%

196
255
228

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

Portions of RGB colors in percentages

R + G + B =
196 + 255 + 228 = 679 (100%)
R 196 of 679 ~ 28.87%
G 255 of 679 ~ 37.56%
B 228 of 679 ~ 33.58%

%28.87
%37.56
%33.58

CMYK color model

#C4FFE4 color CMYK value is (23,0,11,0).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(23,0,11,0)
C23M0Y11K0 
(23%,0%,11%,0%)
(0.23/0.00/0.11/0.00)	

CMYK percentages

%23.14
%0
%10.59
%0

Codes

Color #C4FFE4 in popluar color models

C4FFE4
RGB196255228
HSL153°100.00%88.43%
HSB/HSV153°23.14%100.00%
CMYK23.14%0.00%10.59%
0.00%

Color #C4FFE4 in popluar number systems.

HEXC4FFE4
Decimal196255228
Binary110001001111111111100100
Octal304377344

Shades and tints

Shades of #C4FFE4

#C4FFE4
(196,255,228)
#B3E8D0
(179,232,208)
#A2D1BC
(162,209,188)
#91BAA8
(145,186,168)
#80A394
(128,163,148)
#6F8C80
(111,140,128)
#5E756C
(94,117,108)
#4D5E58
(77,94,88)
#3C4744
(60,71,68)
#2B3030
(43,48,48)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #C4FFE4

#C4FFE4
(196,255,228)
#C9FFE6
(201,255,230)
#CEFFE8
(206,255,232)
#D3FFEA
(211,255,234)
#D8FFEC
(216,255,236)
#DDFFEE
(221,255,238)
#E2FFF0
(226,255,240)
#E7FFF2
(231,255,242)
#ECFFF4
(236,255,244)
#F1FFF6
(241,255,246)
#F6FFF8
(246,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FFE4 color. Also use rgb(196,255,228) instead hex code.

Text Font Color

.myTextColor { color: #C4FFE4; }

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

This text font color is #C4FFE4.


Background Color

.myBgColor { background-color: #C4FFE4; }

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

This div background color is #C4FFE4.


Border color

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

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

This div border color is #C4FFE4.


Opacity

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

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

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

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

This text has shadow with #C4FFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FFE4 on black background.


Color preview on white background

This text has color #C4FFE4 on white background.



Black color preview on #C4FFE4 background

This text has black color on #C4FFE4 background.


White color preview on #C4FFE4 background

This text has white color on #C4FFE4 background.