COLOR #97BDA3

HEX: #97BDA3 RGB: (151,189,163)

Color info

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

RGB color model

#97BDA3 color RGB value is (151,189,163).

RGB: (151,189,163) (59%, 74%, 64%)

RGB channels and saturation

R 151 of 255 = 59%
G 189 of 255 = 74%
B 163 of 255 = 64%

151
189
163

R + G + B ~ 66%. #97BDA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 189 + 163 = 503 (100%)
R 151 of 503 ~ 30.02%
G 189 of 503 ~ 37.57%
B 163 of 503 ~ 32.41'%

%30.02
%37.57
%32.41

CMYK color model

#97BDA3 color CMYK value is (20,0,14,26).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 25.88%

CMYK: (20,0,14,26)
C20M0Y14K26 (20%, 0%, 14%, 26%)
(0.20 / 0.00 / 0.14 / 0.26)

CMYK percentages

%20.11
%0
%13.76
%25.88

Codes

Color #97BDA3 in popluar color models

97 BD A3
RGB 151 189 163
HSL 139° 22.35% 66.67%
HSB/HSV 139° 20.11% 74.12%
CMYK 20.11% 0.00% 13.76%
25.88%

Color #97BDA3 in popluar number systems.

HEX 97 BD A3
Decimal 151 189 163
Binary 10010111 10111101 10100011
Octal 227 275 243

Shades and tints

Shades of #97BDA3

#97BDA3
(151,189,163)
#8AAC95
(138,172,149)
#7D9B87
(125,155,135)
#708A79
(112,138,121)
#63796B
(99,121,107)
#56685D
(86,104,93)
#49574F
(73,87,79)
#3C4641
(60,70,65)
#2F3533
(47,53,51)
#222425
(34,36,37)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #97BDA3

#97BDA3
(151,189,163)
#A0C3AB
(160,195,171)
#A9C9B3
(169,201,179)
#B2CFBB
(178,207,187)
#BBD5C3
(187,213,195)
#C4DBCB
(196,219,203)
#CDE1D3
(205,225,211)
#D6E7DB
(214,231,219)
#DFEDE3
(223,237,227)
#E8F3EB
(232,243,235)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BDA3 color. Also use rgb(151,189,163) instead hex code.

Text Font Color

.myTextColor { color: #97BDA3; }

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

This text font color is #97BDA3.

Background Color

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

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

This div background color is #97BDA3.

Border color

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

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

This div border color is #97BDA3.

Opacity

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

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

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

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

This text has shadow with #97BDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BDA3.

Preview

Color preview on black background

This text has color #97BDA3 on black background.


Color preview on white background

This text has color #97BDA3 on white background.


Black color preview on #97BDA3 background

This text has black color on #97BDA3 background.


White color preview on #97BDA3 background

This text has white color on #97BDA3 background.


Related colors

Complementary color

Complementary color for #hex is #68425C.


I love getcolorcode.com

Triadic colors

1 #A397BD and #BDA397 with #97BDA3 are triadic colors.

2 #A3BD97 and #BD97A3 with #97BDA3 are triadic colors.