COLOR #9EB0CC

HEX: #9EB0CC
RGB: (158,176,204)

Renk bilgisi

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

RGB renk modeli

#9EB0CC color RGB value is (158,176,204).

  • kırmız ton 158;
  • yeşil ton 176;
  • mavi ton 204.
RGB:
(158,176,204)
(62%,69%,80%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 176 of 255 = 69%
B 204 of 255 = 80%

158
176
204

R + G + B ~ 70%. #9EB0CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 176 + 204 = 538 (100%)
R 158 of 538 ~ 29.37%
G 176 of 538 ~ 32.71%
B 204 of 538 ~ 37.92%

%29.37
%32.71
%37.92

CMYK RENK MODELİ

#9EB0CC rengi CMYK tonu (23,14,0,20).

  • camgöbeği tonu 22.55%
  • eflatun tonu 13.73%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(23,14,0,20)
C23M14Y0K20 
(23%,14%,0%,20%)
(0.23/0.14/0.00/0.20)	

CMYK yüzdeleri

%22.55
%13.73
%0
%20

Codes

Color #9EB0CC in popluar color models

9EB0CC
RGB158176204
HSL217°31.08%70.98%
HSB/HSV217°22.55%80.00%
CMYK22.55%13.73%0.00%
20.00%

Color #9EB0CC in popluar number systems.

HEX9EB0CC
Decimal158176204
Binary100111101011000011001100
Octal236260314

Shades and tints

Shades of #9EB0CC

#9EB0CC
(158,176,204)
#90A0BA
(144,160,186)
#8290A8
(130,144,168)
#748096
(116,128,150)
#667084
(102,112,132)
#586072
(88,96,114)
#4A5060
(74,80,96)
#3C404E
(60,64,78)
#2E303C
(46,48,60)
#20202A
(32,32,42)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #9EB0CC

#9EB0CC
(158,176,204)
#A6B7D0
(166,183,208)
#AEBED4
(174,190,212)
#B6C5D8
(182,197,216)
#BECCDC
(190,204,220)
#C6D3E0
(198,211,224)
#CEDAE4
(206,218,228)
#D6E1E8
(214,225,232)
#DEE8EC
(222,232,236)
#E6EFF0
(230,239,240)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB0CC color. Also use rgb(158,176,204) instead hex code.

Text Font Color

.myTextColor { color: #9EB0CC; }

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

This text font color is #9EB0CC.


Background Color

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

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

This div background color is #9EB0CC.


Border color

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

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

This div border color is #9EB0CC.


Opacity

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

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

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

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

This text has shadow with #9EB0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB0CC on black background.


Color preview on white background

This text has color #9EB0CC on white background.



Black color preview on #9EB0CC background

This text has black color on #9EB0CC background.


White color preview on #9EB0CC background

This text has white color on #9EB0CC background.