COLOR #096C83

HEX: #096C83
RGB: (9,108,131)

Renk bilgisi

#096C83 contains mainly green and blue colors. #096C83 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#096C83 color RGB value is (9,108,131).

  • kırmız ton 9;
  • yeşil ton 108;
  • mavi ton 131.
RGB:
(9,108,131)
(4%,42%,51%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 108 of 255 = 42%
B 131 of 255 = 51%

9
108
131

R + G + B ~ 32%. #096C83 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 108 + 131 = 248 (100%)
R 9 of 248 ~ 3.63%
G 108 of 248 ~ 43.55%
B 131 of 248 ~ 52.82%

%43.55
%52.82

CMYK RENK MODELİ

#096C83 rengi CMYK tonu (93,18,0,49).

  • camgöbeği tonu 93.13%
  • eflatun tonu 17.56%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(93,18,0,49)
C93M18Y0K49 
(93%,18%,0%,49%)
(0.93/0.18/0.00/0.49)	

CMYK yüzdeleri

%93.13
%17.56
%0
%48.63

Codes

Color #096C83 in popluar color models

096C83
RGB9108131
HSL191°87.14%27.45%
HSB/HSV191°93.13%51.37%
CMYK93.13%17.56%0.00%
48.63%

Color #096C83 in popluar number systems.

HEX096C83
Decimal9108131
Binary1001110110010000011
Octal11154203

Shades and tints

Shades of #096C83

#096C83
(9,108,131)
#096378
(9,99,120)
#095A6D
(9,90,109)
#095162
(9,81,98)
#094857
(9,72,87)
#093F4C
(9,63,76)
#093641
(9,54,65)
#092D36
(9,45,54)
#09242B
(9,36,43)
#091B20
(9,27,32)
#091215
(9,18,21)
#000000
(0,0,0)

Tints of #096C83

#096C83
(9,108,131)
#1F798E
(31,121,142)
#358699
(53,134,153)
#4B93A4
(75,147,164)
#61A0AF
(97,160,175)
#77ADBA
(119,173,186)
#8DBAC5
(141,186,197)
#A3C7D0
(163,199,208)
#B9D4DB
(185,212,219)
#CFE1E6
(207,225,230)
#E5EEF1
(229,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096C83 color. Also use rgb(9,108,131) instead hex code.

Text Font Color

.myTextColor { color: #096C83; }

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

This text font color is #096C83.


Background Color

.myBgColor { background-color: #096C83; }

<div style="background-color:#096C83">Inner text</div>

This div background color is #096C83.


Border color

.myBorderColor { border: 1px solid #096C83; }

<div style="border:3px solid #096C83">Div</div>

This div border color is #096C83.


Opacity

.myOpacity80 { color: #096C83; opacity: 0.8; }

<p style="color:#096C83;opacity:0.8;">80%</p>

Text with #096C83 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 #096C83;}

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

This text has shadow with #096C83 color.

.textShadow {text-shadow: 3px 3px 1px #096C83, 3px 3px 1px red;}

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

This text has shadow with #096C83 primary color and red secondary color.


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

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

This text has shadow with #096C83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096C83 on black background.


Color preview on white background

This text has color #096C83 on white background.



Black color preview on #096C83 background

This text has black color on #096C83 background.


White color preview on #096C83 background

This text has white color on #096C83 background.