COLOR #97B6DC

HEX: #97B6DC
RGB: (151,182,220)

Renk bilgisi

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

RGB renk modeli

#97B6DC color RGB value is (151,182,220).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 182 of 255 = 71%
B 220 of 255 = 86%

151
182
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 182 + 220 = 553 (100%)
R 151 of 553 ~ 27.31%
G 182 of 553 ~ 32.91%
B 220 of 553 ~ 39.78%

%27.31
%32.91
%39.78

CMYK RENK MODELİ

#97B6DC rengi CMYK tonu (31,17,0,14).

  • camgöbeği tonu 31.36%
  • eflatun tonu 17.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(31,17,0,14)
C31M17Y0K14 
(31%,17%,0%,14%)
(0.31/0.17/0.00/0.14)	

CMYK yüzdeleri

%31.36
%17.27
%0
%13.73

Codes

Color #97B6DC in popluar color models

97B6DC
RGB151182220
HSL213°49.64%72.75%
HSB/HSV213°31.36%86.27%
CMYK31.36%17.27%0.00%
13.73%

Color #97B6DC in popluar number systems.

HEX97B6DC
Decimal151182220
Binary100101111011011011011100
Octal227266334

Shades and tints

Shades of #97B6DC

#97B6DC
(151,182,220)
#8AA6C8
(138,166,200)
#7D96B4
(125,150,180)
#7086A0
(112,134,160)
#63768C
(99,118,140)
#566678
(86,102,120)
#495664
(73,86,100)
#3C4650
(60,70,80)
#2F363C
(47,54,60)
#222628
(34,38,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #97B6DC

#97B6DC
(151,182,220)
#A0BCDF
(160,188,223)
#A9C2E2
(169,194,226)
#B2C8E5
(178,200,229)
#BBCEE8
(187,206,232)
#C4D4EB
(196,212,235)
#CDDAEE
(205,218,238)
#D6E0F1
(214,224,241)
#DFE6F4
(223,230,244)
#E8ECF7
(232,236,247)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B6DC; }

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

This text font color is #97B6DC.


Background Color

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

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

This div background color is #97B6DC.


Border color

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

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

This div border color is #97B6DC.


Opacity

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

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

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

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

This text has shadow with #97B6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B6DC on black background.


Color preview on white background

This text has color #97B6DC on white background.



Black color preview on #97B6DC background

This text has black color on #97B6DC background.


White color preview on #97B6DC background

This text has white color on #97B6DC background.