COLOR #9E84AF

HEX: #9E84AF
RGB: (158,132,175)

Color info

#9E84AF contains red, green and blue colors in about the same proportion. Web safe color of #9E84AF is #999999 (or #999).

RGB color model

#9E84AF color RGB value is (158,132,175).

  • red value is 158;
  • green value is 132;
  • blue value is 175.
RGB:
(158,132,175)
(62%,52%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 132 of 255 = 52%
B 175 of 255 = 69%

158
132
175

R + G + B ~ 61%. #9E84AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 132 + 175 = 465 (100%)
R 158 of 465 ~ 33.98%
G 132 of 465 ~ 28.39%
B 175 of 465 ~ 37.63%

%33.98
%28.39
%37.63

CMYK color model

#9E84AF color CMYK value is (10,25,0,31).

  • cyan value is 9.71%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(10,25,0,31)
C10M25Y0K31 
(10%,25%,0%,31%)
(0.10/0.25/0.00/0.31)	

CMYK percentages

%9.71
%24.57
%0
%31.37

Codes

Color #9E84AF in popluar color models

9E84AF
RGB158132175
HSL276°21.18%60.20%
HSB/HSV276°24.57%68.63%
CMYK9.71%24.57%0.00%
31.37%

Color #9E84AF in popluar number systems.

HEX9E84AF
Decimal158132175
Binary100111101000010010101111
Octal236204257

Shades and tints

Shades of #9E84AF

#9E84AF
(158,132,175)
#9078A0
(144,120,160)
#826C91
(130,108,145)
#746082
(116,96,130)
#665473
(102,84,115)
#584864
(88,72,100)
#4A3C55
(74,60,85)
#3C3046
(60,48,70)
#2E2437
(46,36,55)
#201828
(32,24,40)
#120C19
(18,12,25)
#000000
(0,0,0)

Tints of #9E84AF

#9E84AF
(158,132,175)
#A68FB6
(166,143,182)
#AE9ABD
(174,154,189)
#B6A5C4
(182,165,196)
#BEB0CB
(190,176,203)
#C6BBD2
(198,187,210)
#CEC6D9
(206,198,217)
#D6D1E0
(214,209,224)
#DEDCE7
(222,220,231)
#E6E7EE
(230,231,238)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E84AF color. Also use rgb(158,132,175) instead hex code.

Text Font Color

.myTextColor { color: #9E84AF; }

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

This text font color is #9E84AF.


Background Color

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

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

This div background color is #9E84AF.


Border color

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

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

This div border color is #9E84AF.


Opacity

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

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

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

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

This text has shadow with #9E84AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E84AF on black background.


Color preview on white background

This text has color #9E84AF on white background.



Black color preview on #9E84AF background

This text has black color on #9E84AF background.


White color preview on #9E84AF background

This text has white color on #9E84AF background.