COLOR #988BAC

HEX: #988BAC
RGB: (152,139,172)

Renk bilgisi

#988BAC contains red, green and blue colors in about the same proportion. #988BAC ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#988BAC color RGB value is (152,139,172).

  • kırmız ton 152;
  • yeşil ton 139;
  • mavi ton 172.
RGB: (152,139,172) (60%,55%,67%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 139 of 255 = 55%
B 172 of 255 = 67%

152
139
172

R + G + B ~ 61%. #988BAC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 139 + 172 = 463 (100%)
R 152 of 463 ~ 32.83%
G 139 of 463 ~ 30.02%
B 172 of 463 ~ 37.15%

%32.83
%30.02
%37.15

CMYK RENK MODELİ

#988BAC rengi CMYK tonu (12,19,0,33).

  • camgöbeği tonu 11.63%
  • eflatun tonu 19.19%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK: (12,19,0,33) C12M19Y0K33 (12%,19%,0%,33%) (0.12/0.19/0.00/0.33)

CMYK yüzdeleri

%11.63
%19.19
%0
%32.55

Codes

Color #988BAC in popluar color models

988BAC
RGB152139172
HSL264°16.58%60.98%
HSB/HSV264°19.19%67.45%
CMYK11.63%19.19%0.00%
32.55%

Color #988BAC in popluar number systems.

HEX988BAC
Decimal152139172
Binary100110001000101110101100
Octal230213254

Shades and tints

Shades of #988BAC

#988BAC
(152,139,172)
#8B7F9D
(139,127,157)
#7E738E
(126,115,142)
#71677F
(113,103,127)
#645B70
(100,91,112)
#574F61
(87,79,97)
#4A4352
(74,67,82)
#3D3743
(61,55,67)
#302B34
(48,43,52)
#231F25
(35,31,37)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #988BAC

#988BAC
(152,139,172)
#A195B3
(161,149,179)
#AA9FBA
(170,159,186)
#B3A9C1
(179,169,193)
#BCB3C8
(188,179,200)
#C5BDCF
(197,189,207)
#CEC7D6
(206,199,214)
#D7D1DD
(215,209,221)
#E0DBE4
(224,219,228)
#E9E5EB
(233,229,235)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988BAC color. Also use rgb(152,139,172) instead hex code.

Text Font Color

.myTextColor { color: #988BAC; }

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

This text font color is #988BAC.


Background Color

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

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

This div background color is #988BAC.


Border color

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

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

This div border color is #988BAC.


Opacity

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

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

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

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

This text has shadow with #988BAC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #988BAC on black background.


Color preview on white background

This text has color #988BAC on white background.



Black color preview on #988BAC background

This text has black color on #988BAC background.


White color preview on #988BAC background

This text has white color on #988BAC background.