COLOR #C4E2C5

HEX: #C4E2C5
RGB: (196,226,197)

Color info

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

RGB color model

#C4E2C5 color RGB value is (196,226,197).

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

RGB channels and saturation

R 196 of 255 = 77%
G 226 of 255 = 89%
B 197 of 255 = 77%

196
226
197

R + G + B ~ 81%. #C4E2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 226 + 197 = 619 (100%)
R 196 of 619 ~ 31.66%
G 226 of 619 ~ 36.51%
B 197 of 619 ~ 31.83%

%31.66
%36.51
%31.83

CMYK color model

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

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 12.83%
  • key color value is 11.37%
CMYK:
(13,0,13,11)
C13M0Y13K11 
(13%,0%,13%,11%)
(0.13/0.00/0.13/0.11)	

CMYK percentages

%13.27
%0
%12.83
%11.37

Codes

Color #C4E2C5 in popluar color models

C4E2C5
RGB196226197
HSL122°34.09%82.75%
HSB/HSV122°13.27%88.63%
CMYK13.27%0.00%12.83%
11.37%

Color #C4E2C5 in popluar number systems.

HEXC4E2C5
Decimal196226197
Binary110001001110001011000101
Octal304342305

Shades and tints

Shades of #C4E2C5

#C4E2C5
(196,226,197)
#B3CEB4
(179,206,180)
#A2BAA3
(162,186,163)
#91A692
(145,166,146)
#809281
(128,146,129)
#6F7E70
(111,126,112)
#5E6A5F
(94,106,95)
#4D564E
(77,86,78)
#3C423D
(60,66,61)
#2B2E2C
(43,46,44)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #C4E2C5

#C4E2C5
(196,226,197)
#C9E4CA
(201,228,202)
#CEE6CF
(206,230,207)
#D3E8D4
(211,232,212)
#D8EAD9
(216,234,217)
#DDECDE
(221,236,222)
#E2EEE3
(226,238,227)
#E7F0E8
(231,240,232)
#ECF2ED
(236,242,237)
#F1F4F2
(241,244,242)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E2C5; }

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

This text font color is #C4E2C5.


Background Color

.myBgColor { background-color: #C4E2C5; }

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

This div background color is #C4E2C5.


Border color

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

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

This div border color is #C4E2C5.


Opacity

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

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

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

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

This text has shadow with #C4E2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E2C5 on black background.


Color preview on white background

This text has color #C4E2C5 on white background.



Black color preview on #C4E2C5 background

This text has black color on #C4E2C5 background.


White color preview on #C4E2C5 background

This text has white color on #C4E2C5 background.