COLOR #97D0D8

HEX: #97D0D8
RGB: (151,208,216)

Color info

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

RGB color model

#97D0D8 color RGB value is (151,208,216).

  • red value is 151;
  • green value is 208;
  • blue value is 216.
RGB:
(151,208,216)
(59%,82%,85%)

RGB channels and saturation

R 151 of 255 = 59%
G 208 of 255 = 82%
B 216 of 255 = 85%

151
208
216

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

Portions of RGB colors in percentages

R + G + B =
151 + 208 + 216 = 575 (100%)
R 151 of 575 ~ 26.26%
G 208 of 575 ~ 36.17%
B 216 of 575 ~ 37.57%

%26.26
%36.17
%37.57

CMYK color model

#97D0D8 color CMYK value is (30,4,0,15).

  • cyan value is 30.09%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(30,4,0,15)
C30M4Y0K15 
(30%,4%,0%,15%)
(0.30/0.04/0.00/0.15)	

CMYK percentages

%30.09
%3.7
%0
%15.29

Codes

Color #97D0D8 in popluar color models

97D0D8
RGB151208216
HSL187°45.45%71.96%
HSB/HSV187°30.09%84.71%
CMYK30.09%3.70%0.00%
15.29%

Color #97D0D8 in popluar number systems.

HEX97D0D8
Decimal151208216
Binary100101111101000011011000
Octal227320330

Shades and tints

Shades of #97D0D8

#97D0D8
(151,208,216)
#8ABEC5
(138,190,197)
#7DACB2
(125,172,178)
#709A9F
(112,154,159)
#63888C
(99,136,140)
#567679
(86,118,121)
#496466
(73,100,102)
#3C5253
(60,82,83)
#2F4040
(47,64,64)
#222E2D
(34,46,45)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #97D0D8

#97D0D8
(151,208,216)
#A0D4DB
(160,212,219)
#A9D8DE
(169,216,222)
#B2DCE1
(178,220,225)
#BBE0E4
(187,224,228)
#C4E4E7
(196,228,231)
#CDE8EA
(205,232,234)
#D6ECED
(214,236,237)
#DFF0F0
(223,240,240)
#E8F4F3
(232,244,243)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D0D8 color. Also use rgb(151,208,216) instead hex code.

Text Font Color

.myTextColor { color: #97D0D8; }

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

This text font color is #97D0D8.


Background Color

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

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

This div background color is #97D0D8.


Border color

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

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

This div border color is #97D0D8.


Opacity

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

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

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

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

This text has shadow with #97D0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D0D8 on black background.


Color preview on white background

This text has color #97D0D8 on white background.



Black color preview on #97D0D8 background

This text has black color on #97D0D8 background.


White color preview on #97D0D8 background

This text has white color on #97D0D8 background.