COLOR #988EBE

HEX: #988EBE
RGB: (152,142,190)

Renk bilgisi

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

RGB renk modeli

#988EBE color RGB value is (152,142,190).

  • kırmız ton 152;
  • yeşil ton 142;
  • mavi ton 190.
RGB:
(152,142,190)
(60%,56%,75%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 142 of 255 = 56%
B 190 of 255 = 75%

152
142
190

R + G + B ~ 64%. #988EBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 142 + 190 = 484 (100%)
R 152 of 484 ~ 31.4%
G 142 of 484 ~ 29.34%
B 190 of 484 ~ 39.26%

%31.4
%29.34
%39.26

CMYK RENK MODELİ

#988EBE rengi CMYK tonu (20,25,0,25).

  • camgöbeği tonu 20.00%
  • eflatun tonu 25.26%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(20,25,0,25)
C20M25Y0K25 
(20%,25%,0%,25%)
(0.20/0.25/0.00/0.25)	

CMYK yüzdeleri

%20
%25.26
%0
%25.49

Codes

Color #988EBE in popluar color models

988EBE
RGB152142190
HSL253°26.97%65.10%
HSB/HSV253°25.26%74.51%
CMYK20.00%25.26%0.00%
25.49%

Color #988EBE in popluar number systems.

HEX988EBE
Decimal152142190
Binary100110001000111010111110
Octal230216276

Shades and tints

Shades of #988EBE

#988EBE
(152,142,190)
#8B82AD
(139,130,173)
#7E769C
(126,118,156)
#716A8B
(113,106,139)
#645E7A
(100,94,122)
#575269
(87,82,105)
#4A4658
(74,70,88)
#3D3A47
(61,58,71)
#302E36
(48,46,54)
#232225
(35,34,37)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #988EBE

#988EBE
(152,142,190)
#A198C3
(161,152,195)
#AAA2C8
(170,162,200)
#B3ACCD
(179,172,205)
#BCB6D2
(188,182,210)
#C5C0D7
(197,192,215)
#CECADC
(206,202,220)
#D7D4E1
(215,212,225)
#E0DEE6
(224,222,230)
#E9E8EB
(233,232,235)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988EBE color. Also use rgb(152,142,190) instead hex code.

Text Font Color

.myTextColor { color: #988EBE; }

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

This text font color is #988EBE.


Background Color

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

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

This div background color is #988EBE.


Border color

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

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

This div border color is #988EBE.


Opacity

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

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

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

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

This text has shadow with #988EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988EBE on black background.


Color preview on white background

This text has color #988EBE on white background.



Black color preview on #988EBE background

This text has black color on #988EBE background.


White color preview on #988EBE background

This text has white color on #988EBE background.