COLOR #97ADE7

HEX: #97ADE7
RGB: (151,173,231)

Renk bilgisi

#97ADE7 contains mainly green and blue colors. #97ADE7 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#97ADE7 color RGB value is (151,173,231).

  • kırmız ton 151;
  • yeşil ton 173;
  • mavi ton 231.
RGB:
(151,173,231)
(59%,68%,91%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 173 of 255 = 68%
B 231 of 255 = 91%

151
173
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 173 + 231 = 555 (100%)
R 151 of 555 ~ 27.21%
G 173 of 555 ~ 31.17%
B 231 of 555 ~ 41.62%

%27.21
%31.17
%41.62

CMYK RENK MODELİ

#97ADE7 rengi CMYK tonu (35,25,0,9).

  • camgöbeği tonu 34.63%
  • eflatun tonu 25.11%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(35,25,0,9)
C35M25Y0K9 
(35%,25%,0%,9%)
(0.35/0.25/0.00/0.09)	

CMYK yüzdeleri

%34.63
%25.11
%0
%9.41

Codes

Color #97ADE7 in popluar color models

97ADE7
RGB151173231
HSL224°62.50%74.90%
HSB/HSV224°34.63%90.59%
CMYK34.63%25.11%0.00%
9.41%

Color #97ADE7 in popluar number systems.

HEX97ADE7
Decimal151173231
Binary100101111010110111100111
Octal227255347

Shades and tints

Shades of #97ADE7

#97ADE7
(151,173,231)
#8A9ED2
(138,158,210)
#7D8FBD
(125,143,189)
#7080A8
(112,128,168)
#637193
(99,113,147)
#56627E
(86,98,126)
#495369
(73,83,105)
#3C4454
(60,68,84)
#2F353F
(47,53,63)
#22262A
(34,38,42)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #97ADE7

#97ADE7
(151,173,231)
#A0B4E9
(160,180,233)
#A9BBEB
(169,187,235)
#B2C2ED
(178,194,237)
#BBC9EF
(187,201,239)
#C4D0F1
(196,208,241)
#CDD7F3
(205,215,243)
#D6DEF5
(214,222,245)
#DFE5F7
(223,229,247)
#E8ECF9
(232,236,249)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97ADE7 color. Also use rgb(151,173,231) instead hex code.

Text Font Color

.myTextColor { color: #97ADE7; }

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

This text font color is #97ADE7.


Background Color

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

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

This div background color is #97ADE7.


Border color

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

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

This div border color is #97ADE7.


Opacity

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

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

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

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

This text has shadow with #97ADE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ADE7 on black background.


Color preview on white background

This text has color #97ADE7 on white background.



Black color preview on #97ADE7 background

This text has black color on #97ADE7 background.


White color preview on #97ADE7 background

This text has white color on #97ADE7 background.