COLOR #C4E1B5

HEX: #C4E1B5
RGB: (196,225,181)

Color info

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

RGB color model

#C4E1B5 color RGB value is (196,225,181).

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

RGB channels and saturation

R 196 of 255 = 77%
G 225 of 255 = 88%
B 181 of 255 = 71%

196
225
181

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

Portions of RGB colors in percentages

R + G + B =
196 + 225 + 181 = 602 (100%)
R 196 of 602 ~ 32.56%
G 225 of 602 ~ 37.38%
B 181 of 602 ~ 30.07%

%32.56
%37.38
%30.07

CMYK color model

#C4E1B5 color CMYK value is (13,0,20,12).

  • cyan value is 12.89%
  • magenta value is 0.00%
  • yellow value is 19.56%
  • key color value is 11.76%
CMYK:
(13,0,20,12)
C13M0Y20K12 
(13%,0%,20%,12%)
(0.13/0.00/0.20/0.12)	

CMYK percentages

%12.89
%0
%19.56
%11.76

Codes

Color #C4E1B5 in popluar color models

C4E1B5
RGB196225181
HSL100°42.31%79.61%
HSB/HSV100°19.56%88.24%
CMYK12.89%0.00%19.56%
11.76%

Color #C4E1B5 in popluar number systems.

HEXC4E1B5
Decimal196225181
Binary110001001110000110110101
Octal304341265

Shades and tints

Shades of #C4E1B5

#C4E1B5
(196,225,181)
#B3CDA5
(179,205,165)
#A2B995
(162,185,149)
#91A585
(145,165,133)
#809175
(128,145,117)
#6F7D65
(111,125,101)
#5E6955
(94,105,85)
#4D5545
(77,85,69)
#3C4135
(60,65,53)
#2B2D25
(43,45,37)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #C4E1B5

#C4E1B5
(196,225,181)
#C9E3BB
(201,227,187)
#CEE5C1
(206,229,193)
#D3E7C7
(211,231,199)
#D8E9CD
(216,233,205)
#DDEBD3
(221,235,211)
#E2EDD9
(226,237,217)
#E7EFDF
(231,239,223)
#ECF1E5
(236,241,229)
#F1F3EB
(241,243,235)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E1B5; }

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

This text font color is #C4E1B5.


Background Color

.myBgColor { background-color: #C4E1B5; }

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

This div background color is #C4E1B5.


Border color

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

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

This div border color is #C4E1B5.


Opacity

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

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

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

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

This text has shadow with #C4E1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E1B5 on black background.


Color preview on white background

This text has color #C4E1B5 on white background.



Black color preview on #C4E1B5 background

This text has black color on #C4E1B5 background.


White color preview on #C4E1B5 background

This text has white color on #C4E1B5 background.