COLOR #9A88B7

HEX: #9A88B7
RGB: (154,136,183)

Color info

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

RGB color model

#9A88B7 color RGB value is (154,136,183).

  • red value is 154;
  • green value is 136;
  • blue value is 183.
RGB:
(154,136,183)
(60%,53%,72%)

RGB channels and saturation

R 154 of 255 = 60%
G 136 of 255 = 53%
B 183 of 255 = 72%

154
136
183

R + G + B ~ 62%. #9A88B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 136 + 183 = 473 (100%)
R 154 of 473 ~ 32.56%
G 136 of 473 ~ 28.75%
B 183 of 473 ~ 38.69%

%32.56
%28.75
%38.69

CMYK color model

#9A88B7 color CMYK value is (16,26,0,28).

  • cyan value is 15.85%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(16,26,0,28)
C16M26Y0K28 
(16%,26%,0%,28%)
(0.16/0.26/0.00/0.28)	

CMYK percentages

%15.85
%25.68
%0
%28.24

Codes

Color #9A88B7 in popluar color models

9A88B7
RGB154136183
HSL263°24.61%62.55%
HSB/HSV263°25.68%71.76%
CMYK15.85%25.68%0.00%
28.24%

Color #9A88B7 in popluar number systems.

HEX9A88B7
Decimal154136183
Binary100110101000100010110111
Octal232210267

Shades and tints

Shades of #9A88B7

#9A88B7
(154,136,183)
#8C7CA7
(140,124,167)
#7E7097
(126,112,151)
#706487
(112,100,135)
#625877
(98,88,119)
#544C67
(84,76,103)
#464057
(70,64,87)
#383447
(56,52,71)
#2A2837
(42,40,55)
#1C1C27
(28,28,39)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #9A88B7

#9A88B7
(154,136,183)
#A392BD
(163,146,189)
#AC9CC3
(172,156,195)
#B5A6C9
(181,166,201)
#BEB0CF
(190,176,207)
#C7BAD5
(199,186,213)
#D0C4DB
(208,196,219)
#D9CEE1
(217,206,225)
#E2D8E7
(226,216,231)
#EBE2ED
(235,226,237)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A88B7 color. Also use rgb(154,136,183) instead hex code.

Text Font Color

.myTextColor { color: #9A88B7; }

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

This text font color is #9A88B7.


Background Color

.myBgColor { background-color: #9A88B7; }

<div style="background-color:#9A88B7">Inner text</div>

This div background color is #9A88B7.


Border color

.myBorderColor { border: 1px solid #9A88B7; }

<div style="border:3px solid #9A88B7">Div</div>

This div border color is #9A88B7.


Opacity

.myOpacity80 { color: #9A88B7; opacity: 0.8; }

<p style="color:#9A88B7;opacity:0.8;">80%</p>

Text with #9A88B7 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 #9A88B7;}

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

This text has shadow with #9A88B7 color.

.textShadow {text-shadow: 3px 3px 1px #9A88B7, 3px 3px 1px red;}

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

This text has shadow with #9A88B7 primary color and red secondary color.


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

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

This text has shadow with #9A88B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A88B7 on black background.


Color preview on white background

This text has color #9A88B7 on white background.



Black color preview on #9A88B7 background

This text has black color on #9A88B7 background.


White color preview on #9A88B7 background

This text has white color on #9A88B7 background.