COLOR #C5E0E4

HEX: #C5E0E4 RGB: (197,224,228)

Color info

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

RGB color model

#C5E0E4 color RGB value is (197,224,228).

RGB: (197,224,228) (77%, 88%, 89%)

RGB channels and saturation

R 197 of 255 = 77%
G 224 of 255 = 88%
B 228 of 255 = 89%

197
224
228

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

Portions of RGB colors in percentages

R + G + B = 197 + 224 + 228 = 649 (100%)
R 197 of 649 ~ 30.35%
G 224 of 649 ~ 34.51%
B 228 of 649 ~ 35.13'%

%30.35
%34.51
%35.13

CMYK color model

#C5E0E4 color CMYK value is (14,2,0,11).

  • cyan value is 13.60%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (14,2,0,11)
C14M2Y0K11 (14%, 2%, 0%, 11%)
(0.14 / 0.02 / 0.00 / 0.11)

CMYK percentages

%13.6
%1.75
%0
%10.59

Codes

Color #C5E0E4 in popluar color models

C5 E0 E4
RGB 197 224 228
HSL 188° 36.47% 83.33%
HSB/HSV 188° 13.60% 89.41%
CMYK 13.60% 1.75% 0.00%
10.59%

Color #C5E0E4 in popluar number systems.

HEX C5 E0 E4
Decimal 197 224 228
Binary 11000101 11100000 11100100
Octal 305 340 344

Shades and tints

Shades of #C5E0E4

#C5E0E4
(197,224,228)
#B4CCD0
(180,204,208)
#A3B8BC
(163,184,188)
#92A4A8
(146,164,168)
#819094
(129,144,148)
#707C80
(112,124,128)
#5F686C
(95,104,108)
#4E5458
(78,84,88)
#3D4044
(61,64,68)
#2C2C30
(44,44,48)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #C5E0E4

#C5E0E4
(197,224,228)
#CAE2E6
(202,226,230)
#CFE4E8
(207,228,232)
#D4E6EA
(212,230,234)
#D9E8EC
(217,232,236)
#DEEAEE
(222,234,238)
#E3ECF0
(227,236,240)
#E8EEF2
(232,238,242)
#EDF0F4
(237,240,244)
#F2F2F6
(242,242,246)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E0E4 color. Also use rgb(197,224,228) instead hex code.

Text Font Color

.myTextColor { color: #C5E0E4; }

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

This text font color is #C5E0E4.

Background Color

.myBgColor { background-color: #C5E0E4; }

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

This div background color is #C5E0E4.

Border color

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

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

This div border color is #C5E0E4.

Opacity

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

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

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

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

This text has shadow with #C5E0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E0E4.

Preview

Color preview on black background

This text has color #C5E0E4 on black background.


Color preview on white background

This text has color #C5E0E4 on white background.


Black color preview on #C5E0E4 background

This text has black color on #C5E0E4 background.


White color preview on #C5E0E4 background

This text has white color on #C5E0E4 background.


Related colors

Complementary color

Complementary color for #hex is #3A1F1B.


I love getcolorcode.com

Triadic colors

1 #E4C5E0 and #E0E4C5 with #C5E0E4 are triadic colors.

2 #E4E0C5 and #E0C5E4 with #C5E0E4 are triadic colors.