COLOR #97C19B

HEX: #97C19B
RGB: (151,193,155)

Color info

#97C19B contains red, green and blue colors in about the same proportion. Web safe color of #97C19B is #99CC99 (or #9C9).

RGB color model

#97C19B color RGB value is (151,193,155).

  • red value is 151;
  • green value is 193;
  • blue value is 155.
RGB:
(151,193,155)
(59%,76%,61%)

RGB channels and saturation

R 151 of 255 = 59%
G 193 of 255 = 76%
B 155 of 255 = 61%

151
193
155

R + G + B ~ 65%. #97C19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 193 + 155 = 499 (100%)
R 151 of 499 ~ 30.26%
G 193 of 499 ~ 38.68%
B 155 of 499 ~ 31.06%

%30.26
%38.68
%31.06

CMYK color model

#97C19B color CMYK value is (22,0,20,24).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 24.31%
CMYK:
(22,0,20,24)
C22M0Y20K24 
(22%,0%,20%,24%)
(0.22/0.00/0.20/0.24)	

CMYK percentages

%21.76
%0
%19.69
%24.31

Codes

Color #97C19B in popluar color models

97C19B
RGB151193155
HSL126°25.30%67.45%
HSB/HSV126°21.76%75.69%
CMYK21.76%0.00%19.69%
24.31%

Color #97C19B in popluar number systems.

HEX97C19B
Decimal151193155
Binary100101111100000110011011
Octal227301233

Shades and tints

Shades of #97C19B

#97C19B
(151,193,155)
#8AB08D
(138,176,141)
#7D9F7F
(125,159,127)
#708E71
(112,142,113)
#637D63
(99,125,99)
#566C55
(86,108,85)
#495B47
(73,91,71)
#3C4A39
(60,74,57)
#2F392B
(47,57,43)
#22281D
(34,40,29)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #97C19B

#97C19B
(151,193,155)
#A0C6A4
(160,198,164)
#A9CBAD
(169,203,173)
#B2D0B6
(178,208,182)
#BBD5BF
(187,213,191)
#C4DAC8
(196,218,200)
#CDDFD1
(205,223,209)
#D6E4DA
(214,228,218)
#DFE9E3
(223,233,227)
#E8EEEC
(232,238,236)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C19B color. Also use rgb(151,193,155) instead hex code.

Text Font Color

.myTextColor { color: #97C19B; }

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

This text font color is #97C19B.


Background Color

.myBgColor { background-color: #97C19B; }

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

This div background color is #97C19B.


Border color

.myBorderColor { border: 1px solid #97C19B; }

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

This div border color is #97C19B.


Opacity

.myOpacity80 { color: #97C19B; opacity: 0.8; }

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

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

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

This text has shadow with #97C19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C19B on black background.


Color preview on white background

This text has color #97C19B on white background.



Black color preview on #97C19B background

This text has black color on #97C19B background.


White color preview on #97C19B background

This text has white color on #97C19B background.