COLOR #97D0D1

HEX: #97D0D1
RGB: (151,208,209)

Color info

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

RGB color model

#97D0D1 color RGB value is (151,208,209).

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

RGB channels and saturation

R 151 of 255 = 59%
G 208 of 255 = 82%
B 209 of 255 = 82%

151
208
209

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

Portions of RGB colors in percentages

R + G + B =
151 + 208 + 209 = 568 (100%)
R 151 of 568 ~ 26.58%
G 208 of 568 ~ 36.62%
B 209 of 568 ~ 36.8%

%26.58
%36.62
%36.8

CMYK color model

#97D0D1 color CMYK value is (28,0,0,18).

  • cyan value is 27.75%
  • magenta value is 0.48%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(28,0,0,18)
C28M0Y0K18 
(28%,0%,0%,18%)
(0.28/0.00/0.00/0.18)	

CMYK percentages

%27.75
%0.48
%0
%18.04

Codes

Color #97D0D1 in popluar color models

97D0D1
RGB151208209
HSL181°38.67%70.59%
HSB/HSV181°27.75%81.96%
CMYK27.75%0.48%0.00%
18.04%

Color #97D0D1 in popluar number systems.

HEX97D0D1
Decimal151208209
Binary100101111101000011010001
Octal227320321

Shades and tints

Shades of #97D0D1

#97D0D1
(151,208,209)
#8ABEBE
(138,190,190)
#7DACAB
(125,172,171)
#709A98
(112,154,152)
#638885
(99,136,133)
#567672
(86,118,114)
#49645F
(73,100,95)
#3C524C
(60,82,76)
#2F4039
(47,64,57)
#222E26
(34,46,38)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #97D0D1

#97D0D1
(151,208,209)
#A0D4D5
(160,212,213)
#A9D8D9
(169,216,217)
#B2DCDD
(178,220,221)
#BBE0E1
(187,224,225)
#C4E4E5
(196,228,229)
#CDE8E9
(205,232,233)
#D6ECED
(214,236,237)
#DFF0F1
(223,240,241)
#E8F4F5
(232,244,245)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D0D1; }

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

This text font color is #97D0D1.


Background Color

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

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

This div background color is #97D0D1.


Border color

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

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

This div border color is #97D0D1.


Opacity

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

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

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

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

This text has shadow with #97D0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D0D1 on black background.


Color preview on white background

This text has color #97D0D1 on white background.



Black color preview on #97D0D1 background

This text has black color on #97D0D1 background.


White color preview on #97D0D1 background

This text has white color on #97D0D1 background.