COLOR #C4E3B5

HEX: #C4E3B5
RGB: (196,227,181)

Color info

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

RGB color model

#C4E3B5 color RGB value is (196,227,181).

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

RGB channels and saturation

R 196 of 255 = 77%
G 227 of 255 = 89%
B 181 of 255 = 71%

196
227
181

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

Portions of RGB colors in percentages

R + G + B =
196 + 227 + 181 = 604 (100%)
R 196 of 604 ~ 32.45%
G 227 of 604 ~ 37.58%
B 181 of 604 ~ 29.97%

%32.45
%37.58
%29.97

CMYK color model

#C4E3B5 color CMYK value is (14,0,20,11).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 10.98%
CMYK:
(14,0,20,11)
C14M0Y20K11 
(14%,0%,20%,11%)
(0.14/0.00/0.20/0.11)	

CMYK percentages

%13.66
%0
%20.26
%10.98

Codes

Color #C4E3B5 in popluar color models

C4E3B5
RGB196227181
HSL100°45.10%80.00%
HSB/HSV100°20.26%89.02%
CMYK13.66%0.00%20.26%
10.98%

Color #C4E3B5 in popluar number systems.

HEXC4E3B5
Decimal196227181
Binary110001001110001110110101
Octal304343265

Shades and tints

Shades of #C4E3B5

#C4E3B5
(196,227,181)
#B3CFA5
(179,207,165)
#A2BB95
(162,187,149)
#91A785
(145,167,133)
#809375
(128,147,117)
#6F7F65
(111,127,101)
#5E6B55
(94,107,85)
#4D5745
(77,87,69)
#3C4335
(60,67,53)
#2B2F25
(43,47,37)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #C4E3B5

#C4E3B5
(196,227,181)
#C9E5BB
(201,229,187)
#CEE7C1
(206,231,193)
#D3E9C7
(211,233,199)
#D8EBCD
(216,235,205)
#DDEDD3
(221,237,211)
#E2EFD9
(226,239,217)
#E7F1DF
(231,241,223)
#ECF3E5
(236,243,229)
#F1F5EB
(241,245,235)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E3B5; }

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

This text font color is #C4E3B5.


Background Color

.myBgColor { background-color: #C4E3B5; }

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

This div background color is #C4E3B5.


Border color

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

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

This div border color is #C4E3B5.


Opacity

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

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

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

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

This text has shadow with #C4E3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E3B5 on black background.


Color preview on white background

This text has color #C4E3B5 on white background.



Black color preview on #C4E3B5 background

This text has black color on #C4E3B5 background.


White color preview on #C4E3B5 background

This text has white color on #C4E3B5 background.