COLOR #988FBA

HEX: #988FBA
RGB: (152,143,186)

Renk bilgisi

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

RGB renk modeli

#988FBA color RGB value is (152,143,186).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 143 of 255 = 56%
B 186 of 255 = 73%

152
143
186

R + G + B ~ 63%. #988FBA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 143 + 186 = 481 (100%)
R 152 of 481 ~ 31.6%
G 143 of 481 ~ 29.73%
B 186 of 481 ~ 38.67%

%31.6
%29.73
%38.67

CMYK RENK MODELİ

#988FBA rengi CMYK tonu (18,23,0,27).

  • camgöbeği tonu 18.28%
  • eflatun tonu 23.12%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(18,23,0,27)
C18M23Y0K27 
(18%,23%,0%,27%)
(0.18/0.23/0.00/0.27)	

CMYK yüzdeleri

%18.28
%23.12
%0
%27.06

Codes

Color #988FBA in popluar color models

988FBA
RGB152143186
HSL253°23.76%64.51%
HSB/HSV253°23.12%72.94%
CMYK18.28%23.12%0.00%
27.06%

Color #988FBA in popluar number systems.

HEX988FBA
Decimal152143186
Binary100110001000111110111010
Octal230217272

Shades and tints

Shades of #988FBA

#988FBA
(152,143,186)
#8B82AA
(139,130,170)
#7E759A
(126,117,154)
#71688A
(113,104,138)
#645B7A
(100,91,122)
#574E6A
(87,78,106)
#4A415A
(74,65,90)
#3D344A
(61,52,74)
#30273A
(48,39,58)
#231A2A
(35,26,42)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #988FBA

#988FBA
(152,143,186)
#A199C0
(161,153,192)
#AAA3C6
(170,163,198)
#B3ADCC
(179,173,204)
#BCB7D2
(188,183,210)
#C5C1D8
(197,193,216)
#CECBDE
(206,203,222)
#D7D5E4
(215,213,228)
#E0DFEA
(224,223,234)
#E9E9F0
(233,233,240)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988FBA; }

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

This text font color is #988FBA.


Background Color

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

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

This div background color is #988FBA.


Border color

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

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

This div border color is #988FBA.


Opacity

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

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

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

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

This text has shadow with #988FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988FBA on black background.


Color preview on white background

This text has color #988FBA on white background.



Black color preview on #988FBA background

This text has black color on #988FBA background.


White color preview on #988FBA background

This text has white color on #988FBA background.