COLOR #C4F6AB

HEX: #C4F6AB RGB: (196,246,171)

Color info

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

RGB color model

#C4F6AB color RGB value is (196,246,171).

RGB: (196,246,171) (77%, 96%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 246 of 255 = 96%
B 171 of 255 = 67%

196
246
171

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

Portions of RGB colors in percentages

R + G + B = 196 + 246 + 171 = 613 (100%)
R 196 of 613 ~ 31.97%
G 246 of 613 ~ 40.13%
B 171 of 613 ~ 27.9'%

%31.97
%40.13
%27.9

CMYK color model

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

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 3.53%

CMYK: (20,0,30,4)
C20M0Y30K4 (20%, 0%, 30%, 4%)
(0.20 / 0.00 / 0.30 / 0.04)

CMYK percentages

%20.33
%0
%30.49
%3.53

Codes

Color #C4F6AB in popluar color models

C4 F6 AB
RGB 196 246 171
HSL 100° 80.65% 81.76%
HSB/HSV 100° 30.49% 96.47%
CMYK 20.33% 0.00% 30.49%
3.53%

Color #C4F6AB in popluar number systems.

HEX C4 F6 AB
Decimal 196 246 171
Binary 11000100 11110110 10101011
Octal 304 366 253

Shades and tints

Shades of #C4F6AB

#C4F6AB
(196,246,171)
#B3E09C
(179,224,156)
#A2CA8D
(162,202,141)
#91B47E
(145,180,126)
#809E6F
(128,158,111)
#6F8860
(111,136,96)
#5E7251
(94,114,81)
#4D5C42
(77,92,66)
#3C4633
(60,70,51)
#2B3024
(43,48,36)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #C4F6AB

#C4F6AB
(196,246,171)
#C9F6B2
(201,246,178)
#CEF6B9
(206,246,185)
#D3F6C0
(211,246,192)
#D8F6C7
(216,246,199)
#DDF6CE
(221,246,206)
#E2F6D5
(226,246,213)
#E7F6DC
(231,246,220)
#ECF6E3
(236,246,227)
#F1F6EA
(241,246,234)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F6AB color. Also use rgb(196,246,171) instead hex code.

Text Font Color

.myTextColor { color: #C4F6AB; }

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

This text font color is #C4F6AB.

Background Color

.myBgColor { background-color: #C4F6AB; }

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

This div background color is #C4F6AB.

Border color

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

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

This div border color is #C4F6AB.

Opacity

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

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

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

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

This text has shadow with #C4F6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F6AB.

Preview

Color preview on black background

This text has color #C4F6AB on black background.


Color preview on white background

This text has color #C4F6AB on white background.


Black color preview on #C4F6AB background

This text has black color on #C4F6AB background.


White color preview on #C4F6AB background

This text has white color on #C4F6AB background.


Related colors

Complementary color

Complementary color for #hex is #3B0954.


I love getcolorcode.com

Triadic colors

1 #ABC4F6 and #F6ABC4 with #C4F6AB are triadic colors.

2 #ABF6C4 and #F6C4AB with #C4F6AB are triadic colors.