COLOR #C5EDBE

HEX: #C5EDBE
RGB: (197,237,190)

Color info

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

RGB color model

#C5EDBE color RGB value is (197,237,190).

  • red value is 197;
  • green value is 237;
  • blue value is 190.
RGB:
(197,237,190)
(77%,93%,75%)

RGB channels and saturation

R 197 of 255 = 77%
G 237 of 255 = 93%
B 190 of 255 = 75%

197
237
190

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

Portions of RGB colors in percentages

R + G + B =
197 + 237 + 190 = 624 (100%)
R 197 of 624 ~ 31.57%
G 237 of 624 ~ 37.98%
B 190 of 624 ~ 30.45%

%31.57
%37.98
%30.45

CMYK color model

#C5EDBE color CMYK value is (17,0,20,7).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK:
(17,0,20,7)
C17M0Y20K7 
(17%,0%,20%,7%)
(0.17/0.00/0.20/0.07)	

CMYK percentages

%16.88
%0
%19.83
%7.06

Codes

Color #C5EDBE in popluar color models

C5EDBE
RGB197237190
HSL111°56.63%83.73%
HSB/HSV111°19.83%92.94%
CMYK16.88%0.00%19.83%
7.06%

Color #C5EDBE in popluar number systems.

HEXC5EDBE
Decimal197237190
Binary110001011110110110111110
Octal305355276

Shades and tints

Shades of #C5EDBE

#C5EDBE
(197,237,190)
#B4D8AD
(180,216,173)
#A3C39C
(163,195,156)
#92AE8B
(146,174,139)
#81997A
(129,153,122)
#708469
(112,132,105)
#5F6F58
(95,111,88)
#4E5A47
(78,90,71)
#3D4536
(61,69,54)
#2C3025
(44,48,37)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #C5EDBE

#C5EDBE
(197,237,190)
#CAEEC3
(202,238,195)
#CFEFC8
(207,239,200)
#D4F0CD
(212,240,205)
#D9F1D2
(217,241,210)
#DEF2D7
(222,242,215)
#E3F3DC
(227,243,220)
#E8F4E1
(232,244,225)
#EDF5E6
(237,245,230)
#F2F6EB
(242,246,235)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EDBE color. Also use rgb(197,237,190) instead hex code.

Text Font Color

.myTextColor { color: #C5EDBE; }

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

This text font color is #C5EDBE.


Background Color

.myBgColor { background-color: #C5EDBE; }

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

This div background color is #C5EDBE.


Border color

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

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

This div border color is #C5EDBE.


Opacity

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

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

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

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

This text has shadow with #C5EDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EDBE on black background.


Color preview on white background

This text has color #C5EDBE on white background.



Black color preview on #C5EDBE background

This text has black color on #C5EDBE background.


White color preview on #C5EDBE background

This text has white color on #C5EDBE background.