COLOR #C4E0EA

HEX: #C4E0EA RGB: (196,224,234)

Color info

#C4E0EA contains red, green and blue colors in about the same proportion. Web safe color of #C4E0EA is #CCCCFF (or #CCF).

RGB color model

#C4E0EA color RGB value is (196,224,234).

RGB: (196,224,234) (77%, 88%, 92%)

RGB channels and saturation

R 196 of 255 = 77%
G 224 of 255 = 88%
B 234 of 255 = 92%

196
224
234

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

Portions of RGB colors in percentages

R + G + B = 196 + 224 + 234 = 654 (100%)
R 196 of 654 ~ 29.97%
G 224 of 654 ~ 34.25%
B 234 of 654 ~ 35.78'%

%29.97
%34.25
%35.78

CMYK color model

#C4E0EA color CMYK value is (16,4,0,8).

  • cyan value is 16.24%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (16,4,0,8)
C16M4Y0K8 (16%, 4%, 0%, 8%)
(0.16 / 0.04 / 0.00 / 0.08)

CMYK percentages

%16.24
%4.27
%0
%8.24

Codes

Color #C4E0EA in popluar color models

C4 E0 EA
RGB 196 224 234
HSL 196° 47.50% 84.31%
HSB/HSV 196° 16.24% 91.76%
CMYK 16.24% 4.27% 0.00%
8.24%

Color #C4E0EA in popluar number systems.

HEX C4 E0 EA
Decimal 196 224 234
Binary 11000100 11100000 11101010
Octal 304 340 352

Shades and tints

Shades of #C4E0EA

#C4E0EA
(196,224,234)
#B3CCD5
(179,204,213)
#A2B8C0
(162,184,192)
#91A4AB
(145,164,171)
#809096
(128,144,150)
#6F7C81
(111,124,129)
#5E686C
(94,104,108)
#4D5457
(77,84,87)
#3C4042
(60,64,66)
#2B2C2D
(43,44,45)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4E0EA

#C4E0EA
(196,224,234)
#C9E2EB
(201,226,235)
#CEE4EC
(206,228,236)
#D3E6ED
(211,230,237)
#D8E8EE
(216,232,238)
#DDEAEF
(221,234,239)
#E2ECF0
(226,236,240)
#E7EEF1
(231,238,241)
#ECF0F2
(236,240,242)
#F1F2F3
(241,242,243)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E0EA; }

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

This text font color is #C4E0EA.

Background Color

.myBgColor { background-color: #C4E0EA; }

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

This div background color is #C4E0EA.

Border color

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

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

This div border color is #C4E0EA.

Opacity

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

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

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

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

This text has shadow with #C4E0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E0EA.

Preview

Color preview on black background

This text has color #C4E0EA on black background.


Color preview on white background

This text has color #C4E0EA on white background.


Black color preview on #C4E0EA background

This text has black color on #C4E0EA background.


White color preview on #C4E0EA background

This text has white color on #C4E0EA background.


Related colors

Complementary color

Complementary color for #hex is #3B1F15.


I love getcolorcode.com

Triadic colors

1 #EAC4E0 and #E0EAC4 with #C4E0EA are triadic colors.

2 #EAE0C4 and #E0C4EA with #C4E0EA are triadic colors.