COLOR #C5E7D7

HEX: #C5E7D7
RGB: (197,231,215)

Color info

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

RGB color model

#C5E7D7 color RGB value is (197,231,215).

  • red value is 197;
  • green value is 231;
  • blue value is 215.
RGB:
(197,231,215)
(77%,91%,84%)

RGB channels and saturation

R 197 of 255 = 77%
G 231 of 255 = 91%
B 215 of 255 = 84%

197
231
215

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

Portions of RGB colors in percentages

R + G + B =
197 + 231 + 215 = 643 (100%)
R 197 of 643 ~ 30.64%
G 231 of 643 ~ 35.93%
B 215 of 643 ~ 33.44%

%30.64
%35.93
%33.44

CMYK color model

#C5E7D7 color CMYK value is (15,0,7,9).

  • cyan value is 14.72%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 9.41%
CMYK:
(15,0,7,9)
C15M0Y7K9 
(15%,0%,7%,9%)
(0.15/0.00/0.07/0.09)	

CMYK percentages

%14.72
%0
%6.93
%9.41

Codes

Color #C5E7D7 in popluar color models

C5E7D7
RGB197231215
HSL152°41.46%83.92%
HSB/HSV152°14.72%90.59%
CMYK14.72%0.00%6.93%
9.41%

Color #C5E7D7 in popluar number systems.

HEXC5E7D7
Decimal197231215
Binary110001011110011111010111
Octal305347327

Shades and tints

Shades of #C5E7D7

#C5E7D7
(197,231,215)
#B4D2C4
(180,210,196)
#A3BDB1
(163,189,177)
#92A89E
(146,168,158)
#81938B
(129,147,139)
#707E78
(112,126,120)
#5F6965
(95,105,101)
#4E5452
(78,84,82)
#3D3F3F
(61,63,63)
#2C2A2C
(44,42,44)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #C5E7D7

#C5E7D7
(197,231,215)
#CAE9DA
(202,233,218)
#CFEBDD
(207,235,221)
#D4EDE0
(212,237,224)
#D9EFE3
(217,239,227)
#DEF1E6
(222,241,230)
#E3F3E9
(227,243,233)
#E8F5EC
(232,245,236)
#EDF7EF
(237,247,239)
#F2F9F2
(242,249,242)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E7D7 color. Also use rgb(197,231,215) instead hex code.

Text Font Color

.myTextColor { color: #C5E7D7; }

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

This text font color is #C5E7D7.


Background Color

.myBgColor { background-color: #C5E7D7; }

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

This div background color is #C5E7D7.


Border color

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

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

This div border color is #C5E7D7.


Opacity

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

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

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

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

This text has shadow with #C5E7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E7D7 on black background.


Color preview on white background

This text has color #C5E7D7 on white background.



Black color preview on #C5E7D7 background

This text has black color on #C5E7D7 background.


White color preview on #C5E7D7 background

This text has white color on #C5E7D7 background.