COLOR #C5E49B

HEX: #C5E49B
RGB: (197,228,155)

Color info

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

RGB color model

#C5E49B color RGB value is (197,228,155).

  • red value is 197;
  • green value is 228;
  • blue value is 155.
RGB:
(197,228,155)
(77%,89%,61%)

RGB channels and saturation

R 197 of 255 = 77%
G 228 of 255 = 89%
B 155 of 255 = 61%

197
228
155

R + G + B ~ 76%. #C5E49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 228 + 155 = 580 (100%)
R 197 of 580 ~ 33.97%
G 228 of 580 ~ 39.31%
B 155 of 580 ~ 26.72%

%33.97
%39.31
%26.72

CMYK color model

#C5E49B color CMYK value is (14,0,32,11).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 32.02%
  • key color value is 10.59%
CMYK:
(14,0,32,11)
C14M0Y32K11 
(14%,0%,32%,11%)
(0.14/0.00/0.32/0.11)	

CMYK percentages

%13.6
%0
%32.02
%10.59

Codes

Color #C5E49B in popluar color models

C5E49B
RGB197228155
HSL85°57.48%75.10%
HSB/HSV85°32.02%89.41%
CMYK13.60%0.00%32.02%
10.59%

Color #C5E49B in popluar number systems.

HEXC5E49B
Decimal197228155
Binary110001011110010010011011
Octal305344233

Shades and tints

Shades of #C5E49B

#C5E49B
(197,228,155)
#B4D08D
(180,208,141)
#A3BC7F
(163,188,127)
#92A871
(146,168,113)
#819463
(129,148,99)
#708055
(112,128,85)
#5F6C47
(95,108,71)
#4E5839
(78,88,57)
#3D442B
(61,68,43)
#2C301D
(44,48,29)
#1B1C0F
(27,28,15)
#000000
(0,0,0)

Tints of #C5E49B

#C5E49B
(197,228,155)
#CAE6A4
(202,230,164)
#CFE8AD
(207,232,173)
#D4EAB6
(212,234,182)
#D9ECBF
(217,236,191)
#DEEEC8
(222,238,200)
#E3F0D1
(227,240,209)
#E8F2DA
(232,242,218)
#EDF4E3
(237,244,227)
#F2F6EC
(242,246,236)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E49B color. Also use rgb(197,228,155) instead hex code.

Text Font Color

.myTextColor { color: #C5E49B; }

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

This text font color is #C5E49B.


Background Color

.myBgColor { background-color: #C5E49B; }

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

This div background color is #C5E49B.


Border color

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

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

This div border color is #C5E49B.


Opacity

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

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

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

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

This text has shadow with #C5E49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E49B on black background.


Color preview on white background

This text has color #C5E49B on white background.



Black color preview on #C5E49B background

This text has black color on #C5E49B background.


White color preview on #C5E49B background

This text has white color on #C5E49B background.