COLOR #C5E4EB

HEX: #C5E4EB RGB: (197,228,235)

Color info

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

RGB color model

#C5E4EB color RGB value is (197,228,235).

RGB: (197,228,235) (77%, 89%, 92%)

RGB channels and saturation

R 197 of 255 = 77%
G 228 of 255 = 89%
B 235 of 255 = 92%

197
228
235

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

Portions of RGB colors in percentages

R + G + B = 197 + 228 + 235 = 660 (100%)
R 197 of 660 ~ 29.85%
G 228 of 660 ~ 34.55%
B 235 of 660 ~ 35.61'%

%29.85
%34.55
%35.61

CMYK color model

#C5E4EB color CMYK value is (16,3,0,8).

  • cyan value is 16.17%
  • magenta value is 2.98%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (16,3,0,8) C16M3Y0K8 (16%,3%,0%,8%) (0.16/0.03/0.00/0.08) 

CMYK percentages

%16.17
%2.98
%0
%7.84

Codes

Color #C5E4EB in popluar color models

C5 E4 EB
RGB 197 228 235
HSL 191° 48.72% 84.71%
HSB/HSV 191° 16.17% 92.16%
CMYK 16.17% 2.98% 0.00%
7.84%

Color #C5E4EB in popluar number systems.

HEX C5 E4 EB
Decimal 197 228 235
Binary 11000101 11100100 11101011
Octal 305 344 353

Shades and tints

Shades of #C5E4EB

#C5E4EB
(197,228,235)
#B4D0D6
(180,208,214)
#A3BCC1
(163,188,193)
#92A8AC
(146,168,172)
#819497
(129,148,151)
#708082
(112,128,130)
#5F6C6D
(95,108,109)
#4E5858
(78,88,88)
#3D4443
(61,68,67)
#2C302E
(44,48,46)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #C5E4EB

#C5E4EB
(197,228,235)
#CAE6EC
(202,230,236)
#CFE8ED
(207,232,237)
#D4EAEE
(212,234,238)
#D9ECEF
(217,236,239)
#DEEEF0
(222,238,240)
#E3F0F1
(227,240,241)
#E8F2F2
(232,242,242)
#EDF4F3
(237,244,243)
#F2F6F4
(242,246,244)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E4EB; }

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

This text font color is #C5E4EB.

Background Color

.myBgColor { background-color: #C5E4EB; }

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

This div background color is #C5E4EB.

Border color

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

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

This div border color is #C5E4EB.

Opacity

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

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

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

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

This text has shadow with #C5E4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E4EB.

Preview

Color preview on black background

This text has color #C5E4EB on black background.


Color preview on white background

This text has color #C5E4EB on white background.


Black color preview on #C5E4EB background

This text has black color on #C5E4EB background.


White color preview on #C5E4EB background

This text has white color on #C5E4EB background.


Related colors

Complementary color

Complementary color for #hex is #3A1B14.


I love getcolorcode.com

Triadic colors

1 #EBC5E4 and #E4EBC5 with #C5E4EB are triadic colors.

2 #EBE4C5 and #E4C5EB with #C5E4EB are triadic colors.