COLOR #97A5EE

HEX: #97A5EE
RGB: (151,165,238)

Renk bilgisi

#97A5EE contains mainly blue color. #97A5EE ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#97A5EE color RGB value is (151,165,238).

  • kırmız ton 151;
  • yeşil ton 165;
  • mavi ton 238.
RGB:
(151,165,238)
(59%,65%,93%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 165 of 255 = 65%
B 238 of 255 = 93%

151
165
238

R + G + B ~ 72%. #97A5EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 165 + 238 = 554 (100%)
R 151 of 554 ~ 27.26%
G 165 of 554 ~ 29.78%
B 238 of 554 ~ 42.96%

%27.26
%29.78
%42.96

CMYK RENK MODELİ

#97A5EE rengi CMYK tonu (37,31,0,7).

  • camgöbeği tonu 36.55%
  • eflatun tonu 30.67%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(37,31,0,7)
C37M31Y0K7 
(37%,31%,0%,7%)
(0.37/0.31/0.00/0.07)	

CMYK yüzdeleri

%36.55
%30.67
%0
%6.67

Codes

Color #97A5EE in popluar color models

97A5EE
RGB151165238
HSL230°71.90%76.27%
HSB/HSV230°36.55%93.33%
CMYK36.55%30.67%0.00%
6.67%

Color #97A5EE in popluar number systems.

HEX97A5EE
Decimal151165238
Binary100101111010010111101110
Octal227245356

Shades and tints

Shades of #97A5EE

#97A5EE
(151,165,238)
#8A96D9
(138,150,217)
#7D87C4
(125,135,196)
#7078AF
(112,120,175)
#63699A
(99,105,154)
#565A85
(86,90,133)
#494B70
(73,75,112)
#3C3C5B
(60,60,91)
#2F2D46
(47,45,70)
#221E31
(34,30,49)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #97A5EE

#97A5EE
(151,165,238)
#A0ADEF
(160,173,239)
#A9B5F0
(169,181,240)
#B2BDF1
(178,189,241)
#BBC5F2
(187,197,242)
#C4CDF3
(196,205,243)
#CDD5F4
(205,213,244)
#D6DDF5
(214,221,245)
#DFE5F6
(223,229,246)
#E8EDF7
(232,237,247)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A5EE color. Also use rgb(151,165,238) instead hex code.

Text Font Color

.myTextColor { color: #97A5EE; }

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

This text font color is #97A5EE.


Background Color

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

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

This div background color is #97A5EE.


Border color

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

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

This div border color is #97A5EE.


Opacity

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

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

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

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

This text has shadow with #97A5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A5EE on black background.


Color preview on white background

This text has color #97A5EE on white background.



Black color preview on #97A5EE background

This text has black color on #97A5EE background.


White color preview on #97A5EE background

This text has white color on #97A5EE background.