COLOR #C4E9E3

HEX: #C4E9E3
RGB: (196,233,227)

Color info

#C4E9E3 contains red, green and blue colors in about the same proportion. Web safe color of #C4E9E3 is #CCFFCC (or #CFC).

RGB color model

#C4E9E3 color RGB value is (196,233,227).

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

RGB channels and saturation

R 196 of 255 = 77%
G 233 of 255 = 91%
B 227 of 255 = 89%

196
233
227

R + G + B ~ 86%. #C4E9E3 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 233 + 227 = 656 (100%)
R 196 of 656 ~ 29.88%
G 233 of 656 ~ 35.52%
B 227 of 656 ~ 34.6%

%29.88
%35.52
%34.6

CMYK color model

#C4E9E3 color CMYK value is (16,0,3,9).

  • cyan value is 15.88%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 8.63%
CMYK:
(16,0,3,9)
C16M0Y3K9 
(16%,0%,3%,9%)
(0.16/0.00/0.03/0.09)	

CMYK percentages

%15.88
%0
%2.58
%8.63

Codes

Color #C4E9E3 in popluar color models

C4E9E3
RGB196233227
HSL170°45.68%84.12%
HSB/HSV170°15.88%91.37%
CMYK15.88%0.00%2.58%
8.63%

Color #C4E9E3 in popluar number systems.

HEXC4E9E3
Decimal196233227
Binary110001001110100111100011
Octal304351343

Shades and tints

Shades of #C4E9E3

#C4E9E3
(196,233,227)
#B3D4CF
(179,212,207)
#A2BFBB
(162,191,187)
#91AAA7
(145,170,167)
#809593
(128,149,147)
#6F807F
(111,128,127)
#5E6B6B
(94,107,107)
#4D5657
(77,86,87)
#3C4143
(60,65,67)
#2B2C2F
(43,44,47)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #C4E9E3

#C4E9E3
(196,233,227)
#C9EBE5
(201,235,229)
#CEEDE7
(206,237,231)
#D3EFE9
(211,239,233)
#D8F1EB
(216,241,235)
#DDF3ED
(221,243,237)
#E2F5EF
(226,245,239)
#E7F7F1
(231,247,241)
#ECF9F3
(236,249,243)
#F1FBF5
(241,251,245)
#F6FDF7
(246,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E9E3; }

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

This text font color is #C4E9E3.


Background Color

.myBgColor { background-color: #C4E9E3; }

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

This div background color is #C4E9E3.


Border color

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

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

This div border color is #C4E9E3.


Opacity

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

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

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

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

This text has shadow with #C4E9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E9E3 on black background.


Color preview on white background

This text has color #C4E9E3 on white background.



Black color preview on #C4E9E3 background

This text has black color on #C4E9E3 background.


White color preview on #C4E9E3 background

This text has white color on #C4E9E3 background.