COLOR #97DDBE

HEX: #97DDBE
RGB: (151,221,190)

Color info

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

RGB color model

#97DDBE color RGB value is (151,221,190).

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

RGB channels and saturation

R 151 of 255 = 59%
G 221 of 255 = 87%
B 190 of 255 = 75%

151
221
190

R + G + B ~ 74%. #97DDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 221 + 190 = 562 (100%)
R 151 of 562 ~ 26.87%
G 221 of 562 ~ 39.32%
B 190 of 562 ~ 33.81%

%26.87
%39.32
%33.81

CMYK color model

#97DDBE color CMYK value is (32,0,14,13).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(32,0,14,13)
C32M0Y14K13 
(32%,0%,14%,13%)
(0.32/0.00/0.14/0.13)	

CMYK percentages

%31.67
%0
%14.03
%13.33

Codes

Color #97DDBE in popluar color models

97DDBE
RGB151221190
HSL153°50.72%72.94%
HSB/HSV153°31.67%86.67%
CMYK31.67%0.00%14.03%
13.33%

Color #97DDBE in popluar number systems.

HEX97DDBE
Decimal151221190
Binary100101111101110110111110
Octal227335276

Shades and tints

Shades of #97DDBE

#97DDBE
(151,221,190)
#8AC9AD
(138,201,173)
#7DB59C
(125,181,156)
#70A18B
(112,161,139)
#638D7A
(99,141,122)
#567969
(86,121,105)
#496558
(73,101,88)
#3C5147
(60,81,71)
#2F3D36
(47,61,54)
#222925
(34,41,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #97DDBE

#97DDBE
(151,221,190)
#A0E0C3
(160,224,195)
#A9E3C8
(169,227,200)
#B2E6CD
(178,230,205)
#BBE9D2
(187,233,210)
#C4ECD7
(196,236,215)
#CDEFDC
(205,239,220)
#D6F2E1
(214,242,225)
#DFF5E6
(223,245,230)
#E8F8EB
(232,248,235)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97DDBE; }

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

This text font color is #97DDBE.


Background Color

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

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

This div background color is #97DDBE.


Border color

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

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

This div border color is #97DDBE.


Opacity

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

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

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

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

This text has shadow with #97DDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DDBE on black background.


Color preview on white background

This text has color #97DDBE on white background.



Black color preview on #97DDBE background

This text has black color on #97DDBE background.


White color preview on #97DDBE background

This text has white color on #97DDBE background.