COLOR #C5E2DC

HEX: #C5E2DC
RGB: (197,226,220)

Color info

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

RGB color model

#C5E2DC color RGB value is (197,226,220).

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

RGB channels and saturation

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

197
226
220

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

Portions of RGB colors in percentages

R + G + B =
197 + 226 + 220 = 643 (100%)
R 197 of 643 ~ 30.64%
G 226 of 643 ~ 35.15%
B 220 of 643 ~ 34.21%

%30.64
%35.15
%34.21

CMYK color model

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

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • 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
%2.65
%11.37

Codes

Color #C5E2DC in popluar color models

C5E2DC
RGB197226220
HSL168°33.33%82.94%
HSB/HSV168°12.83%88.63%
CMYK12.83%0.00%2.65%
11.37%

Color #C5E2DC in popluar number systems.

HEXC5E2DC
Decimal197226220
Binary110001011110001011011100
Octal305342334

Shades and tints

Shades of #C5E2DC

#C5E2DC
(197,226,220)
#B4CEC8
(180,206,200)
#A3BAB4
(163,186,180)
#92A6A0
(146,166,160)
#81928C
(129,146,140)
#707E78
(112,126,120)
#5F6A64
(95,106,100)
#4E5650
(78,86,80)
#3D423C
(61,66,60)
#2C2E28
(44,46,40)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #C5E2DC

#C5E2DC
(197,226,220)
#CAE4DF
(202,228,223)
#CFE6E2
(207,230,226)
#D4E8E5
(212,232,229)
#D9EAE8
(217,234,232)
#DEECEB
(222,236,235)
#E3EEEE
(227,238,238)
#E8F0F1
(232,240,241)
#EDF2F4
(237,242,244)
#F2F4F7
(242,244,247)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E2DC; }

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

This text font color is #C5E2DC.


Background Color

.myBgColor { background-color: #C5E2DC; }

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

This div background color is #C5E2DC.


Border color

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

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

This div border color is #C5E2DC.


Opacity

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

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

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

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

This text has shadow with #C5E2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E2DC on black background.


Color preview on white background

This text has color #C5E2DC on white background.



Black color preview on #C5E2DC background

This text has black color on #C5E2DC background.


White color preview on #C5E2DC background

This text has white color on #C5E2DC background.