COLOR #8998D9

HEX: #8998D9
RGB: (137,152,217)

Renk bilgisi

#8998D9 contains mainly blue color. #8998D9 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#8998D9 color RGB value is (137,152,217).

  • kırmız ton 137;
  • yeşil ton 152;
  • mavi ton 217.
RGB:
(137,152,217)
(54%,60%,85%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 152 of 255 = 60%
B 217 of 255 = 85%

137
152
217

R + G + B ~ 66%. #8998D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 152 + 217 = 506 (100%)
R 137 of 506 ~ 27.08%
G 152 of 506 ~ 30.04%
B 217 of 506 ~ 42.89%

%27.08
%30.04
%42.89

CMYK RENK MODELİ

#8998D9 rengi CMYK tonu (37,30,0,15).

  • camgöbeği tonu 36.87%
  • eflatun tonu 29.95%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(37,30,0,15)
C37M30Y0K15 
(37%,30%,0%,15%)
(0.37/0.30/0.00/0.15)	

CMYK yüzdeleri

%36.87
%29.95
%0
%14.9

Codes

Color #8998D9 in popluar color models

8998D9
RGB137152217
HSL229°51.28%69.41%
HSB/HSV229°36.87%85.10%
CMYK36.87%29.95%0.00%
14.90%

Color #8998D9 in popluar number systems.

HEX8998D9
Decimal137152217
Binary100010011001100011011001
Octal211230331

Shades and tints

Shades of #8998D9

#8998D9
(137,152,217)
#7D8BC6
(125,139,198)
#717EB3
(113,126,179)
#6571A0
(101,113,160)
#59648D
(89,100,141)
#4D577A
(77,87,122)
#414A67
(65,74,103)
#353D54
(53,61,84)
#293041
(41,48,65)
#1D232E
(29,35,46)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #8998D9

#8998D9
(137,152,217)
#93A1DC
(147,161,220)
#9DAADF
(157,170,223)
#A7B3E2
(167,179,226)
#B1BCE5
(177,188,229)
#BBC5E8
(187,197,232)
#C5CEEB
(197,206,235)
#CFD7EE
(207,215,238)
#D9E0F1
(217,224,241)
#E3E9F4
(227,233,244)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8998D9 color. Also use rgb(137,152,217) instead hex code.

Text Font Color

.myTextColor { color: #8998D9; }

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

This text font color is #8998D9.


Background Color

.myBgColor { background-color: #8998D9; }

<div style="background-color:#8998D9">Inner text</div>

This div background color is #8998D9.


Border color

.myBorderColor { border: 1px solid #8998D9; }

<div style="border:3px solid #8998D9">Div</div>

This div border color is #8998D9.


Opacity

.myOpacity80 { color: #8998D9; opacity: 0.8; }

<p style="color:#8998D9;opacity:0.8;">80%</p>

Text with #8998D9 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 #8998D9;}

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

This text has shadow with #8998D9 color.

.textShadow {text-shadow: 3px 3px 1px #8998D9, 3px 3px 1px red;}

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

This text has shadow with #8998D9 primary color and red secondary color.


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

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

This text has shadow with #8998D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8998D9 on black background.


Color preview on white background

This text has color #8998D9 on white background.



Black color preview on #8998D9 background

This text has black color on #8998D9 background.


White color preview on #8998D9 background

This text has white color on #8998D9 background.