COLOR #C4F4EA

HEX: #C4F4EA RGB: (196,244,234)

Color info

#C4F4EA contains red, green and blue colors in about the same proportion. Web safe color of #C4F4EA is #CCFFFF (or #CFF).

RGB color model

#C4F4EA color RGB value is (196,244,234).

RGB: (196,244,234) (77%, 96%, 92%)

RGB channels and saturation

R 196 of 255 = 77%
G 244 of 255 = 96%
B 234 of 255 = 92%

196
244
234

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

Portions of RGB colors in percentages

R + G + B = 196 + 244 + 234 = 674 (100%)
R 196 of 674 ~ 29.08%
G 244 of 674 ~ 36.2%
B 234 of 674 ~ 34.72'%

%29.08
%36.2
%34.72

CMYK color model

#C4F4EA color CMYK value is (20,0,4,4).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 4.31%

CMYK: (20,0,4,4)
C20M0Y4K4 (20%, 0%, 4%, 4%)
(0.20 / 0.00 / 0.04 / 0.04)

CMYK percentages

%19.67
%0
%4.1
%4.31

Codes

Color #C4F4EA in popluar color models

C4 F4 EA
RGB 196 244 234
HSL 168° 68.57% 86.27%
HSB/HSV 168° 19.67% 95.69%
CMYK 19.67% 0.00% 4.10%
4.31%

Color #C4F4EA in popluar number systems.

HEX C4 F4 EA
Decimal 196 244 234
Binary 11000100 11110100 11101010
Octal 304 364 352

Shades and tints

Shades of #C4F4EA

#C4F4EA
(196,244,234)
#B3DED5
(179,222,213)
#A2C8C0
(162,200,192)
#91B2AB
(145,178,171)
#809C96
(128,156,150)
#6F8681
(111,134,129)
#5E706C
(94,112,108)
#4D5A57
(77,90,87)
#3C4442
(60,68,66)
#2B2E2D
(43,46,45)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4F4EA

#C4F4EA
(196,244,234)
#C9F5EB
(201,245,235)
#CEF6EC
(206,246,236)
#D3F7ED
(211,247,237)
#D8F8EE
(216,248,238)
#DDF9EF
(221,249,239)
#E2FAF0
(226,250,240)
#E7FBF1
(231,251,241)
#ECFCF2
(236,252,242)
#F1FDF3
(241,253,243)
#F6FEF4
(246,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F4EA color. Also use rgb(196,244,234) instead hex code.

Text Font Color

.myTextColor { color: #C4F4EA; }

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

This text font color is #C4F4EA.

Background Color

.myBgColor { background-color: #C4F4EA; }

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

This div background color is #C4F4EA.

Border color

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

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

This div border color is #C4F4EA.

Opacity

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

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

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

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

This text has shadow with #C4F4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F4EA.

Preview

Color preview on black background

This text has color #C4F4EA on black background.


Color preview on white background

This text has color #C4F4EA on white background.


Black color preview on #C4F4EA background

This text has black color on #C4F4EA background.


White color preview on #C4F4EA background

This text has white color on #C4F4EA background.


Related colors

Complementary color

Complementary color for #hex is #3B0B15.


I love getcolorcode.com

Triadic colors

1 #EAC4F4 and #F4EAC4 with #C4F4EA are triadic colors.

2 #EAF4C4 and #F4C4EA with #C4F4EA are triadic colors.