COLOR #9EB8D6

HEX: #9EB8D6
RGB: (158,184,214)

Renk bilgisi

#9EB8D6 contains red, green and blue colors in about the same proportion. #9EB8D6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#9EB8D6 color RGB value is (158,184,214).

  • kırmız ton 158;
  • yeşil ton 184;
  • mavi ton 214.
RGB:
(158,184,214)
(62%,72%,84%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 184 of 255 = 72%
B 214 of 255 = 84%

158
184
214

R + G + B ~ 73%. #9EB8D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 184 + 214 = 556 (100%)
R 158 of 556 ~ 28.42%
G 184 of 556 ~ 33.09%
B 214 of 556 ~ 38.49%

%28.42
%33.09
%38.49

CMYK RENK MODELİ

#9EB8D6 rengi CMYK tonu (26,14,0,16).

  • camgöbeği tonu 26.17%
  • eflatun tonu 14.02%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(26,14,0,16)
C26M14Y0K16 
(26%,14%,0%,16%)
(0.26/0.14/0.00/0.16)	

CMYK yüzdeleri

%26.17
%14.02
%0
%16.08

Codes

Color #9EB8D6 in popluar color models

9EB8D6
RGB158184214
HSL212°40.58%72.94%
HSB/HSV212°26.17%83.92%
CMYK26.17%14.02%0.00%
16.08%

Color #9EB8D6 in popluar number systems.

HEX9EB8D6
Decimal158184214
Binary100111101011100011010110
Octal236270326

Shades and tints

Shades of #9EB8D6

#9EB8D6
(158,184,214)
#90A8C3
(144,168,195)
#8298B0
(130,152,176)
#74889D
(116,136,157)
#66788A
(102,120,138)
#586877
(88,104,119)
#4A5864
(74,88,100)
#3C4851
(60,72,81)
#2E383E
(46,56,62)
#20282B
(32,40,43)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #9EB8D6

#9EB8D6
(158,184,214)
#A6BED9
(166,190,217)
#AEC4DC
(174,196,220)
#B6CADF
(182,202,223)
#BED0E2
(190,208,226)
#C6D6E5
(198,214,229)
#CEDCE8
(206,220,232)
#D6E2EB
(214,226,235)
#DEE8EE
(222,232,238)
#E6EEF1
(230,238,241)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB8D6 color. Also use rgb(158,184,214) instead hex code.

Text Font Color

.myTextColor { color: #9EB8D6; }

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

This text font color is #9EB8D6.


Background Color

.myBgColor { background-color: #9EB8D6; }

<div style="background-color:#9EB8D6">Inner text</div>

This div background color is #9EB8D6.


Border color

.myBorderColor { border: 1px solid #9EB8D6; }

<div style="border:3px solid #9EB8D6">Div</div>

This div border color is #9EB8D6.


Opacity

.myOpacity80 { color: #9EB8D6; opacity: 0.8; }

<p style="color:#9EB8D6;opacity:0.8;">80%</p>

Text with #9EB8D6 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 #9EB8D6;}

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

This text has shadow with #9EB8D6 color.

.textShadow {text-shadow: 3px 3px 1px #9EB8D6, 3px 3px 1px red;}

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

This text has shadow with #9EB8D6 primary color and red secondary color.


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

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

This text has shadow with #9EB8D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB8D6 on black background.


Color preview on white background

This text has color #9EB8D6 on white background.



Black color preview on #9EB8D6 background

This text has black color on #9EB8D6 background.


White color preview on #9EB8D6 background

This text has white color on #9EB8D6 background.