COLOR #9BC2E6

HEX: #9BC2E6
RGB: (155,194,230)

Renk bilgisi

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

RGB renk modeli

#9BC2E6 color RGB value is (155,194,230).

  • kırmız ton 155;
  • yeşil ton 194;
  • mavi ton 230.
RGB:
(155,194,230)
(61%,76%,90%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 194 of 255 = 76%
B 230 of 255 = 90%

155
194
230

R + G + B ~ 76%. #9BC2E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 194 + 230 = 579 (100%)
R 155 of 579 ~ 26.77%
G 194 of 579 ~ 33.51%
B 230 of 579 ~ 39.72%

%26.77
%33.51
%39.72

CMYK RENK MODELİ

#9BC2E6 rengi CMYK tonu (33,16,0,10).

  • camgöbeği tonu 32.61%
  • eflatun tonu 15.65%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(33,16,0,10)
C33M16Y0K10 
(33%,16%,0%,10%)
(0.33/0.16/0.00/0.10)	

CMYK yüzdeleri

%32.61
%15.65
%0
%9.8

Codes

Color #9BC2E6 in popluar color models

9BC2E6
RGB155194230
HSL209°60.00%75.49%
HSB/HSV209°32.61%90.20%
CMYK32.61%15.65%0.00%
9.80%

Color #9BC2E6 in popluar number systems.

HEX9BC2E6
Decimal155194230
Binary100110111100001011100110
Octal233302346

Shades and tints

Shades of #9BC2E6

#9BC2E6
(155,194,230)
#8DB1D2
(141,177,210)
#7FA0BE
(127,160,190)
#718FAA
(113,143,170)
#637E96
(99,126,150)
#556D82
(85,109,130)
#475C6E
(71,92,110)
#394B5A
(57,75,90)
#2B3A46
(43,58,70)
#1D2932
(29,41,50)
#0F181E
(15,24,30)
#000000
(0,0,0)

Tints of #9BC2E6

#9BC2E6
(155,194,230)
#A4C7E8
(164,199,232)
#ADCCEA
(173,204,234)
#B6D1EC
(182,209,236)
#BFD6EE
(191,214,238)
#C8DBF0
(200,219,240)
#D1E0F2
(209,224,242)
#DAE5F4
(218,229,244)
#E3EAF6
(227,234,246)
#ECEFF8
(236,239,248)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC2E6 color. Also use rgb(155,194,230) instead hex code.

Text Font Color

.myTextColor { color: #9BC2E6; }

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

This text font color is #9BC2E6.


Background Color

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

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

This div background color is #9BC2E6.


Border color

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

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

This div border color is #9BC2E6.


Opacity

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

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

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

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

This text has shadow with #9BC2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC2E6 on black background.


Color preview on white background

This text has color #9BC2E6 on white background.



Black color preview on #9BC2E6 background

This text has black color on #9BC2E6 background.


White color preview on #9BC2E6 background

This text has white color on #9BC2E6 background.