COLOR #C5E5C7

HEX: #C5E5C7
RGB: (197,229,199)

Color info

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

RGB color model

#C5E5C7 color RGB value is (197,229,199).

  • red value is 197;
  • green value is 229;
  • blue value is 199.
RGB:
(197,229,199)
(77%,90%,78%)

RGB channels and saturation

R 197 of 255 = 77%
G 229 of 255 = 90%
B 199 of 255 = 78%

197
229
199

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

Portions of RGB colors in percentages

R + G + B =
197 + 229 + 199 = 625 (100%)
R 197 of 625 ~ 31.52%
G 229 of 625 ~ 36.64%
B 199 of 625 ~ 31.84%

%31.52
%36.64
%31.84

CMYK color model

#C5E5C7 color CMYK value is (14,0,13,10).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(14,0,13,10)
C14M0Y13K10 
(14%,0%,13%,10%)
(0.14/0.00/0.13/0.10)	

CMYK percentages

%13.97
%0
%13.1
%10.2

Codes

Color #C5E5C7 in popluar color models

C5E5C7
RGB197229199
HSL124°38.10%83.53%
HSB/HSV124°13.97%89.80%
CMYK13.97%0.00%13.10%
10.20%

Color #C5E5C7 in popluar number systems.

HEXC5E5C7
Decimal197229199
Binary110001011110010111000111
Octal305345307

Shades and tints

Shades of #C5E5C7

#C5E5C7
(197,229,199)
#B4D1B5
(180,209,181)
#A3BDA3
(163,189,163)
#92A991
(146,169,145)
#81957F
(129,149,127)
#70816D
(112,129,109)
#5F6D5B
(95,109,91)
#4E5949
(78,89,73)
#3D4537
(61,69,55)
#2C3125
(44,49,37)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #C5E5C7

#C5E5C7
(197,229,199)
#CAE7CC
(202,231,204)
#CFE9D1
(207,233,209)
#D4EBD6
(212,235,214)
#D9EDDB
(217,237,219)
#DEEFE0
(222,239,224)
#E3F1E5
(227,241,229)
#E8F3EA
(232,243,234)
#EDF5EF
(237,245,239)
#F2F7F4
(242,247,244)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E5C7 color. Also use rgb(197,229,199) instead hex code.

Text Font Color

.myTextColor { color: #C5E5C7; }

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

This text font color is #C5E5C7.


Background Color

.myBgColor { background-color: #C5E5C7; }

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

This div background color is #C5E5C7.


Border color

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

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

This div border color is #C5E5C7.


Opacity

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

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

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

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

This text has shadow with #C5E5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E5C7 on black background.


Color preview on white background

This text has color #C5E5C7 on white background.



Black color preview on #C5E5C7 background

This text has black color on #C5E5C7 background.


White color preview on #C5E5C7 background

This text has white color on #C5E5C7 background.