COLOR #97C09B

HEX: #97C09B RGB: (151,192,155)

Color info

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

RGB color model

#97C09B color RGB value is (151,192,155).

RGB: (151,192,155) (59%, 75%, 61%)

RGB channels and saturation

R 151 of 255 = 59%
G 192 of 255 = 75%
B 155 of 255 = 61%

151
192
155

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

Portions of RGB colors in percentages

R + G + B = 151 + 192 + 155 = 498 (100%)
R 151 of 498 ~ 30.32%
G 192 of 498 ~ 38.55%
B 155 of 498 ~ 31.12'%

%30.32
%38.55
%31.12

CMYK color model

#97C09B color CMYK value is (21,0,19,25).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 24.71%

CMYK: (21,0,19,25)
C21M0Y19K25 (21%, 0%, 19%, 25%)
(0.21 / 0.00 / 0.19 / 0.25)

CMYK percentages

%21.35
%0
%19.27
%24.71

Codes

Color #97C09B in popluar color models

97 C0 9B
RGB 151 192 155
HSL 126° 24.55% 67.25%
HSB/HSV 126° 21.35% 75.29%
CMYK 21.35% 0.00% 19.27%
24.71%

Color #97C09B in popluar number systems.

HEX 97 C0 9B
Decimal 151 192 155
Binary 10010111 11000000 10011011
Octal 227 300 233

Shades and tints

Shades of #97C09B

#97C09B
(151,192,155)
#8AAF8D
(138,175,141)
#7D9E7F
(125,158,127)
#708D71
(112,141,113)
#637C63
(99,124,99)
#566B55
(86,107,85)
#495A47
(73,90,71)
#3C4939
(60,73,57)
#2F382B
(47,56,43)
#22271D
(34,39,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #97C09B

#97C09B
(151,192,155)
#A0C5A4
(160,197,164)
#A9CAAD
(169,202,173)
#B2CFB6
(178,207,182)
#BBD4BF
(187,212,191)
#C4D9C8
(196,217,200)
#CDDED1
(205,222,209)
#D6E3DA
(214,227,218)
#DFE8E3
(223,232,227)
#E8EDEC
(232,237,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C09B; }

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

This text font color is #97C09B.

Background Color

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

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

This div background color is #97C09B.

Border color

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

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

This div border color is #97C09B.

Opacity

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

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

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

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

This text has shadow with #97C09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C09B.

Preview

Color preview on black background

This text has color #97C09B on black background.


Color preview on white background

This text has color #97C09B on white background.


Black color preview on #97C09B background

This text has black color on #97C09B background.


White color preview on #97C09B background

This text has white color on #97C09B background.


Related colors

Complementary color

Complementary color for #hex is #683F64.


I love getcolorcode.com

Triadic colors

1 #9B97C0 and #C09B97 with #97C09B are triadic colors.

2 #9BC097 and #C0979B with #97C09B are triadic colors.