COLOR #8990BD

HEX: #8990BD
RGB: (137,144,189)

Renk bilgisi

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

RGB renk modeli

#8990BD color RGB value is (137,144,189).

  • kırmız ton 137;
  • yeşil ton 144;
  • mavi ton 189.
RGB:
(137,144,189)
(54%,56%,74%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 144 of 255 = 56%
B 189 of 255 = 74%

137
144
189

R + G + B ~ 61%. #8990BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 144 + 189 = 470 (100%)
R 137 of 470 ~ 29.15%
G 144 of 470 ~ 30.64%
B 189 of 470 ~ 40.21%

%29.15
%30.64
%40.21

CMYK RENK MODELİ

#8990BD rengi CMYK tonu (28,24,0,26).

  • camgöbeği tonu 27.51%
  • eflatun tonu 23.81%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(28,24,0,26)
C28M24Y0K26 
(28%,24%,0%,26%)
(0.28/0.24/0.00/0.26)	

CMYK yüzdeleri

%27.51
%23.81
%0
%25.88

Codes

Color #8990BD in popluar color models

8990BD
RGB137144189
HSL232°28.26%63.92%
HSB/HSV232°27.51%74.12%
CMYK27.51%23.81%0.00%
25.88%

Color #8990BD in popluar number systems.

HEX8990BD
Decimal137144189
Binary100010011001000010111101
Octal211220275

Shades and tints

Shades of #8990BD

#8990BD
(137,144,189)
#7D83AC
(125,131,172)
#71769B
(113,118,155)
#65698A
(101,105,138)
#595C79
(89,92,121)
#4D4F68
(77,79,104)
#414257
(65,66,87)
#353546
(53,53,70)
#292835
(41,40,53)
#1D1B24
(29,27,36)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #8990BD

#8990BD
(137,144,189)
#939AC3
(147,154,195)
#9DA4C9
(157,164,201)
#A7AECF
(167,174,207)
#B1B8D5
(177,184,213)
#BBC2DB
(187,194,219)
#C5CCE1
(197,204,225)
#CFD6E7
(207,214,231)
#D9E0ED
(217,224,237)
#E3EAF3
(227,234,243)
#EDF4F9
(237,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8990BD color. Also use rgb(137,144,189) instead hex code.

Text Font Color

.myTextColor { color: #8990BD; }

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

This text font color is #8990BD.


Background Color

.myBgColor { background-color: #8990BD; }

<div style="background-color:#8990BD">Inner text</div>

This div background color is #8990BD.


Border color

.myBorderColor { border: 1px solid #8990BD; }

<div style="border:3px solid #8990BD">Div</div>

This div border color is #8990BD.


Opacity

.myOpacity80 { color: #8990BD; opacity: 0.8; }

<p style="color:#8990BD;opacity:0.8;">80%</p>

Text with #8990BD 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 #8990BD;}

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

This text has shadow with #8990BD color.

.textShadow {text-shadow: 3px 3px 1px #8990BD, 3px 3px 1px red;}

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

This text has shadow with #8990BD primary color and red secondary color.


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

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

This text has shadow with #8990BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8990BD on black background.


Color preview on white background

This text has color #8990BD on white background.



Black color preview on #8990BD background

This text has black color on #8990BD background.


White color preview on #8990BD background

This text has white color on #8990BD background.