COLOR #C4F3AE

HEX: #C4F3AE
RGB: (196,243,174)

Color info

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

RGB color model

#C4F3AE color RGB value is (196,243,174).

  • red value is 196;
  • green value is 243;
  • blue value is 174.
RGB:
(196,243,174)
(77%,95%,68%)

RGB channels and saturation

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

196
243
174

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

Portions of RGB colors in percentages

R + G + B =
196 + 243 + 174 = 613 (100%)
R 196 of 613 ~ 31.97%
G 243 of 613 ~ 39.64%
B 174 of 613 ~ 28.38%

%31.97
%39.64
%28.38

CMYK color model

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

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 4.71%
CMYK:
(19,0,28,5)
C19M0Y28K5 
(19%,0%,28%,5%)
(0.19/0.00/0.28/0.05)	

CMYK percentages

%19.34
%0
%28.4
%4.71

Codes

Color #C4F3AE in popluar color models

C4F3AE
RGB196243174
HSL101°74.19%81.76%
HSB/HSV101°28.40%95.29%
CMYK19.34%0.00%28.40%
4.71%

Color #C4F3AE in popluar number systems.

HEXC4F3AE
Decimal196243174
Binary110001001111001110101110
Octal304363256

Shades and tints

Shades of #C4F3AE

#C4F3AE
(196,243,174)
#B3DD9F
(179,221,159)
#A2C790
(162,199,144)
#91B181
(145,177,129)
#809B72
(128,155,114)
#6F8563
(111,133,99)
#5E6F54
(94,111,84)
#4D5945
(77,89,69)
#3C4336
(60,67,54)
#2B2D27
(43,45,39)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #C4F3AE

#C4F3AE
(196,243,174)
#C9F4B5
(201,244,181)
#CEF5BC
(206,245,188)
#D3F6C3
(211,246,195)
#D8F7CA
(216,247,202)
#DDF8D1
(221,248,209)
#E2F9D8
(226,249,216)
#E7FADF
(231,250,223)
#ECFBE6
(236,251,230)
#F1FCED
(241,252,237)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F3AE; }

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

This text font color is #C4F3AE.


Background Color

.myBgColor { background-color: #C4F3AE; }

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

This div background color is #C4F3AE.


Border color

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

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

This div border color is #C4F3AE.


Opacity

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

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

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

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

This text has shadow with #C4F3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F3AE on black background.


Color preview on white background

This text has color #C4F3AE on white background.



Black color preview on #C4F3AE background

This text has black color on #C4F3AE background.


White color preview on #C4F3AE background

This text has white color on #C4F3AE background.