COLOR #C4E2B7

HEX: #C4E2B7
RGB: (196,226,183)

Color info

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

RGB color model

#C4E2B7 color RGB value is (196,226,183).

  • red value is 196;
  • green value is 226;
  • blue value is 183.
RGB:
(196,226,183)
(77%,89%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 226 of 255 = 89%
B 183 of 255 = 72%

196
226
183

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

Portions of RGB colors in percentages

R + G + B =
196 + 226 + 183 = 605 (100%)
R 196 of 605 ~ 32.4%
G 226 of 605 ~ 37.36%
B 183 of 605 ~ 30.25%

%32.4
%37.36
%30.25

CMYK color model

#C4E2B7 color CMYK value is (13,0,19,11).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 19.03%
  • key color value is 11.37%
CMYK:
(13,0,19,11)
C13M0Y19K11 
(13%,0%,19%,11%)
(0.13/0.00/0.19/0.11)	

CMYK percentages

%13.27
%0
%19.03
%11.37

Codes

Color #C4E2B7 in popluar color models

C4E2B7
RGB196226183
HSL102°42.57%80.20%
HSB/HSV102°19.03%88.63%
CMYK13.27%0.00%19.03%
11.37%

Color #C4E2B7 in popluar number systems.

HEXC4E2B7
Decimal196226183
Binary110001001110001010110111
Octal304342267

Shades and tints

Shades of #C4E2B7

#C4E2B7
(196,226,183)
#B3CEA7
(179,206,167)
#A2BA97
(162,186,151)
#91A687
(145,166,135)
#809277
(128,146,119)
#6F7E67
(111,126,103)
#5E6A57
(94,106,87)
#4D5647
(77,86,71)
#3C4237
(60,66,55)
#2B2E27
(43,46,39)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #C4E2B7

#C4E2B7
(196,226,183)
#C9E4BD
(201,228,189)
#CEE6C3
(206,230,195)
#D3E8C9
(211,232,201)
#D8EACF
(216,234,207)
#DDECD5
(221,236,213)
#E2EEDB
(226,238,219)
#E7F0E1
(231,240,225)
#ECF2E7
(236,242,231)
#F1F4ED
(241,244,237)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E2B7 color. Also use rgb(196,226,183) instead hex code.

Text Font Color

.myTextColor { color: #C4E2B7; }

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

This text font color is #C4E2B7.


Background Color

.myBgColor { background-color: #C4E2B7; }

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

This div background color is #C4E2B7.


Border color

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

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

This div border color is #C4E2B7.


Opacity

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

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

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

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

This text has shadow with #C4E2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E2B7 on black background.


Color preview on white background

This text has color #C4E2B7 on white background.



Black color preview on #C4E2B7 background

This text has black color on #C4E2B7 background.


White color preview on #C4E2B7 background

This text has white color on #C4E2B7 background.