COLOR #988AB9

HEX: #988AB9
RGB: (152,138,185)

Renk bilgisi

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

RGB renk modeli

#988AB9 color RGB value is (152,138,185).

  • kırmız ton 152;
  • yeşil ton 138;
  • mavi ton 185.
RGB:
(152,138,185)
(60%,54%,73%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 138 of 255 = 54%
B 185 of 255 = 73%

152
138
185

R + G + B ~ 62%. #988AB9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 138 + 185 = 475 (100%)
R 152 of 475 ~ 32%
G 138 of 475 ~ 29.05%
B 185 of 475 ~ 38.95%

%32
%29.05
%38.95

CMYK RENK MODELİ

#988AB9 rengi CMYK tonu (18,25,0,27).

  • camgöbeği tonu 17.84%
  • eflatun tonu 25.41%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(18,25,0,27)
C18M25Y0K27 
(18%,25%,0%,27%)
(0.18/0.25/0.00/0.27)	

CMYK yüzdeleri

%17.84
%25.41
%0
%27.45

Codes

Color #988AB9 in popluar color models

988AB9
RGB152138185
HSL258°25.13%63.33%
HSB/HSV258°25.41%72.55%
CMYK17.84%25.41%0.00%
27.45%

Color #988AB9 in popluar number systems.

HEX988AB9
Decimal152138185
Binary100110001000101010111001
Octal230212271

Shades and tints

Shades of #988AB9

#988AB9
(152,138,185)
#8B7EA9
(139,126,169)
#7E7299
(126,114,153)
#716689
(113,102,137)
#645A79
(100,90,121)
#574E69
(87,78,105)
#4A4259
(74,66,89)
#3D3649
(61,54,73)
#302A39
(48,42,57)
#231E29
(35,30,41)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #988AB9

#988AB9
(152,138,185)
#A194BF
(161,148,191)
#AA9EC5
(170,158,197)
#B3A8CB
(179,168,203)
#BCB2D1
(188,178,209)
#C5BCD7
(197,188,215)
#CEC6DD
(206,198,221)
#D7D0E3
(215,208,227)
#E0DAE9
(224,218,233)
#E9E4EF
(233,228,239)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988AB9 color. Also use rgb(152,138,185) instead hex code.

Text Font Color

.myTextColor { color: #988AB9; }

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

This text font color is #988AB9.


Background Color

.myBgColor { background-color: #988AB9; }

<div style="background-color:#988AB9">Inner text</div>

This div background color is #988AB9.


Border color

.myBorderColor { border: 1px solid #988AB9; }

<div style="border:3px solid #988AB9">Div</div>

This div border color is #988AB9.


Opacity

.myOpacity80 { color: #988AB9; opacity: 0.8; }

<p style="color:#988AB9;opacity:0.8;">80%</p>

Text with #988AB9 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 #988AB9;}

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

This text has shadow with #988AB9 color.

.textShadow {text-shadow: 3px 3px 1px #988AB9, 3px 3px 1px red;}

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

This text has shadow with #988AB9 primary color and red secondary color.


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

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

This text has shadow with #988AB9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988AB9 on black background.


Color preview on white background

This text has color #988AB9 on white background.



Black color preview on #988AB9 background

This text has black color on #988AB9 background.


White color preview on #988AB9 background

This text has white color on #988AB9 background.