COLOR #929EA3

HEX: #929EA3
RGB: (146,158,163)

Color info

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

RGB color model

#929EA3 color RGB value is (146,158,163).

  • red value is 146;
  • green value is 158;
  • blue value is 163.
RGB:
(146,158,163)
(57%,62%,64%)

RGB channels and saturation

R 146 of 255 = 57%
G 158 of 255 = 62%
B 163 of 255 = 64%

146
158
163

R + G + B ~ 61%. #929EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 158 + 163 = 467 (100%)
R 146 of 467 ~ 31.26%
G 158 of 467 ~ 33.83%
B 163 of 467 ~ 34.9%

%31.26
%33.83
%34.9

CMYK color model

#929EA3 color CMYK value is (10,3,0,36).

  • cyan value is 10.43%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(10,3,0,36)
C10M3Y0K36 
(10%,3%,0%,36%)
(0.10/0.03/0.00/0.36)	

CMYK percentages

%10.43
%3.07
%0
%36.08

Codes

Color #929EA3 in popluar color models

929EA3
RGB146158163
HSL198°8.46%60.59%
HSB/HSV198°10.43%63.92%
CMYK10.43%3.07%0.00%
36.08%

Color #929EA3 in popluar number systems.

HEX929EA3
Decimal146158163
Binary100100101001111010100011
Octal222236243

Shades and tints

Shades of #929EA3

#929EA3
(146,158,163)
#859095
(133,144,149)
#788287
(120,130,135)
#6B7479
(107,116,121)
#5E666B
(94,102,107)
#51585D
(81,88,93)
#444A4F
(68,74,79)
#373C41
(55,60,65)
#2A2E33
(42,46,51)
#1D2025
(29,32,37)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #929EA3

#929EA3
(146,158,163)
#9BA6AB
(155,166,171)
#A4AEB3
(164,174,179)
#ADB6BB
(173,182,187)
#B6BEC3
(182,190,195)
#BFC6CB
(191,198,203)
#C8CED3
(200,206,211)
#D1D6DB
(209,214,219)
#DADEE3
(218,222,227)
#E3E6EB
(227,230,235)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #929EA3 color. Also use rgb(146,158,163) instead hex code.

Text Font Color

.myTextColor { color: #929EA3; }

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

This text font color is #929EA3.


Background Color

.myBgColor { background-color: #929EA3; }

<div style="background-color:#929EA3">Inner text</div>

This div background color is #929EA3.


Border color

.myBorderColor { border: 1px solid #929EA3; }

<div style="border:3px solid #929EA3">Div</div>

This div border color is #929EA3.


Opacity

.myOpacity80 { color: #929EA3; opacity: 0.8; }

<p style="color:#929EA3;opacity:0.8;">80%</p>

Text with #929EA3 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 #929EA3;}

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

This text has shadow with #929EA3 color.

.textShadow {text-shadow: 3px 3px 1px #929EA3, 3px 3px 1px red;}

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

This text has shadow with #929EA3 primary color and red secondary color.


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

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

This text has shadow with #929EA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929EA3 on black background.


Color preview on white background

This text has color #929EA3 on white background.



Black color preview on #929EA3 background

This text has black color on #929EA3 background.


White color preview on #929EA3 background

This text has white color on #929EA3 background.