COLOR #C4E1AB

HEX: #C4E1AB
RGB: (196,225,171)

Color info

#C4E1AB contains red, green and blue colors in about the same proportion. Web safe color of #C4E1AB is #CCCC99 (or #CC9).

RGB color model

#C4E1AB color RGB value is (196,225,171).

  • red value is 196;
  • green value is 225;
  • blue value is 171.
RGB:
(196,225,171)
(77%,88%,67%)

RGB channels and saturation

R 196 of 255 = 77%
G 225 of 255 = 88%
B 171 of 255 = 67%

196
225
171

R + G + B ~ 77%. #C4E1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 225 + 171 = 592 (100%)
R 196 of 592 ~ 33.11%
G 225 of 592 ~ 38.01%
B 171 of 592 ~ 28.89%

%33.11
%38.01
%28.89

CMYK color model

#C4E1AB color CMYK value is (13,0,24,12).

  • cyan value is 12.89%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(13,0,24,12)
C13M0Y24K12 
(13%,0%,24%,12%)
(0.13/0.00/0.24/0.12)	

CMYK percentages

%12.89
%0
%24
%11.76

Codes

Color #C4E1AB in popluar color models

C4E1AB
RGB196225171
HSL92°47.37%77.65%
HSB/HSV92°24.00%88.24%
CMYK12.89%0.00%24.00%
11.76%

Color #C4E1AB in popluar number systems.

HEXC4E1AB
Decimal196225171
Binary110001001110000110101011
Octal304341253

Shades and tints

Shades of #C4E1AB

#C4E1AB
(196,225,171)
#B3CD9C
(179,205,156)
#A2B98D
(162,185,141)
#91A57E
(145,165,126)
#80916F
(128,145,111)
#6F7D60
(111,125,96)
#5E6951
(94,105,81)
#4D5542
(77,85,66)
#3C4133
(60,65,51)
#2B2D24
(43,45,36)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #C4E1AB

#C4E1AB
(196,225,171)
#C9E3B2
(201,227,178)
#CEE5B9
(206,229,185)
#D3E7C0
(211,231,192)
#D8E9C7
(216,233,199)
#DDEBCE
(221,235,206)
#E2EDD5
(226,237,213)
#E7EFDC
(231,239,220)
#ECF1E3
(236,241,227)
#F1F3EA
(241,243,234)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E1AB; }

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

This text font color is #C4E1AB.


Background Color

.myBgColor { background-color: #C4E1AB; }

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

This div background color is #C4E1AB.


Border color

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

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

This div border color is #C4E1AB.


Opacity

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

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

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

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

This text has shadow with #C4E1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E1AB on black background.


Color preview on white background

This text has color #C4E1AB on white background.



Black color preview on #C4E1AB background

This text has black color on #C4E1AB background.


White color preview on #C4E1AB background

This text has white color on #C4E1AB background.