COLOR #C5DE88

HEX: #C5DE88
RGB: (197,222,136)

Color info

#C5DE88 contains mainly red and green colors. Web safe color of #C5DE88 is #CCCC99 (or #CC9).

RGB color model

#C5DE88 color RGB value is (197,222,136).

  • red value is 197;
  • green value is 222;
  • blue value is 136.
RGB:
(197,222,136)
(77%,87%,53%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 136 of 255 = 53%

197
222
136

R + G + B ~ 72%. #C5DE88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 136 = 555 (100%)
R 197 of 555 ~ 35.5%
G 222 of 555 ~ 40%
B 136 of 555 ~ 24.5%

%35.5
%40
%24.5

CMYK color model

#C5DE88 color CMYK value is (11,0,39,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 12.94%
CMYK:
(11,0,39,13)
C11M0Y39K13 
(11%,0%,39%,13%)
(0.11/0.00/0.39/0.13)	

CMYK percentages

%11.26
%0
%38.74
%12.94

Codes

Color #C5DE88 in popluar color models

C5DE88
RGB197222136
HSL77°56.58%70.20%
HSB/HSV77°38.74%87.06%
CMYK11.26%0.00%38.74%
12.94%

Color #C5DE88 in popluar number systems.

HEXC5DE88
Decimal197222136
Binary110001011101111010001000
Octal305336210

Shades and tints

Shades of #C5DE88

#C5DE88
(197,222,136)
#B4CA7C
(180,202,124)
#A3B670
(163,182,112)
#92A264
(146,162,100)
#818E58
(129,142,88)
#707A4C
(112,122,76)
#5F6640
(95,102,64)
#4E5234
(78,82,52)
#3D3E28
(61,62,40)
#2C2A1C
(44,42,28)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #C5DE88

#C5DE88
(197,222,136)
#CAE192
(202,225,146)
#CFE49C
(207,228,156)
#D4E7A6
(212,231,166)
#D9EAB0
(217,234,176)
#DEEDBA
(222,237,186)
#E3F0C4
(227,240,196)
#E8F3CE
(232,243,206)
#EDF6D8
(237,246,216)
#F2F9E2
(242,249,226)
#F7FCEC
(247,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DE88 color. Also use rgb(197,222,136) instead hex code.

Text Font Color

.myTextColor { color: #C5DE88; }

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

This text font color is #C5DE88.


Background Color

.myBgColor { background-color: #C5DE88; }

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

This div background color is #C5DE88.


Border color

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

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

This div border color is #C5DE88.


Opacity

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

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

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

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

This text has shadow with #C5DE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DE88 on black background.


Color preview on white background

This text has color #C5DE88 on white background.



Black color preview on #C5DE88 background

This text has black color on #C5DE88 background.


White color preview on #C5DE88 background

This text has white color on #C5DE88 background.