COLOR #C5EBDA

HEX: #C5EBDA
RGB: (197,235,218)

Color info

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

RGB color model

#C5EBDA color RGB value is (197,235,218).

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

RGB channels and saturation

R 197 of 255 = 77%
G 235 of 255 = 92%
B 218 of 255 = 85%

197
235
218

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

Portions of RGB colors in percentages

R + G + B =
197 + 235 + 218 = 650 (100%)
R 197 of 650 ~ 30.31%
G 235 of 650 ~ 36.15%
B 218 of 650 ~ 33.54%

%30.31
%36.15
%33.54

CMYK color model

#C5EBDA color CMYK value is (16,0,7,8).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(16,0,7,8)
C16M0Y7K8 
(16%,0%,7%,8%)
(0.16/0.00/0.07/0.08)	

CMYK percentages

%16.17
%0
%7.23
%7.84

Codes

Color #C5EBDA in popluar color models

C5EBDA
RGB197235218
HSL153°48.72%84.71%
HSB/HSV153°16.17%92.16%
CMYK16.17%0.00%7.23%
7.84%

Color #C5EBDA in popluar number systems.

HEXC5EBDA
Decimal197235218
Binary110001011110101111011010
Octal305353332

Shades and tints

Shades of #C5EBDA

#C5EBDA
(197,235,218)
#B4D6C7
(180,214,199)
#A3C1B4
(163,193,180)
#92ACA1
(146,172,161)
#81978E
(129,151,142)
#70827B
(112,130,123)
#5F6D68
(95,109,104)
#4E5855
(78,88,85)
#3D4342
(61,67,66)
#2C2E2F
(44,46,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #C5EBDA

#C5EBDA
(197,235,218)
#CAECDD
(202,236,221)
#CFEDE0
(207,237,224)
#D4EEE3
(212,238,227)
#D9EFE6
(217,239,230)
#DEF0E9
(222,240,233)
#E3F1EC
(227,241,236)
#E8F2EF
(232,242,239)
#EDF3F2
(237,243,242)
#F2F4F5
(242,244,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EBDA; }

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

This text font color is #C5EBDA.


Background Color

.myBgColor { background-color: #C5EBDA; }

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

This div background color is #C5EBDA.


Border color

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

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

This div border color is #C5EBDA.


Opacity

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

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

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

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

This text has shadow with #C5EBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EBDA on black background.


Color preview on white background

This text has color #C5EBDA on white background.



Black color preview on #C5EBDA background

This text has black color on #C5EBDA background.


White color preview on #C5EBDA background

This text has white color on #C5EBDA background.