COLOR #8996B8

HEX: #8996B8
RGB: (137,150,184)

Renk bilgisi

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

RGB renk modeli

#8996B8 color RGB value is (137,150,184).

  • kırmız ton 137;
  • yeşil ton 150;
  • mavi ton 184.
RGB:
(137,150,184)
(54%,59%,72%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 150 of 255 = 59%
B 184 of 255 = 72%

137
150
184

R + G + B ~ 62%. #8996B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 150 + 184 = 471 (100%)
R 137 of 471 ~ 29.09%
G 150 of 471 ~ 31.85%
B 184 of 471 ~ 39.07%

%29.09
%31.85
%39.07

CMYK RENK MODELİ

#8996B8 rengi CMYK tonu (26,18,0,28).

  • camgöbeği tonu 25.54%
  • eflatun tonu 18.48%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(26,18,0,28)
C26M18Y0K28 
(26%,18%,0%,28%)
(0.26/0.18/0.00/0.28)	

CMYK yüzdeleri

%25.54
%18.48
%0
%27.84

Codes

Color #8996B8 in popluar color models

8996B8
RGB137150184
HSL223°24.87%62.94%
HSB/HSV223°25.54%72.16%
CMYK25.54%18.48%0.00%
27.84%

Color #8996B8 in popluar number systems.

HEX8996B8
Decimal137150184
Binary100010011001011010111000
Octal211226270

Shades and tints

Shades of #8996B8

#8996B8
(137,150,184)
#7D89A8
(125,137,168)
#717C98
(113,124,152)
#656F88
(101,111,136)
#596278
(89,98,120)
#4D5568
(77,85,104)
#414858
(65,72,88)
#353B48
(53,59,72)
#292E38
(41,46,56)
#1D2128
(29,33,40)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #8996B8

#8996B8
(137,150,184)
#939FBE
(147,159,190)
#9DA8C4
(157,168,196)
#A7B1CA
(167,177,202)
#B1BAD0
(177,186,208)
#BBC3D6
(187,195,214)
#C5CCDC
(197,204,220)
#CFD5E2
(207,213,226)
#D9DEE8
(217,222,232)
#E3E7EE
(227,231,238)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8996B8 color. Also use rgb(137,150,184) instead hex code.

Text Font Color

.myTextColor { color: #8996B8; }

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

This text font color is #8996B8.


Background Color

.myBgColor { background-color: #8996B8; }

<div style="background-color:#8996B8">Inner text</div>

This div background color is #8996B8.


Border color

.myBorderColor { border: 1px solid #8996B8; }

<div style="border:3px solid #8996B8">Div</div>

This div border color is #8996B8.


Opacity

.myOpacity80 { color: #8996B8; opacity: 0.8; }

<p style="color:#8996B8;opacity:0.8;">80%</p>

Text with #8996B8 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 #8996B8;}

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

This text has shadow with #8996B8 color.

.textShadow {text-shadow: 3px 3px 1px #8996B8, 3px 3px 1px red;}

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

This text has shadow with #8996B8 primary color and red secondary color.


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

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

This text has shadow with #8996B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8996B8 on black background.


Color preview on white background

This text has color #8996B8 on white background.



Black color preview on #8996B8 background

This text has black color on #8996B8 background.


White color preview on #8996B8 background

This text has white color on #8996B8 background.