COLOR #97DBE2

HEX: #97DBE2
RGB: (151,219,226)

Color info

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

RGB color model

#97DBE2 color RGB value is (151,219,226).

  • red value is 151;
  • green value is 219;
  • blue value is 226.
RGB:
(151,219,226)
(59%,86%,89%)

RGB channels and saturation

R 151 of 255 = 59%
G 219 of 255 = 86%
B 226 of 255 = 89%

151
219
226

R + G + B ~ 78%. #97DBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 219 + 226 = 596 (100%)
R 151 of 596 ~ 25.34%
G 219 of 596 ~ 36.74%
B 226 of 596 ~ 37.92%

%25.34
%36.74
%37.92

CMYK color model

#97DBE2 color CMYK value is (33,3,0,11).

  • cyan value is 33.19%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(33,3,0,11)
C33M3Y0K11 
(33%,3%,0%,11%)
(0.33/0.03/0.00/0.11)	

CMYK percentages

%33.19
%3.1
%0
%11.37

Codes

Color #97DBE2 in popluar color models

97DBE2
RGB151219226
HSL186°56.39%73.92%
HSB/HSV186°33.19%88.63%
CMYK33.19%3.10%0.00%
11.37%

Color #97DBE2 in popluar number systems.

HEX97DBE2
Decimal151219226
Binary100101111101101111100010
Octal227333342

Shades and tints

Shades of #97DBE2

#97DBE2
(151,219,226)
#8AC8CE
(138,200,206)
#7DB5BA
(125,181,186)
#70A2A6
(112,162,166)
#638F92
(99,143,146)
#567C7E
(86,124,126)
#49696A
(73,105,106)
#3C5656
(60,86,86)
#2F4342
(47,67,66)
#22302E
(34,48,46)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #97DBE2

#97DBE2
(151,219,226)
#A0DEE4
(160,222,228)
#A9E1E6
(169,225,230)
#B2E4E8
(178,228,232)
#BBE7EA
(187,231,234)
#C4EAEC
(196,234,236)
#CDEDEE
(205,237,238)
#D6F0F0
(214,240,240)
#DFF3F2
(223,243,242)
#E8F6F4
(232,246,244)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DBE2 color. Also use rgb(151,219,226) instead hex code.

Text Font Color

.myTextColor { color: #97DBE2; }

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

This text font color is #97DBE2.


Background Color

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

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

This div background color is #97DBE2.


Border color

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

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

This div border color is #97DBE2.


Opacity

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

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

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

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

This text has shadow with #97DBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DBE2 on black background.


Color preview on white background

This text has color #97DBE2 on white background.



Black color preview on #97DBE2 background

This text has black color on #97DBE2 background.


White color preview on #97DBE2 background

This text has white color on #97DBE2 background.