COLOR #C5E7DD

HEX: #C5E7DD
RGB: (197,231,221)

Color info

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

RGB color model

#C5E7DD color RGB value is (197,231,221).

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

RGB channels and saturation

R 197 of 255 = 77%
G 231 of 255 = 91%
B 221 of 255 = 87%

197
231
221

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

Portions of RGB colors in percentages

R + G + B =
197 + 231 + 221 = 649 (100%)
R 197 of 649 ~ 30.35%
G 231 of 649 ~ 35.59%
B 221 of 649 ~ 34.05%

%30.35
%35.59
%34.05

CMYK color model

#C5E7DD color CMYK value is (15,0,4,9).

  • cyan value is 14.72%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(15,0,4,9)
C15M0Y4K9 
(15%,0%,4%,9%)
(0.15/0.00/0.04/0.09)	

CMYK percentages

%14.72
%0
%4.33
%9.41

Codes

Color #C5E7DD in popluar color models

C5E7DD
RGB197231221
HSL162°41.46%83.92%
HSB/HSV162°14.72%90.59%
CMYK14.72%0.00%4.33%
9.41%

Color #C5E7DD in popluar number systems.

HEXC5E7DD
Decimal197231221
Binary110001011110011111011101
Octal305347335

Shades and tints

Shades of #C5E7DD

#C5E7DD
(197,231,221)
#B4D2C9
(180,210,201)
#A3BDB5
(163,189,181)
#92A8A1
(146,168,161)
#81938D
(129,147,141)
#707E79
(112,126,121)
#5F6965
(95,105,101)
#4E5451
(78,84,81)
#3D3F3D
(61,63,61)
#2C2A29
(44,42,41)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C5E7DD

#C5E7DD
(197,231,221)
#CAE9E0
(202,233,224)
#CFEBE3
(207,235,227)
#D4EDE6
(212,237,230)
#D9EFE9
(217,239,233)
#DEF1EC
(222,241,236)
#E3F3EF
(227,243,239)
#E8F5F2
(232,245,242)
#EDF7F5
(237,247,245)
#F2F9F8
(242,249,248)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E7DD; }

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

This text font color is #C5E7DD.


Background Color

.myBgColor { background-color: #C5E7DD; }

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

This div background color is #C5E7DD.


Border color

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

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

This div border color is #C5E7DD.


Opacity

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

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

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

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

This text has shadow with #C5E7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E7DD on black background.


Color preview on white background

This text has color #C5E7DD on white background.



Black color preview on #C5E7DD background

This text has black color on #C5E7DD background.


White color preview on #C5E7DD background

This text has white color on #C5E7DD background.