COLOR #C4E3E0

HEX: #C4E3E0
RGB: (196,227,224)

Color info

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

RGB color model

#C4E3E0 color RGB value is (196,227,224).

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

RGB channels and saturation

R 196 of 255 = 77%
G 227 of 255 = 89%
B 224 of 255 = 88%

196
227
224

R + G + B ~ 85%. #C4E3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 227 + 224 = 647 (100%)
R 196 of 647 ~ 30.29%
G 227 of 647 ~ 35.09%
B 224 of 647 ~ 34.62%

%30.29
%35.09
%34.62

CMYK color model

#C4E3E0 color CMYK value is (14,0,1,11).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 10.98%
CMYK:
(14,0,1,11)
C14M0Y1K11 
(14%,0%,1%,11%)
(0.14/0.00/0.01/0.11)	

CMYK percentages

%13.66
%0
%1.32
%10.98

Codes

Color #C4E3E0 in popluar color models

C4E3E0
RGB196227224
HSL174°35.63%82.94%
HSB/HSV174°13.66%89.02%
CMYK13.66%0.00%1.32%
10.98%

Color #C4E3E0 in popluar number systems.

HEXC4E3E0
Decimal196227224
Binary110001001110001111100000
Octal304343340

Shades and tints

Shades of #C4E3E0

#C4E3E0
(196,227,224)
#B3CFCC
(179,207,204)
#A2BBB8
(162,187,184)
#91A7A4
(145,167,164)
#809390
(128,147,144)
#6F7F7C
(111,127,124)
#5E6B68
(94,107,104)
#4D5754
(77,87,84)
#3C4340
(60,67,64)
#2B2F2C
(43,47,44)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #C4E3E0

#C4E3E0
(196,227,224)
#C9E5E2
(201,229,226)
#CEE7E4
(206,231,228)
#D3E9E6
(211,233,230)
#D8EBE8
(216,235,232)
#DDEDEA
(221,237,234)
#E2EFEC
(226,239,236)
#E7F1EE
(231,241,238)
#ECF3F0
(236,243,240)
#F1F5F2
(241,245,242)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E3E0; }

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

This text font color is #C4E3E0.


Background Color

.myBgColor { background-color: #C4E3E0; }

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

This div background color is #C4E3E0.


Border color

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

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

This div border color is #C4E3E0.


Opacity

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

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

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

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

This text has shadow with #C4E3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E3E0 on black background.


Color preview on white background

This text has color #C4E3E0 on white background.



Black color preview on #C4E3E0 background

This text has black color on #C4E3E0 background.


White color preview on #C4E3E0 background

This text has white color on #C4E3E0 background.