COLOR #C4FCE4

HEX: #C4FCE4 RGB: (196,252,228)

Color info

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

RGB color model

#C4FCE4 color RGB value is (196,252,228).

RGB: (196,252,228) (77%, 99%, 89%)

RGB channels and saturation

R 196 of 255 = 77%
G 252 of 255 = 99%
B 228 of 255 = 89%

196
252
228

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

Portions of RGB colors in percentages

R + G + B = 196 + 252 + 228 = 676 (100%)
R 196 of 676 ~ 28.99%
G 252 of 676 ~ 37.28%
B 228 of 676 ~ 33.73'%

%28.99
%37.28
%33.73

CMYK color model

#C4FCE4 color CMYK value is (22,0,10,1).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 1.18%

CMYK: (22,0,10,1)
C22M0Y10K1 (22%, 0%, 10%, 1%)
(0.22 / 0.00 / 0.10 / 0.01)

CMYK percentages

%22.22
%0
%9.52
%1.18

Codes

Color #C4FCE4 in popluar color models

C4 FC E4
RGB 196 252 228
HSL 154° 90.32% 87.84%
HSB/HSV 154° 22.22% 98.82%
CMYK 22.22% 0.00% 9.52%
1.18%

Color #C4FCE4 in popluar number systems.

HEX C4 FC E4
Decimal 196 252 228
Binary 11000100 11111100 11100100
Octal 304 374 344

Shades and tints

Shades of #C4FCE4

#C4FCE4
(196,252,228)
#B3E6D0
(179,230,208)
#A2D0BC
(162,208,188)
#91BAA8
(145,186,168)
#80A494
(128,164,148)
#6F8E80
(111,142,128)
#5E786C
(94,120,108)
#4D6258
(77,98,88)
#3C4C44
(60,76,68)
#2B3630
(43,54,48)
#1A201C
(26,32,28)
#000000
(0,0,0)

Tints of #C4FCE4

#C4FCE4
(196,252,228)
#C9FCE6
(201,252,230)
#CEFCE8
(206,252,232)
#D3FCEA
(211,252,234)
#D8FCEC
(216,252,236)
#DDFCEE
(221,252,238)
#E2FCF0
(226,252,240)
#E7FCF2
(231,252,242)
#ECFCF4
(236,252,244)
#F1FCF6
(241,252,246)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FCE4; }

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

This text font color is #C4FCE4.

Background Color

.myBgColor { background-color: #C4FCE4; }

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

This div background color is #C4FCE4.

Border color

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

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

This div border color is #C4FCE4.

Opacity

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

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

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

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

This text has shadow with #C4FCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4FCE4.

Preview

Color preview on black background

This text has color #C4FCE4 on black background.


Color preview on white background

This text has color #C4FCE4 on white background.


Black color preview on #C4FCE4 background

This text has black color on #C4FCE4 background.


White color preview on #C4FCE4 background

This text has white color on #C4FCE4 background.


Related colors

Complementary color

Complementary color for #hex is #3B031B.


I love getcolorcode.com

Triadic colors

1 #E4C4FC and #FCE4C4 with #C4FCE4 are triadic colors.

2 #E4FCC4 and #FCC4E4 with #C4FCE4 are triadic colors.