COLOR #9993AE

HEX: #9993AE
RGB: (153,147,174)

Color info

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

RGB color model

#9993AE color RGB value is (153,147,174).

  • red value is 153;
  • green value is 147;
  • blue value is 174.
RGB:
(153,147,174)
(60%,58%,68%)

RGB channels and saturation

R 153 of 255 = 60%
G 147 of 255 = 58%
B 174 of 255 = 68%

153
147
174

R + G + B ~ 62%. #9993AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 147 + 174 = 474 (100%)
R 153 of 474 ~ 32.28%
G 147 of 474 ~ 31.01%
B 174 of 474 ~ 36.71%

%32.28
%31.01
%36.71

CMYK color model

#9993AE color CMYK value is (12,16,0,32).

  • cyan value is 12.07%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(12,16,0,32)
C12M16Y0K32 
(12%,16%,0%,32%)
(0.12/0.16/0.00/0.32)	

CMYK percentages

%12.07
%15.52
%0
%31.76

Codes

Color #9993AE in popluar color models

9993AE
RGB153147174
HSL253°14.29%62.94%
HSB/HSV253°15.52%68.24%
CMYK12.07%15.52%0.00%
31.76%

Color #9993AE in popluar number systems.

HEX9993AE
Decimal153147174
Binary100110011001001110101110
Octal231223256

Shades and tints

Shades of #9993AE

#9993AE
(153,147,174)
#8C869F
(140,134,159)
#7F7990
(127,121,144)
#726C81
(114,108,129)
#655F72
(101,95,114)
#585263
(88,82,99)
#4B4554
(75,69,84)
#3E3845
(62,56,69)
#312B36
(49,43,54)
#241E27
(36,30,39)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #9993AE

#9993AE
(153,147,174)
#A29CB5
(162,156,181)
#ABA5BC
(171,165,188)
#B4AEC3
(180,174,195)
#BDB7CA
(189,183,202)
#C6C0D1
(198,192,209)
#CFC9D8
(207,201,216)
#D8D2DF
(216,210,223)
#E1DBE6
(225,219,230)
#EAE4ED
(234,228,237)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9993AE color. Also use rgb(153,147,174) instead hex code.

Text Font Color

.myTextColor { color: #9993AE; }

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

This text font color is #9993AE.


Background Color

.myBgColor { background-color: #9993AE; }

<div style="background-color:#9993AE">Inner text</div>

This div background color is #9993AE.


Border color

.myBorderColor { border: 1px solid #9993AE; }

<div style="border:3px solid #9993AE">Div</div>

This div border color is #9993AE.


Opacity

.myOpacity80 { color: #9993AE; opacity: 0.8; }

<p style="color:#9993AE;opacity:0.8;">80%</p>

Text with #9993AE 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 #9993AE;}

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

This text has shadow with #9993AE color.

.textShadow {text-shadow: 3px 3px 1px #9993AE, 3px 3px 1px red;}

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

This text has shadow with #9993AE primary color and red secondary color.


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

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

This text has shadow with #9993AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9993AE on black background.


Color preview on white background

This text has color #9993AE on white background.



Black color preview on #9993AE background

This text has black color on #9993AE background.


White color preview on #9993AE background

This text has white color on #9993AE background.