COLOR #C5F4E3

HEX: #C5F4E3
RGB: (197,244,227)

Color info

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

RGB color model

#C5F4E3 color RGB value is (197,244,227).

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

RGB channels and saturation

R 197 of 255 = 77%
G 244 of 255 = 96%
B 227 of 255 = 89%

197
244
227

R + G + B ~ 87%. #C5F4E3 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 244 + 227 = 668 (100%)
R 197 of 668 ~ 29.49%
G 244 of 668 ~ 36.53%
B 227 of 668 ~ 33.98%

%29.49
%36.53
%33.98

CMYK color model

#C5F4E3 color CMYK value is (19,0,7,4).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 6.97%
  • key color value is 4.31%
CMYK:
(19,0,7,4)
C19M0Y7K4 
(19%,0%,7%,4%)
(0.19/0.00/0.07/0.04)	

CMYK percentages

%19.26
%0
%6.97
%4.31

Codes

Color #C5F4E3 in popluar color models

C5F4E3
RGB197244227
HSL158°68.12%86.47%
HSB/HSV158°19.26%95.69%
CMYK19.26%0.00%6.97%
4.31%

Color #C5F4E3 in popluar number systems.

HEXC5F4E3
Decimal197244227
Binary110001011111010011100011
Octal305364343

Shades and tints

Shades of #C5F4E3

#C5F4E3
(197,244,227)
#B4DECF
(180,222,207)
#A3C8BB
(163,200,187)
#92B2A7
(146,178,167)
#819C93
(129,156,147)
#70867F
(112,134,127)
#5F706B
(95,112,107)
#4E5A57
(78,90,87)
#3D4443
(61,68,67)
#2C2E2F
(44,46,47)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #C5F4E3

#C5F4E3
(197,244,227)
#CAF5E5
(202,245,229)
#CFF6E7
(207,246,231)
#D4F7E9
(212,247,233)
#D9F8EB
(217,248,235)
#DEF9ED
(222,249,237)
#E3FAEF
(227,250,239)
#E8FBF1
(232,251,241)
#EDFCF3
(237,252,243)
#F2FDF5
(242,253,245)
#F7FEF7
(247,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F4E3; }

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

This text font color is #C5F4E3.


Background Color

.myBgColor { background-color: #C5F4E3; }

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

This div background color is #C5F4E3.


Border color

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

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

This div border color is #C5F4E3.


Opacity

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

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

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

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

This text has shadow with #C5F4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F4E3 on black background.


Color preview on white background

This text has color #C5F4E3 on white background.



Black color preview on #C5F4E3 background

This text has black color on #C5F4E3 background.


White color preview on #C5F4E3 background

This text has white color on #C5F4E3 background.