COLOR #929EA7

HEX: #929EA7
RGB: (146,158,167)

Color info

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

RGB color model

#929EA7 color RGB value is (146,158,167).

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

RGB channels and saturation

R 146 of 255 = 57%
G 158 of 255 = 62%
B 167 of 255 = 65%

146
158
167

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

Portions of RGB colors in percentages

R + G + B =
146 + 158 + 167 = 471 (100%)
R 146 of 471 ~ 31%
G 158 of 471 ~ 33.55%
B 167 of 471 ~ 35.46%

%31
%33.55
%35.46

CMYK color model

#929EA7 color CMYK value is (13,5,0,35).

  • cyan value is 12.57%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(13,5,0,35)
C13M5Y0K35 
(13%,5%,0%,35%)
(0.13/0.05/0.00/0.35)	

CMYK percentages

%12.57
%5.39
%0
%34.51

Codes

Color #929EA7 in popluar color models

929EA7
RGB146158167
HSL206°10.66%61.37%
HSB/HSV206°12.57%65.49%
CMYK12.57%5.39%0.00%
34.51%

Color #929EA7 in popluar number systems.

HEX929EA7
Decimal146158167
Binary100100101001111010100111
Octal222236247

Shades and tints

Shades of #929EA7

#929EA7
(146,158,167)
#859098
(133,144,152)
#788289
(120,130,137)
#6B747A
(107,116,122)
#5E666B
(94,102,107)
#51585C
(81,88,92)
#444A4D
(68,74,77)
#373C3E
(55,60,62)
#2A2E2F
(42,46,47)
#1D2020
(29,32,32)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #929EA7

#929EA7
(146,158,167)
#9BA6AF
(155,166,175)
#A4AEB7
(164,174,183)
#ADB6BF
(173,182,191)
#B6BEC7
(182,190,199)
#BFC6CF
(191,198,207)
#C8CED7
(200,206,215)
#D1D6DF
(209,214,223)
#DADEE7
(218,222,231)
#E3E6EF
(227,230,239)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929EA7; }

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

This text font color is #929EA7.


Background Color

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

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

This div background color is #929EA7.


Border color

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

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

This div border color is #929EA7.


Opacity

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

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

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

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

This text has shadow with #929EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929EA7 on black background.


Color preview on white background

This text has color #929EA7 on white background.



Black color preview on #929EA7 background

This text has black color on #929EA7 background.


White color preview on #929EA7 background

This text has white color on #929EA7 background.