COLOR #C4E3C2

HEX: #C4E3C2
RGB: (196,227,194)

Color info

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

RGB color model

#C4E3C2 color RGB value is (196,227,194).

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

RGB channels and saturation

R 196 of 255 = 77%
G 227 of 255 = 89%
B 194 of 255 = 76%

196
227
194

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

Portions of RGB colors in percentages

R + G + B =
196 + 227 + 194 = 617 (100%)
R 196 of 617 ~ 31.77%
G 227 of 617 ~ 36.79%
B 194 of 617 ~ 31.44%

%31.77
%36.79
%31.44

CMYK color model

#C4E3C2 color CMYK value is (14,0,15,11).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 14.54%
  • key color value is 10.98%
CMYK:
(14,0,15,11)
C14M0Y15K11 
(14%,0%,15%,11%)
(0.14/0.00/0.15/0.11)	

CMYK percentages

%13.66
%0
%14.54
%10.98

Codes

Color #C4E3C2 in popluar color models

C4E3C2
RGB196227194
HSL116°37.08%82.55%
HSB/HSV116°14.54%89.02%
CMYK13.66%0.00%14.54%
10.98%

Color #C4E3C2 in popluar number systems.

HEXC4E3C2
Decimal196227194
Binary110001001110001111000010
Octal304343302

Shades and tints

Shades of #C4E3C2

#C4E3C2
(196,227,194)
#B3CFB1
(179,207,177)
#A2BBA0
(162,187,160)
#91A78F
(145,167,143)
#80937E
(128,147,126)
#6F7F6D
(111,127,109)
#5E6B5C
(94,107,92)
#4D574B
(77,87,75)
#3C433A
(60,67,58)
#2B2F29
(43,47,41)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #C4E3C2

#C4E3C2
(196,227,194)
#C9E5C7
(201,229,199)
#CEE7CC
(206,231,204)
#D3E9D1
(211,233,209)
#D8EBD6
(216,235,214)
#DDEDDB
(221,237,219)
#E2EFE0
(226,239,224)
#E7F1E5
(231,241,229)
#ECF3EA
(236,243,234)
#F1F5EF
(241,245,239)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E3C2; }

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

This text font color is #C4E3C2.


Background Color

.myBgColor { background-color: #C4E3C2; }

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

This div background color is #C4E3C2.


Border color

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

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

This div border color is #C4E3C2.


Opacity

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

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

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

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

This text has shadow with #C4E3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E3C2 on black background.


Color preview on white background

This text has color #C4E3C2 on white background.



Black color preview on #C4E3C2 background

This text has black color on #C4E3C2 background.


White color preview on #C4E3C2 background

This text has white color on #C4E3C2 background.