COLOR #97C284

HEX: #97C284
RGB: (151,194,132)

Color info

#97C284 contains mainly red and green colors. Web safe color of #97C284 is #99CC99 (or #9C9).

RGB color model

#97C284 color RGB value is (151,194,132).

  • red value is 151;
  • green value is 194;
  • blue value is 132.
RGB:
(151,194,132)
(59%,76%,52%)

RGB channels and saturation

R 151 of 255 = 59%
G 194 of 255 = 76%
B 132 of 255 = 52%

151
194
132

R + G + B ~ 62%. #97C284 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 194 + 132 = 477 (100%)
R 151 of 477 ~ 31.66%
G 194 of 477 ~ 40.67%
B 132 of 477 ~ 27.67%

%31.66
%40.67
%27.67

CMYK color model

#97C284 color CMYK value is (22,0,32,24).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 23.92%
CMYK:
(22,0,32,24)
C22M0Y32K24 
(22%,0%,32%,24%)
(0.22/0.00/0.32/0.24)	

CMYK percentages

%22.16
%0
%31.96
%23.92

Codes

Color #97C284 in popluar color models

97C284
RGB151194132
HSL102°33.70%63.92%
HSB/HSV102°31.96%76.08%
CMYK22.16%0.00%31.96%
23.92%

Color #97C284 in popluar number systems.

HEX97C284
Decimal151194132
Binary100101111100001010000100
Octal227302204

Shades and tints

Shades of #97C284

#97C284
(151,194,132)
#8AB178
(138,177,120)
#7DA06C
(125,160,108)
#708F60
(112,143,96)
#637E54
(99,126,84)
#566D48
(86,109,72)
#495C3C
(73,92,60)
#3C4B30
(60,75,48)
#2F3A24
(47,58,36)
#222918
(34,41,24)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #97C284

#97C284
(151,194,132)
#A0C78F
(160,199,143)
#A9CC9A
(169,204,154)
#B2D1A5
(178,209,165)
#BBD6B0
(187,214,176)
#C4DBBB
(196,219,187)
#CDE0C6
(205,224,198)
#D6E5D1
(214,229,209)
#DFEADC
(223,234,220)
#E8EFE7
(232,239,231)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C284 color. Also use rgb(151,194,132) instead hex code.

Text Font Color

.myTextColor { color: #97C284; }

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

This text font color is #97C284.


Background Color

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

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

This div background color is #97C284.


Border color

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

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

This div border color is #97C284.


Opacity

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

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

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

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

This text has shadow with #97C284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C284 on black background.


Color preview on white background

This text has color #97C284 on white background.



Black color preview on #97C284 background

This text has black color on #97C284 background.


White color preview on #97C284 background

This text has white color on #97C284 background.