COLOR #988FB0

HEX: #988FB0
RGB: (152,143,176)

Renk bilgisi

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

RGB renk modeli

#988FB0 color RGB value is (152,143,176).

  • kırmız ton 152;
  • yeşil ton 143;
  • mavi ton 176.
RGB:
(152,143,176)
(60%,56%,69%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 143 of 255 = 56%
B 176 of 255 = 69%

152
143
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 143 + 176 = 471 (100%)
R 152 of 471 ~ 32.27%
G 143 of 471 ~ 30.36%
B 176 of 471 ~ 37.37%

%32.27
%30.36
%37.37

CMYK RENK MODELİ

#988FB0 rengi CMYK tonu (14,19,0,31).

  • camgöbeği tonu 13.64%
  • eflatun tonu 18.75%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(14,19,0,31)
C14M19Y0K31 
(14%,19%,0%,31%)
(0.14/0.19/0.00/0.31)	

CMYK yüzdeleri

%13.64
%18.75
%0
%30.98

Codes

Color #988FB0 in popluar color models

988FB0
RGB152143176
HSL256°17.28%62.55%
HSB/HSV256°18.75%69.02%
CMYK13.64%18.75%0.00%
30.98%

Color #988FB0 in popluar number systems.

HEX988FB0
Decimal152143176
Binary100110001000111110110000
Octal230217260

Shades and tints

Shades of #988FB0

#988FB0
(152,143,176)
#8B82A0
(139,130,160)
#7E7590
(126,117,144)
#716880
(113,104,128)
#645B70
(100,91,112)
#574E60
(87,78,96)
#4A4150
(74,65,80)
#3D3440
(61,52,64)
#302730
(48,39,48)
#231A20
(35,26,32)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #988FB0

#988FB0
(152,143,176)
#A199B7
(161,153,183)
#AAA3BE
(170,163,190)
#B3ADC5
(179,173,197)
#BCB7CC
(188,183,204)
#C5C1D3
(197,193,211)
#CECBDA
(206,203,218)
#D7D5E1
(215,213,225)
#E0DFE8
(224,223,232)
#E9E9EF
(233,233,239)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988FB0 color. Also use rgb(152,143,176) instead hex code.

Text Font Color

.myTextColor { color: #988FB0; }

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

This text font color is #988FB0.


Background Color

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

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

This div background color is #988FB0.


Border color

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

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

This div border color is #988FB0.


Opacity

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

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

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

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

This text has shadow with #988FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988FB0 on black background.


Color preview on white background

This text has color #988FB0 on white background.



Black color preview on #988FB0 background

This text has black color on #988FB0 background.


White color preview on #988FB0 background

This text has white color on #988FB0 background.