COLOR #97B6E0

HEX: #97B6E0
RGB: (151,182,224)

Renk bilgisi

#97B6E0 contains mainly green and blue colors. #97B6E0 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#97B6E0 color RGB value is (151,182,224).

  • kırmız ton 151;
  • yeşil ton 182;
  • mavi ton 224.
RGB:
(151,182,224)
(59%,71%,88%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 182 of 255 = 71%
B 224 of 255 = 88%

151
182
224

R + G + B ~ 73%. #97B6E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 182 + 224 = 557 (100%)
R 151 of 557 ~ 27.11%
G 182 of 557 ~ 32.68%
B 224 of 557 ~ 40.22%

%27.11
%32.68
%40.22

CMYK RENK MODELİ

#97B6E0 rengi CMYK tonu (33,19,0,12).

  • camgöbeği tonu 32.59%
  • eflatun tonu 18.75%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(33,19,0,12)
C33M19Y0K12 
(33%,19%,0%,12%)
(0.33/0.19/0.00/0.12)	

CMYK yüzdeleri

%32.59
%18.75
%0
%12.16

Codes

Color #97B6E0 in popluar color models

97B6E0
RGB151182224
HSL215°54.07%73.53%
HSB/HSV215°32.59%87.84%
CMYK32.59%18.75%0.00%
12.16%

Color #97B6E0 in popluar number systems.

HEX97B6E0
Decimal151182224
Binary100101111011011011100000
Octal227266340

Shades and tints

Shades of #97B6E0

#97B6E0
(151,182,224)
#8AA6CC
(138,166,204)
#7D96B8
(125,150,184)
#7086A4
(112,134,164)
#637690
(99,118,144)
#56667C
(86,102,124)
#495668
(73,86,104)
#3C4654
(60,70,84)
#2F3640
(47,54,64)
#22262C
(34,38,44)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #97B6E0

#97B6E0
(151,182,224)
#A0BCE2
(160,188,226)
#A9C2E4
(169,194,228)
#B2C8E6
(178,200,230)
#BBCEE8
(187,206,232)
#C4D4EA
(196,212,234)
#CDDAEC
(205,218,236)
#D6E0EE
(214,224,238)
#DFE6F0
(223,230,240)
#E8ECF2
(232,236,242)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B6E0 color. Also use rgb(151,182,224) instead hex code.

Text Font Color

.myTextColor { color: #97B6E0; }

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

This text font color is #97B6E0.


Background Color

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

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

This div background color is #97B6E0.


Border color

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

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

This div border color is #97B6E0.


Opacity

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

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

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

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

This text has shadow with #97B6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B6E0 on black background.


Color preview on white background

This text has color #97B6E0 on white background.



Black color preview on #97B6E0 background

This text has black color on #97B6E0 background.


White color preview on #97B6E0 background

This text has white color on #97B6E0 background.