COLOR #9EB4A7

HEX: #9EB4A7
RGB: (158,180,167)

Renk bilgisi

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

RGB renk modeli

#9EB4A7 color RGB value is (158,180,167).

  • kırmız ton 158;
  • yeşil ton 180;
  • mavi ton 167.
RGB:
(158,180,167)
(62%,71%,65%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 180 of 255 = 71%
B 167 of 255 = 65%

158
180
167

R + G + B ~ 66%. #9EB4A7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 180 + 167 = 505 (100%)
R 158 of 505 ~ 31.29%
G 180 of 505 ~ 35.64%
B 167 of 505 ~ 33.07%

%31.29
%35.64
%33.07

CMYK RENK MODELİ

#9EB4A7 rengi CMYK tonu (12,0,7,29).

  • camgöbeği tonu 12.22%
  • eflatun tonu 0.00%
  • sarı tonu 7.22%
  • ana renk tonu 29.41%
CMYK:
(12,0,7,29)
C12M0Y7K29 
(12%,0%,7%,29%)
(0.12/0.00/0.07/0.29)	

CMYK yüzdeleri

%12.22
%0
%7.22
%29.41

Codes

Color #9EB4A7 in popluar color models

9EB4A7
RGB158180167
HSL145°12.79%66.27%
HSB/HSV145°12.22%70.59%
CMYK12.22%0.00%7.22%
29.41%

Color #9EB4A7 in popluar number systems.

HEX9EB4A7
Decimal158180167
Binary100111101011010010100111
Octal236264247

Shades and tints

Shades of #9EB4A7

#9EB4A7
(158,180,167)
#90A498
(144,164,152)
#829489
(130,148,137)
#74847A
(116,132,122)
#66746B
(102,116,107)
#58645C
(88,100,92)
#4A544D
(74,84,77)
#3C443E
(60,68,62)
#2E342F
(46,52,47)
#202420
(32,36,32)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9EB4A7

#9EB4A7
(158,180,167)
#A6BAAF
(166,186,175)
#AEC0B7
(174,192,183)
#B6C6BF
(182,198,191)
#BECCC7
(190,204,199)
#C6D2CF
(198,210,207)
#CED8D7
(206,216,215)
#D6DEDF
(214,222,223)
#DEE4E7
(222,228,231)
#E6EAEF
(230,234,239)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB4A7 color. Also use rgb(158,180,167) instead hex code.

Text Font Color

.myTextColor { color: #9EB4A7; }

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

This text font color is #9EB4A7.


Background Color

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

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

This div background color is #9EB4A7.


Border color

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

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

This div border color is #9EB4A7.


Opacity

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

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

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

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

This text has shadow with #9EB4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB4A7 on black background.


Color preview on white background

This text has color #9EB4A7 on white background.



Black color preview on #9EB4A7 background

This text has black color on #9EB4A7 background.


White color preview on #9EB4A7 background

This text has white color on #9EB4A7 background.