COLOR #929EB0

HEX: #929EB0
RGB: (146,158,176)

Color info

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

RGB color model

#929EB0 color RGB value is (146,158,176).

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

RGB channels and saturation

R 146 of 255 = 57%
G 158 of 255 = 62%
B 176 of 255 = 69%

146
158
176

R + G + B ~ 63%. #929EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 158 + 176 = 480 (100%)
R 146 of 480 ~ 30.42%
G 158 of 480 ~ 32.92%
B 176 of 480 ~ 36.67%

%30.42
%32.92
%36.67

CMYK color model

#929EB0 color CMYK value is (17,10,0,31).

  • cyan value is 17.05%
  • magenta value is 10.23%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(17,10,0,31)
C17M10Y0K31 
(17%,10%,0%,31%)
(0.17/0.10/0.00/0.31)	

CMYK percentages

%17.05
%10.23
%0
%30.98

Codes

Color #929EB0 in popluar color models

929EB0
RGB146158176
HSL216°15.96%63.14%
HSB/HSV216°17.05%69.02%
CMYK17.05%10.23%0.00%
30.98%

Color #929EB0 in popluar number systems.

HEX929EB0
Decimal146158176
Binary100100101001111010110000
Octal222236260

Shades and tints

Shades of #929EB0

#929EB0
(146,158,176)
#8590A0
(133,144,160)
#788290
(120,130,144)
#6B7480
(107,116,128)
#5E6670
(94,102,112)
#515860
(81,88,96)
#444A50
(68,74,80)
#373C40
(55,60,64)
#2A2E30
(42,46,48)
#1D2020
(29,32,32)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #929EB0

#929EB0
(146,158,176)
#9BA6B7
(155,166,183)
#A4AEBE
(164,174,190)
#ADB6C5
(173,182,197)
#B6BECC
(182,190,204)
#BFC6D3
(191,198,211)
#C8CEDA
(200,206,218)
#D1D6E1
(209,214,225)
#DADEE8
(218,222,232)
#E3E6EF
(227,230,239)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929EB0; }

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

This text font color is #929EB0.


Background Color

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

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

This div background color is #929EB0.


Border color

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

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

This div border color is #929EB0.


Opacity

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

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

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

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

This text has shadow with #929EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929EB0 on black background.


Color preview on white background

This text has color #929EB0 on white background.



Black color preview on #929EB0 background

This text has black color on #929EB0 background.


White color preview on #929EB0 background

This text has white color on #929EB0 background.