COLOR #97DDB9

HEX: #97DDB9 RGB: (151,221,185)

Color info

#97DDB9 contains mainly green and blue colors. Web safe color of #97DDB9 is #99CCCC (or #9CC).

RGB color model

#97DDB9 color RGB value is (151,221,185).

RGB: (151,221,185) (59%, 87%, 73%)

RGB channels and saturation

R 151 of 255 = 59%
G 221 of 255 = 87%
B 185 of 255 = 73%

151
221
185

R + G + B ~ 73%. #97DDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 221 + 185 = 557 (100%)
R 151 of 557 ~ 27.11%
G 221 of 557 ~ 39.68%
B 185 of 557 ~ 33.21'%

%27.11
%39.68
%33.21

CMYK color model

#97DDB9 color CMYK value is (32,0,16,13).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 13.33%

CMYK: (32,0,16,13)
C32M0Y16K13 (32%, 0%, 16%, 13%)
(0.32 / 0.00 / 0.16 / 0.13)

CMYK percentages

%31.67
%0
%16.29
%13.33

Codes

Color #97DDB9 in popluar color models

97 DD B9
RGB 151 221 185
HSL 149° 50.72% 72.94%
HSB/HSV 149° 31.67% 86.67%
CMYK 31.67% 0.00% 16.29%
13.33%

Color #97DDB9 in popluar number systems.

HEX 97 DD B9
Decimal 151 221 185
Binary 10010111 11011101 10111001
Octal 227 335 271

Shades and tints

Shades of #97DDB9

#97DDB9
(151,221,185)
#8AC9A9
(138,201,169)
#7DB599
(125,181,153)
#70A189
(112,161,137)
#638D79
(99,141,121)
#567969
(86,121,105)
#496559
(73,101,89)
#3C5149
(60,81,73)
#2F3D39
(47,61,57)
#222929
(34,41,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #97DDB9

#97DDB9
(151,221,185)
#A0E0BF
(160,224,191)
#A9E3C5
(169,227,197)
#B2E6CB
(178,230,203)
#BBE9D1
(187,233,209)
#C4ECD7
(196,236,215)
#CDEFDD
(205,239,221)
#D6F2E3
(214,242,227)
#DFF5E9
(223,245,233)
#E8F8EF
(232,248,239)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DDB9 color. Also use rgb(151,221,185) instead hex code.

Text Font Color

.myTextColor { color: #97DDB9; }

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

This text font color is #97DDB9.

Background Color

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

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

This div background color is #97DDB9.

Border color

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

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

This div border color is #97DDB9.

Opacity

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

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

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

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

This text has shadow with #97DDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97DDB9.

Preview

Color preview on black background

This text has color #97DDB9 on black background.


Color preview on white background

This text has color #97DDB9 on white background.


Black color preview on #97DDB9 background

This text has black color on #97DDB9 background.


White color preview on #97DDB9 background

This text has white color on #97DDB9 background.


Related colors

Complementary color

Complementary color for #hex is #682246.


I love getcolorcode.com

Triadic colors

1 #B997DD and #DDB997 with #97DDB9 are triadic colors.

2 #B9DD97 and #DD97B9 with #97DDB9 are triadic colors.