COLOR #8998C5

HEX: #8998C5
RGB: (137,152,197)

Renk bilgisi

#8998C5 contains mainly green and blue colors. #8998C5 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#8998C5 color RGB value is (137,152,197).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 152 of 255 = 60%
B 197 of 255 = 77%

137
152
197

R + G + B ~ 64%. #8998C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 152 + 197 = 486 (100%)
R 137 of 486 ~ 28.19%
G 152 of 486 ~ 31.28%
B 197 of 486 ~ 40.53%

%28.19
%31.28
%40.53

CMYK RENK MODELİ

#8998C5 rengi CMYK tonu (30,23,0,23).

  • camgöbeği tonu 30.46%
  • eflatun tonu 22.84%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(30,23,0,23)
C30M23Y0K23 
(30%,23%,0%,23%)
(0.30/0.23/0.00/0.23)	

CMYK yüzdeleri

%30.46
%22.84
%0
%22.75

Codes

Color #8998C5 in popluar color models

8998C5
RGB137152197
HSL225°34.09%65.49%
HSB/HSV225°30.46%77.25%
CMYK30.46%22.84%0.00%
22.75%

Color #8998C5 in popluar number systems.

HEX8998C5
Decimal137152197
Binary100010011001100011000101
Octal211230305

Shades and tints

Shades of #8998C5

#8998C5
(137,152,197)
#7D8BB4
(125,139,180)
#717EA3
(113,126,163)
#657192
(101,113,146)
#596481
(89,100,129)
#4D5770
(77,87,112)
#414A5F
(65,74,95)
#353D4E
(53,61,78)
#29303D
(41,48,61)
#1D232C
(29,35,44)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #8998C5

#8998C5
(137,152,197)
#93A1CA
(147,161,202)
#9DAACF
(157,170,207)
#A7B3D4
(167,179,212)
#B1BCD9
(177,188,217)
#BBC5DE
(187,197,222)
#C5CEE3
(197,206,227)
#CFD7E8
(207,215,232)
#D9E0ED
(217,224,237)
#E3E9F2
(227,233,242)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8998C5; }

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

This text font color is #8998C5.


Background Color

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

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

This div background color is #8998C5.


Border color

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

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

This div border color is #8998C5.


Opacity

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

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

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

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

This text has shadow with #8998C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8998C5 on black background.


Color preview on white background

This text has color #8998C5 on white background.



Black color preview on #8998C5 background

This text has black color on #8998C5 background.


White color preview on #8998C5 background

This text has white color on #8998C5 background.