COLOR #8990C0

HEX: #8990C0
RGB: (137,144,192)

Renk bilgisi

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

RGB renk modeli

#8990C0 color RGB value is (137,144,192).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 144 of 255 = 56%
B 192 of 255 = 75%

137
144
192

R + G + B ~ 62%. #8990C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 144 + 192 = 473 (100%)
R 137 of 473 ~ 28.96%
G 144 of 473 ~ 30.44%
B 192 of 473 ~ 40.59%

%28.96
%30.44
%40.59

CMYK RENK MODELİ

#8990C0 rengi CMYK tonu (29,25,0,25).

  • camgöbeği tonu 28.65%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(29,25,0,25)
C29M25Y0K25 
(29%,25%,0%,25%)
(0.29/0.25/0.00/0.25)	

CMYK yüzdeleri

%28.65
%25
%0
%24.71

Codes

Color #8990C0 in popluar color models

8990C0
RGB137144192
HSL232°30.39%64.51%
HSB/HSV232°28.65%75.29%
CMYK28.65%25.00%0.00%
24.71%

Color #8990C0 in popluar number systems.

HEX8990C0
Decimal137144192
Binary100010011001000011000000
Octal211220300

Shades and tints

Shades of #8990C0

#8990C0
(137,144,192)
#7D83AF
(125,131,175)
#71769E
(113,118,158)
#65698D
(101,105,141)
#595C7C
(89,92,124)
#4D4F6B
(77,79,107)
#41425A
(65,66,90)
#353549
(53,53,73)
#292838
(41,40,56)
#1D1B27
(29,27,39)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #8990C0

#8990C0
(137,144,192)
#939AC5
(147,154,197)
#9DA4CA
(157,164,202)
#A7AECF
(167,174,207)
#B1B8D4
(177,184,212)
#BBC2D9
(187,194,217)
#C5CCDE
(197,204,222)
#CFD6E3
(207,214,227)
#D9E0E8
(217,224,232)
#E3EAED
(227,234,237)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8990C0; }

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

This text font color is #8990C0.


Background Color

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

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

This div background color is #8990C0.


Border color

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

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

This div border color is #8990C0.


Opacity

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

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

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

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

This text has shadow with #8990C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8990C0 on black background.


Color preview on white background

This text has color #8990C0 on white background.



Black color preview on #8990C0 background

This text has black color on #8990C0 background.


White color preview on #8990C0 background

This text has white color on #8990C0 background.