COLOR #C4E1B9

HEX: #C4E1B9
RGB: (196,225,185)

Color info

#C4E1B9 contains red, green and blue colors in about the same proportion. Web safe color of #C4E1B9 is #CCCCCC (or #CCC).

RGB color model

#C4E1B9 color RGB value is (196,225,185).

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

RGB channels and saturation

R 196 of 255 = 77%
G 225 of 255 = 88%
B 185 of 255 = 73%

196
225
185

R + G + B ~ 79%. #C4E1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 225 + 185 = 606 (100%)
R 196 of 606 ~ 32.34%
G 225 of 606 ~ 37.13%
B 185 of 606 ~ 30.53%

%32.34
%37.13
%30.53

CMYK color model

#C4E1B9 color CMYK value is (13,0,18,12).

  • cyan value is 12.89%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 11.76%
CMYK:
(13,0,18,12)
C13M0Y18K12 
(13%,0%,18%,12%)
(0.13/0.00/0.18/0.12)	

CMYK percentages

%12.89
%0
%17.78
%11.76

Codes

Color #C4E1B9 in popluar color models

C4E1B9
RGB196225185
HSL104°40.00%80.39%
HSB/HSV104°17.78%88.24%
CMYK12.89%0.00%17.78%
11.76%

Color #C4E1B9 in popluar number systems.

HEXC4E1B9
Decimal196225185
Binary110001001110000110111001
Octal304341271

Shades and tints

Shades of #C4E1B9

#C4E1B9
(196,225,185)
#B3CDA9
(179,205,169)
#A2B999
(162,185,153)
#91A589
(145,165,137)
#809179
(128,145,121)
#6F7D69
(111,125,105)
#5E6959
(94,105,89)
#4D5549
(77,85,73)
#3C4139
(60,65,57)
#2B2D29
(43,45,41)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #C4E1B9

#C4E1B9
(196,225,185)
#C9E3BF
(201,227,191)
#CEE5C5
(206,229,197)
#D3E7CB
(211,231,203)
#D8E9D1
(216,233,209)
#DDEBD7
(221,235,215)
#E2EDDD
(226,237,221)
#E7EFE3
(231,239,227)
#ECF1E9
(236,241,233)
#F1F3EF
(241,243,239)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E1B9; }

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

This text font color is #C4E1B9.


Background Color

.myBgColor { background-color: #C4E1B9; }

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

This div background color is #C4E1B9.


Border color

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

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

This div border color is #C4E1B9.


Opacity

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

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

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

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

This text has shadow with #C4E1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E1B9 on black background.


Color preview on white background

This text has color #C4E1B9 on white background.



Black color preview on #C4E1B9 background

This text has black color on #C4E1B9 background.


White color preview on #C4E1B9 background

This text has white color on #C4E1B9 background.