COLOR #988AA4

HEX: #988AA4
RGB: (152,138,164)

Renk bilgisi

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

RGB renk modeli

#988AA4 color RGB value is (152,138,164).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 138 of 255 = 54%
B 164 of 255 = 64%

152
138
164

R + G + B ~ 59%. #988AA4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 138 + 164 = 454 (100%)
R 152 of 454 ~ 33.48%
G 138 of 454 ~ 30.4%
B 164 of 454 ~ 36.12%

%33.48
%30.4
%36.12

CMYK RENK MODELİ

#988AA4 rengi CMYK tonu (7,16,0,36).

  • camgöbeği tonu 7.32%
  • eflatun tonu 15.85%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(7,16,0,36)
C7M16Y0K36 
(7%,16%,0%,36%)
(0.07/0.16/0.00/0.36)	

CMYK yüzdeleri

%7.32
%15.85
%0
%35.69

Codes

Color #988AA4 in popluar color models

988AA4
RGB152138164
HSL272°12.50%59.22%
HSB/HSV272°15.85%64.31%
CMYK7.32%15.85%0.00%
35.69%

Color #988AA4 in popluar number systems.

HEX988AA4
Decimal152138164
Binary100110001000101010100100
Octal230212244

Shades and tints

Shades of #988AA4

#988AA4
(152,138,164)
#8B7E96
(139,126,150)
#7E7288
(126,114,136)
#71667A
(113,102,122)
#645A6C
(100,90,108)
#574E5E
(87,78,94)
#4A4250
(74,66,80)
#3D3642
(61,54,66)
#302A34
(48,42,52)
#231E26
(35,30,38)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #988AA4

#988AA4
(152,138,164)
#A194AC
(161,148,172)
#AA9EB4
(170,158,180)
#B3A8BC
(179,168,188)
#BCB2C4
(188,178,196)
#C5BCCC
(197,188,204)
#CEC6D4
(206,198,212)
#D7D0DC
(215,208,220)
#E0DAE4
(224,218,228)
#E9E4EC
(233,228,236)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988AA4; }

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

This text font color is #988AA4.


Background Color

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

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

This div background color is #988AA4.


Border color

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

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

This div border color is #988AA4.


Opacity

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

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

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

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

This text has shadow with #988AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988AA4 on black background.


Color preview on white background

This text has color #988AA4 on white background.



Black color preview on #988AA4 background

This text has black color on #988AA4 background.


White color preview on #988AA4 background

This text has white color on #988AA4 background.