COLOR #97DDC9

HEX: #97DDC9
RGB: (151,221,201)

Color info

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

RGB color model

#97DDC9 color RGB value is (151,221,201).

  • red value is 151;
  • green value is 221;
  • blue value is 201.
RGB:
(151,221,201)
(59%,87%,79%)

RGB channels and saturation

R 151 of 255 = 59%
G 221 of 255 = 87%
B 201 of 255 = 79%

151
221
201

R + G + B ~ 75%. #97DDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 221 + 201 = 573 (100%)
R 151 of 573 ~ 26.35%
G 221 of 573 ~ 38.57%
B 201 of 573 ~ 35.08%

%26.35
%38.57
%35.08

CMYK color model

#97DDC9 color CMYK value is (32,0,9,13).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK:
(32,0,9,13)
C32M0Y9K13 
(32%,0%,9%,13%)
(0.32/0.00/0.09/0.13)	

CMYK percentages

%31.67
%0
%9.05
%13.33

Codes

Color #97DDC9 in popluar color models

97DDC9
RGB151221201
HSL163°50.72%72.94%
HSB/HSV163°31.67%86.67%
CMYK31.67%0.00%9.05%
13.33%

Color #97DDC9 in popluar number systems.

HEX97DDC9
Decimal151221201
Binary100101111101110111001001
Octal227335311

Shades and tints

Shades of #97DDC9

#97DDC9
(151,221,201)
#8AC9B7
(138,201,183)
#7DB5A5
(125,181,165)
#70A193
(112,161,147)
#638D81
(99,141,129)
#56796F
(86,121,111)
#49655D
(73,101,93)
#3C514B
(60,81,75)
#2F3D39
(47,61,57)
#222927
(34,41,39)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #97DDC9

#97DDC9
(151,221,201)
#A0E0CD
(160,224,205)
#A9E3D1
(169,227,209)
#B2E6D5
(178,230,213)
#BBE9D9
(187,233,217)
#C4ECDD
(196,236,221)
#CDEFE1
(205,239,225)
#D6F2E5
(214,242,229)
#DFF5E9
(223,245,233)
#E8F8ED
(232,248,237)
#F1FBF1
(241,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97DDC9; }

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

This text font color is #97DDC9.


Background Color

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

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

This div background color is #97DDC9.


Border color

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

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

This div border color is #97DDC9.


Opacity

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

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

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

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

This text has shadow with #97DDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DDC9 on black background.


Color preview on white background

This text has color #97DDC9 on white background.



Black color preview on #97DDC9 background

This text has black color on #97DDC9 background.


White color preview on #97DDC9 background

This text has white color on #97DDC9 background.