COLOR #97D1DA

HEX: #97D1DA
RGB: (151,209,218)

Color info

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

RGB color model

#97D1DA color RGB value is (151,209,218).

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

RGB channels and saturation

R 151 of 255 = 59%
G 209 of 255 = 82%
B 218 of 255 = 85%

151
209
218

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

Portions of RGB colors in percentages

R + G + B =
151 + 209 + 218 = 578 (100%)
R 151 of 578 ~ 26.12%
G 209 of 578 ~ 36.16%
B 218 of 578 ~ 37.72%

%26.12
%36.16
%37.72

CMYK color model

#97D1DA color CMYK value is (31,4,0,15).

  • cyan value is 30.73%
  • magenta value is 4.13%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(31,4,0,15)
C31M4Y0K15 
(31%,4%,0%,15%)
(0.31/0.04/0.00/0.15)	

CMYK percentages

%30.73
%4.13
%0
%14.51

Codes

Color #97D1DA in popluar color models

97D1DA
RGB151209218
HSL188°47.52%72.35%
HSB/HSV188°30.73%85.49%
CMYK30.73%4.13%0.00%
14.51%

Color #97D1DA in popluar number systems.

HEX97D1DA
Decimal151209218
Binary100101111101000111011010
Octal227321332

Shades and tints

Shades of #97D1DA

#97D1DA
(151,209,218)
#8ABEC7
(138,190,199)
#7DABB4
(125,171,180)
#7098A1
(112,152,161)
#63858E
(99,133,142)
#56727B
(86,114,123)
#495F68
(73,95,104)
#3C4C55
(60,76,85)
#2F3942
(47,57,66)
#22262F
(34,38,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #97D1DA

#97D1DA
(151,209,218)
#A0D5DD
(160,213,221)
#A9D9E0
(169,217,224)
#B2DDE3
(178,221,227)
#BBE1E6
(187,225,230)
#C4E5E9
(196,229,233)
#CDE9EC
(205,233,236)
#D6EDEF
(214,237,239)
#DFF1F2
(223,241,242)
#E8F5F5
(232,245,245)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D1DA; }

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

This text font color is #97D1DA.


Background Color

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

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

This div background color is #97D1DA.


Border color

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

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

This div border color is #97D1DA.


Opacity

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

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

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

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

This text has shadow with #97D1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D1DA on black background.


Color preview on white background

This text has color #97D1DA on white background.



Black color preview on #97D1DA background

This text has black color on #97D1DA background.


White color preview on #97D1DA background

This text has white color on #97D1DA background.