COLOR #988ABC

HEX: #988ABC RGB: (152,138,188)

Color info

#988ABC contains red, green and blue colors in about the same proportion. Web safe color of #988ABC is #9999CC (or #99C).

RGB color model

#988ABC color RGB value is (152,138,188).

RGB: (152,138,188) (60%, 54%, 74%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 188 of 255 = 74%

152
138
188

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

Portions of RGB colors in percentages

R + G + B = 152 + 138 + 188 = 478 (100%)
R 152 of 478 ~ 31.8%
G 138 of 478 ~ 28.87%
B 188 of 478 ~ 39.33'%

%31.8
%28.87
%39.33

CMYK color model

#988ABC color CMYK value is (19,27,0,26).

  • cyan value is 19.15%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (19,27,0,26)
C19M27Y0K26 (19%, 27%, 0%, 26%)
(0.19 / 0.27 / 0.00 / 0.26)

CMYK percentages

%19.15
%26.6
%0
%26.27

Codes

Color #988ABC in popluar color models

98 8A BC
RGB 152 138 188
HSL 257° 27.17% 63.92%
HSB/HSV 257° 26.60% 73.73%
CMYK 19.15% 26.60% 0.00%
26.27%

Color #988ABC in popluar number systems.

HEX 98 8A BC
Decimal 152 138 188
Binary 10011000 10001010 10111100
Octal 230 212 274

Shades and tints

Shades of #988ABC

#988ABC
(152,138,188)
#8B7EAB
(139,126,171)
#7E729A
(126,114,154)
#716689
(113,102,137)
#645A78
(100,90,120)
#574E67
(87,78,103)
#4A4256
(74,66,86)
#3D3645
(61,54,69)
#302A34
(48,42,52)
#231E23
(35,30,35)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #988ABC

#988ABC
(152,138,188)
#A194C2
(161,148,194)
#AA9EC8
(170,158,200)
#B3A8CE
(179,168,206)
#BCB2D4
(188,178,212)
#C5BCDA
(197,188,218)
#CEC6E0
(206,198,224)
#D7D0E6
(215,208,230)
#E0DAEC
(224,218,236)
#E9E4F2
(233,228,242)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988ABC; }

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

This text font color is #988ABC.

Background Color

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

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

This div background color is #988ABC.

Border color

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

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

This div border color is #988ABC.

Opacity

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

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

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

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

This text has shadow with #988ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988ABC.

Preview

Color preview on black background

This text has color #988ABC on black background.


Color preview on white background

This text has color #988ABC on white background.


Black color preview on #988ABC background

This text has black color on #988ABC background.


White color preview on #988ABC background

This text has white color on #988ABC background.


Related colors

Complementary color

Complementary color for #hex is #677543.


I love getcolorcode.com

Triadic colors

1 #BC988A and #8ABC98 with #988ABC are triadic colors.

2 #BC8A98 and #8A98BC with #988ABC are triadic colors.