COLOR #C5F6E5

HEX: #C5F6E5
RGB: (197,246,229)

Color info

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

RGB color model

#C5F6E5 color RGB value is (197,246,229).

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

RGB channels and saturation

R 197 of 255 = 77%
G 246 of 255 = 96%
B 229 of 255 = 90%

197
246
229

R + G + B ~ 88%. #C5F6E5 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 246 + 229 = 672 (100%)
R 197 of 672 ~ 29.32%
G 246 of 672 ~ 36.61%
B 229 of 672 ~ 34.08%

%29.32
%36.61
%34.08

CMYK color model

#C5F6E5 color CMYK value is (20,0,7,4).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 3.53%
CMYK:
(20,0,7,4)
C20M0Y7K4 
(20%,0%,7%,4%)
(0.20/0.00/0.07/0.04)	

CMYK percentages

%19.92
%0
%6.91
%3.53

Codes

Color #C5F6E5 in popluar color models

C5F6E5
RGB197246229
HSL159°73.13%86.86%
HSB/HSV159°19.92%96.47%
CMYK19.92%0.00%6.91%
3.53%

Color #C5F6E5 in popluar number systems.

HEXC5F6E5
Decimal197246229
Binary110001011111011011100101
Octal305366345

Shades and tints

Shades of #C5F6E5

#C5F6E5
(197,246,229)
#B4E0D1
(180,224,209)
#A3CABD
(163,202,189)
#92B4A9
(146,180,169)
#819E95
(129,158,149)
#708881
(112,136,129)
#5F726D
(95,114,109)
#4E5C59
(78,92,89)
#3D4645
(61,70,69)
#2C3031
(44,48,49)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #C5F6E5

#C5F6E5
(197,246,229)
#CAF6E7
(202,246,231)
#CFF6E9
(207,246,233)
#D4F6EB
(212,246,235)
#D9F6ED
(217,246,237)
#DEF6EF
(222,246,239)
#E3F6F1
(227,246,241)
#E8F6F3
(232,246,243)
#EDF6F5
(237,246,245)
#F2F6F7
(242,246,247)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F6E5; }

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

This text font color is #C5F6E5.


Background Color

.myBgColor { background-color: #C5F6E5; }

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

This div background color is #C5F6E5.


Border color

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

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

This div border color is #C5F6E5.


Opacity

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

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

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

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

This text has shadow with #C5F6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F6E5 on black background.


Color preview on white background

This text has color #C5F6E5 on white background.



Black color preview on #C5F6E5 background

This text has black color on #C5F6E5 background.


White color preview on #C5F6E5 background

This text has white color on #C5F6E5 background.