COLOR #C4E3E1

HEX: #C4E3E1
RGB: (196,227,225)

Color info

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

RGB color model

#C4E3E1 color RGB value is (196,227,225).

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

RGB channels and saturation

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

196
227
225

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

Portions of RGB colors in percentages

R + G + B =
196 + 227 + 225 = 648 (100%)
R 196 of 648 ~ 30.25%
G 227 of 648 ~ 35.03%
B 225 of 648 ~ 34.72%

%30.25
%35.03
%34.72

CMYK color model

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

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • 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
%0.88
%10.98

Codes

Color #C4E3E1 in popluar color models

C4E3E1
RGB196227225
HSL176°35.63%82.94%
HSB/HSV176°13.66%89.02%
CMYK13.66%0.00%0.88%
10.98%

Color #C4E3E1 in popluar number systems.

HEXC4E3E1
Decimal196227225
Binary110001001110001111100001
Octal304343341

Shades and tints

Shades of #C4E3E1

#C4E3E1
(196,227,225)
#B3CFCD
(179,207,205)
#A2BBB9
(162,187,185)
#91A7A5
(145,167,165)
#809391
(128,147,145)
#6F7F7D
(111,127,125)
#5E6B69
(94,107,105)
#4D5755
(77,87,85)
#3C4341
(60,67,65)
#2B2F2D
(43,47,45)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #C4E3E1

#C4E3E1
(196,227,225)
#C9E5E3
(201,229,227)
#CEE7E5
(206,231,229)
#D3E9E7
(211,233,231)
#D8EBE9
(216,235,233)
#DDEDEB
(221,237,235)
#E2EFED
(226,239,237)
#E7F1EF
(231,241,239)
#ECF3F1
(236,243,241)
#F1F5F3
(241,245,243)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E3E1; }

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

This text font color is #C4E3E1.


Background Color

.myBgColor { background-color: #C4E3E1; }

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

This div background color is #C4E3E1.


Border color

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

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

This div border color is #C4E3E1.


Opacity

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

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

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

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

This text has shadow with #C4E3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E3E1 on black background.


Color preview on white background

This text has color #C4E3E1 on white background.



Black color preview on #C4E3E1 background

This text has black color on #C4E3E1 background.


White color preview on #C4E3E1 background

This text has white color on #C4E3E1 background.