COLOR #C5E2DB

HEX: #C5E2DB
RGB: (197,226,219)

Color info

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

RGB color model

#C5E2DB color RGB value is (197,226,219).

  • red value is 197;
  • green value is 226;
  • blue value is 219.
RGB:
(197,226,219)
(77%,89%,86%)

RGB channels and saturation

R 197 of 255 = 77%
G 226 of 255 = 89%
B 219 of 255 = 86%

197
226
219

R + G + B ~ 84%. #C5E2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 226 + 219 = 642 (100%)
R 197 of 642 ~ 30.69%
G 226 of 642 ~ 35.2%
B 219 of 642 ~ 34.11%

%30.69
%35.2
%34.11

CMYK color model

#C5E2DB color CMYK value is (13,0,3,11).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(13,0,3,11)
C13M0Y3K11 
(13%,0%,3%,11%)
(0.13/0.00/0.03/0.11)	

CMYK percentages

%12.83
%0
%3.1
%11.37

Codes

Color #C5E2DB in popluar color models

C5E2DB
RGB197226219
HSL166°33.33%82.94%
HSB/HSV166°12.83%88.63%
CMYK12.83%0.00%3.10%
11.37%

Color #C5E2DB in popluar number systems.

HEXC5E2DB
Decimal197226219
Binary110001011110001011011011
Octal305342333

Shades and tints

Shades of #C5E2DB

#C5E2DB
(197,226,219)
#B4CEC8
(180,206,200)
#A3BAB5
(163,186,181)
#92A6A2
(146,166,162)
#81928F
(129,146,143)
#707E7C
(112,126,124)
#5F6A69
(95,106,105)
#4E5656
(78,86,86)
#3D4243
(61,66,67)
#2C2E30
(44,46,48)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #C5E2DB

#C5E2DB
(197,226,219)
#CAE4DE
(202,228,222)
#CFE6E1
(207,230,225)
#D4E8E4
(212,232,228)
#D9EAE7
(217,234,231)
#DEECEA
(222,236,234)
#E3EEED
(227,238,237)
#E8F0F0
(232,240,240)
#EDF2F3
(237,242,243)
#F2F4F6
(242,244,246)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E2DB color. Also use rgb(197,226,219) instead hex code.

Text Font Color

.myTextColor { color: #C5E2DB; }

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

This text font color is #C5E2DB.


Background Color

.myBgColor { background-color: #C5E2DB; }

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

This div background color is #C5E2DB.


Border color

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

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

This div border color is #C5E2DB.


Opacity

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

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

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

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

This text has shadow with #C5E2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E2DB on black background.


Color preview on white background

This text has color #C5E2DB on white background.



Black color preview on #C5E2DB background

This text has black color on #C5E2DB background.


White color preview on #C5E2DB background

This text has white color on #C5E2DB background.