COLOR #C4F2AE

HEX: #C4F2AE RGB: (196,242,174)

Color info

#C4F2AE contains mainly red and green colors. Web safe color of #C4F2AE is #CCFF99 (or #CF9).

RGB color model

#C4F2AE color RGB value is (196,242,174).

RGB: (196,242,174) (77%, 95%, 68%)

RGB channels and saturation

R 196 of 255 = 77%
G 242 of 255 = 95%
B 174 of 255 = 68%

196
242
174

R + G + B ~ 80%. #C4F2AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 242 + 174 = 612 (100%)
R 196 of 612 ~ 32.03%
G 242 of 612 ~ 39.54%
B 174 of 612 ~ 28.43'%

%32.03
%39.54
%28.43

CMYK color model

#C4F2AE color CMYK value is (19,0,28,5).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 5.10%

CMYK: (19,0,28,5)
C19M0Y28K5 (19%, 0%, 28%, 5%)
(0.19 / 0.00 / 0.28 / 0.05)

CMYK percentages

%19.01
%0
%28.1
%5.1

Codes

Color #C4F2AE in popluar color models

C4 F2 AE
RGB 196 242 174
HSL 101° 72.34% 81.57%
HSB/HSV 101° 28.10% 94.90%
CMYK 19.01% 0.00% 28.10%
5.10%

Color #C4F2AE in popluar number systems.

HEX C4 F2 AE
Decimal 196 242 174
Binary 11000100 11110010 10101110
Octal 304 362 256

Shades and tints

Shades of #C4F2AE

#C4F2AE
(196,242,174)
#B3DC9F
(179,220,159)
#A2C690
(162,198,144)
#91B081
(145,176,129)
#809A72
(128,154,114)
#6F8463
(111,132,99)
#5E6E54
(94,110,84)
#4D5845
(77,88,69)
#3C4236
(60,66,54)
#2B2C27
(43,44,39)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #C4F2AE

#C4F2AE
(196,242,174)
#C9F3B5
(201,243,181)
#CEF4BC
(206,244,188)
#D3F5C3
(211,245,195)
#D8F6CA
(216,246,202)
#DDF7D1
(221,247,209)
#E2F8D8
(226,248,216)
#E7F9DF
(231,249,223)
#ECFAE6
(236,250,230)
#F1FBED
(241,251,237)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F2AE color. Also use rgb(196,242,174) instead hex code.

Text Font Color

.myTextColor { color: #C4F2AE; }

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

This text font color is #C4F2AE.

Background Color

.myBgColor { background-color: #C4F2AE; }

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

This div background color is #C4F2AE.

Border color

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

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

This div border color is #C4F2AE.

Opacity

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

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

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

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

This text has shadow with #C4F2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F2AE.

Preview

Color preview on black background

This text has color #C4F2AE on black background.


Color preview on white background

This text has color #C4F2AE on white background.


Black color preview on #C4F2AE background

This text has black color on #C4F2AE background.


White color preview on #C4F2AE background

This text has white color on #C4F2AE background.


Related colors

Complementary color

Complementary color for #hex is #3B0D51.


I love getcolorcode.com

Triadic colors

1 #AEC4F2 and #F2AEC4 with #C4F2AE are triadic colors.

2 #AEF2C4 and #F2C4AE with #C4F2AE are triadic colors.