COLOR #C5E7E3

HEX: #C5E7E3
RGB: (197,231,227)

Color info

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

RGB color model

#C5E7E3 color RGB value is (197,231,227).

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

RGB channels and saturation

R 197 of 255 = 77%
G 231 of 255 = 91%
B 227 of 255 = 89%

197
231
227

R + G + B ~ 86%. #C5E7E3 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 231 + 227 = 655 (100%)
R 197 of 655 ~ 30.08%
G 231 of 655 ~ 35.27%
B 227 of 655 ~ 34.66%

%30.08
%35.27
%34.66

CMYK color model

#C5E7E3 color CMYK value is (15,0,2,9).

  • cyan value is 14.72%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 9.41%
CMYK:
(15,0,2,9)
C15M0Y2K9 
(15%,0%,2%,9%)
(0.15/0.00/0.02/0.09)	

CMYK percentages

%14.72
%0
%1.73
%9.41

Codes

Color #C5E7E3 in popluar color models

C5E7E3
RGB197231227
HSL173°41.46%83.92%
HSB/HSV173°14.72%90.59%
CMYK14.72%0.00%1.73%
9.41%

Color #C5E7E3 in popluar number systems.

HEXC5E7E3
Decimal197231227
Binary110001011110011111100011
Octal305347343

Shades and tints

Shades of #C5E7E3

#C5E7E3
(197,231,227)
#B4D2CF
(180,210,207)
#A3BDBB
(163,189,187)
#92A8A7
(146,168,167)
#819393
(129,147,147)
#707E7F
(112,126,127)
#5F696B
(95,105,107)
#4E5457
(78,84,87)
#3D3F43
(61,63,67)
#2C2A2F
(44,42,47)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #C5E7E3

#C5E7E3
(197,231,227)
#CAE9E5
(202,233,229)
#CFEBE7
(207,235,231)
#D4EDE9
(212,237,233)
#D9EFEB
(217,239,235)
#DEF1ED
(222,241,237)
#E3F3EF
(227,243,239)
#E8F5F1
(232,245,241)
#EDF7F3
(237,247,243)
#F2F9F5
(242,249,245)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E7E3; }

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

This text font color is #C5E7E3.


Background Color

.myBgColor { background-color: #C5E7E3; }

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

This div background color is #C5E7E3.


Border color

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

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

This div border color is #C5E7E3.


Opacity

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

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

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

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

This text has shadow with #C5E7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E7E3 on black background.


Color preview on white background

This text has color #C5E7E3 on white background.



Black color preview on #C5E7E3 background

This text has black color on #C5E7E3 background.


White color preview on #C5E7E3 background

This text has white color on #C5E7E3 background.