COLOR #C4EAE5

HEX: #C4EAE5
RGB: (196,234,229)

Color info

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

RGB color model

#C4EAE5 color RGB value is (196,234,229).

  • red value is 196;
  • green value is 234;
  • blue value is 229.
RGB:
(196,234,229)
(77%,92%,90%)

RGB channels and saturation

R 196 of 255 = 77%
G 234 of 255 = 92%
B 229 of 255 = 90%

196
234
229

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

Portions of RGB colors in percentages

R + G + B =
196 + 234 + 229 = 659 (100%)
R 196 of 659 ~ 29.74%
G 234 of 659 ~ 35.51%
B 229 of 659 ~ 34.75%

%29.74
%35.51
%34.75

CMYK color model

#C4EAE5 color CMYK value is (16,0,2,8).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(16,0,2,8)
C16M0Y2K8 
(16%,0%,2%,8%)
(0.16/0.00/0.02/0.08)	

CMYK percentages

%16.24
%0
%2.14
%8.24

Codes

Color #C4EAE5 in popluar color models

C4EAE5
RGB196234229
HSL172°47.50%84.31%
HSB/HSV172°16.24%91.76%
CMYK16.24%0.00%2.14%
8.24%

Color #C4EAE5 in popluar number systems.

HEXC4EAE5
Decimal196234229
Binary110001001110101011100101
Octal304352345

Shades and tints

Shades of #C4EAE5

#C4EAE5
(196,234,229)
#B3D5D1
(179,213,209)
#A2C0BD
(162,192,189)
#91ABA9
(145,171,169)
#809695
(128,150,149)
#6F8181
(111,129,129)
#5E6C6D
(94,108,109)
#4D5759
(77,87,89)
#3C4245
(60,66,69)
#2B2D31
(43,45,49)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #C4EAE5

#C4EAE5
(196,234,229)
#C9EBE7
(201,235,231)
#CEECE9
(206,236,233)
#D3EDEB
(211,237,235)
#D8EEED
(216,238,237)
#DDEFEF
(221,239,239)
#E2F0F1
(226,240,241)
#E7F1F3
(231,241,243)
#ECF2F5
(236,242,245)
#F1F3F7
(241,243,247)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EAE5 color. Also use rgb(196,234,229) instead hex code.

Text Font Color

.myTextColor { color: #C4EAE5; }

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

This text font color is #C4EAE5.


Background Color

.myBgColor { background-color: #C4EAE5; }

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

This div background color is #C4EAE5.


Border color

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

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

This div border color is #C4EAE5.


Opacity

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

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

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

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

This text has shadow with #C4EAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EAE5 on black background.


Color preview on white background

This text has color #C4EAE5 on white background.



Black color preview on #C4EAE5 background

This text has black color on #C4EAE5 background.


White color preview on #C4EAE5 background

This text has white color on #C4EAE5 background.