COLOR #C5E0D2

HEX: #C5E0D2
RGB: (197,224,210)

Color info

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

RGB color model

#C5E0D2 color RGB value is (197,224,210).

  • red value is 197;
  • green value is 224;
  • blue value is 210.
RGB:
(197,224,210)
(77%,88%,82%)

RGB channels and saturation

R 197 of 255 = 77%
G 224 of 255 = 88%
B 210 of 255 = 82%

197
224
210

R + G + B ~ 82%. #C5E0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 224 + 210 = 631 (100%)
R 197 of 631 ~ 31.22%
G 224 of 631 ~ 35.5%
B 210 of 631 ~ 33.28%

%31.22
%35.5
%33.28

CMYK color model

#C5E0D2 color CMYK value is (12,0,6,12).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 12.16%
CMYK:
(12,0,6,12)
C12M0Y6K12 
(12%,0%,6%,12%)
(0.12/0.00/0.06/0.12)	

CMYK percentages

%12.05
%0
%6.25
%12.16

Codes

Color #C5E0D2 in popluar color models

C5E0D2
RGB197224210
HSL149°30.34%82.55%
HSB/HSV149°12.05%87.84%
CMYK12.05%0.00%6.25%
12.16%

Color #C5E0D2 in popluar number systems.

HEXC5E0D2
Decimal197224210
Binary110001011110000011010010
Octal305340322

Shades and tints

Shades of #C5E0D2

#C5E0D2
(197,224,210)
#B4CCBF
(180,204,191)
#A3B8AC
(163,184,172)
#92A499
(146,164,153)
#819086
(129,144,134)
#707C73
(112,124,115)
#5F6860
(95,104,96)
#4E544D
(78,84,77)
#3D403A
(61,64,58)
#2C2C27
(44,44,39)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #C5E0D2

#C5E0D2
(197,224,210)
#CAE2D6
(202,226,214)
#CFE4DA
(207,228,218)
#D4E6DE
(212,230,222)
#D9E8E2
(217,232,226)
#DEEAE6
(222,234,230)
#E3ECEA
(227,236,234)
#E8EEEE
(232,238,238)
#EDF0F2
(237,240,242)
#F2F2F6
(242,242,246)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E0D2 color. Also use rgb(197,224,210) instead hex code.

Text Font Color

.myTextColor { color: #C5E0D2; }

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

This text font color is #C5E0D2.


Background Color

.myBgColor { background-color: #C5E0D2; }

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

This div background color is #C5E0D2.


Border color

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

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

This div border color is #C5E0D2.


Opacity

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

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

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

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

This text has shadow with #C5E0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E0D2 on black background.


Color preview on white background

This text has color #C5E0D2 on white background.



Black color preview on #C5E0D2 background

This text has black color on #C5E0D2 background.


White color preview on #C5E0D2 background

This text has white color on #C5E0D2 background.