COLOR #C5E5EB

HEX: #C5E5EB
RGB: (197,229,235)

Color info

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

RGB color model

#C5E5EB color RGB value is (197,229,235).

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

RGB channels and saturation

R 197 of 255 = 77%
G 229 of 255 = 90%
B 235 of 255 = 92%

197
229
235

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

Portions of RGB colors in percentages

R + G + B =
197 + 229 + 235 = 661 (100%)
R 197 of 661 ~ 29.8%
G 229 of 661 ~ 34.64%
B 235 of 661 ~ 35.55%

%29.8
%34.64
%35.55

CMYK color model

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

  • cyan value is 16.17%
  • magenta value is 2.55%
  • 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.55
%0
%7.84

Codes

Color #C5E5EB in popluar color models

C5E5EB
RGB197229235
HSL189°48.72%84.71%
HSB/HSV189°16.17%92.16%
CMYK16.17%2.55%0.00%
7.84%

Color #C5E5EB in popluar number systems.

HEXC5E5EB
Decimal197229235
Binary110001011110010111101011
Octal305345353

Shades and tints

Shades of #C5E5EB

#C5E5EB
(197,229,235)
#B4D1D6
(180,209,214)
#A3BDC1
(163,189,193)
#92A9AC
(146,169,172)
#819597
(129,149,151)
#708182
(112,129,130)
#5F6D6D
(95,109,109)
#4E5958
(78,89,88)
#3D4543
(61,69,67)
#2C312E
(44,49,46)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #C5E5EB

#C5E5EB
(197,229,235)
#CAE7EC
(202,231,236)
#CFE9ED
(207,233,237)
#D4EBEE
(212,235,238)
#D9EDEF
(217,237,239)
#DEEFF0
(222,239,240)
#E3F1F1
(227,241,241)
#E8F3F2
(232,243,242)
#EDF5F3
(237,245,243)
#F2F7F4
(242,247,244)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E5EB; }

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

This text font color is #C5E5EB.


Background Color

.myBgColor { background-color: #C5E5EB; }

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

This div background color is #C5E5EB.


Border color

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

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

This div border color is #C5E5EB.


Opacity

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

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

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

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

This text has shadow with #C5E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E5EB on black background.


Color preview on white background

This text has color #C5E5EB on white background.



Black color preview on #C5E5EB background

This text has black color on #C5E5EB background.


White color preview on #C5E5EB background

This text has white color on #C5E5EB background.