COLOR #92A6DA

HEX: #92A6DA
RGB: (146,166,218)

Color info

#92A6DA contains mainly green and blue colors. Web safe color of #92A6DA is #9999CC (or #99C).

RGB color model

#92A6DA color RGB value is (146,166,218).

  • red value is 146;
  • green value is 166;
  • blue value is 218.
RGB:
(146,166,218)
(57%,65%,85%)

RGB channels and saturation

R 146 of 255 = 57%
G 166 of 255 = 65%
B 218 of 255 = 85%

146
166
218

R + G + B ~ 69%. #92A6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 166 + 218 = 530 (100%)
R 146 of 530 ~ 27.55%
G 166 of 530 ~ 31.32%
B 218 of 530 ~ 41.13%

%27.55
%31.32
%41.13

CMYK color model

#92A6DA color CMYK value is (33,24,0,15).

  • cyan value is 33.03%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(33,24,0,15)
C33M24Y0K15 
(33%,24%,0%,15%)
(0.33/0.24/0.00/0.15)	

CMYK percentages

%33.03
%23.85
%0
%14.51

Codes

Color #92A6DA in popluar color models

92A6DA
RGB146166218
HSL223°49.32%71.37%
HSB/HSV223°33.03%85.49%
CMYK33.03%23.85%0.00%
14.51%

Color #92A6DA in popluar number systems.

HEX92A6DA
Decimal146166218
Binary100100101010011011011010
Octal222246332

Shades and tints

Shades of #92A6DA

#92A6DA
(146,166,218)
#8597C7
(133,151,199)
#7888B4
(120,136,180)
#6B79A1
(107,121,161)
#5E6A8E
(94,106,142)
#515B7B
(81,91,123)
#444C68
(68,76,104)
#373D55
(55,61,85)
#2A2E42
(42,46,66)
#1D1F2F
(29,31,47)
#10101C
(16,16,28)
#000000
(0,0,0)

Tints of #92A6DA

#92A6DA
(146,166,218)
#9BAEDD
(155,174,221)
#A4B6E0
(164,182,224)
#ADBEE3
(173,190,227)
#B6C6E6
(182,198,230)
#BFCEE9
(191,206,233)
#C8D6EC
(200,214,236)
#D1DEEF
(209,222,239)
#DAE6F2
(218,230,242)
#E3EEF5
(227,238,245)
#ECF6F8
(236,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92A6DA color. Also use rgb(146,166,218) instead hex code.

Text Font Color

.myTextColor { color: #92A6DA; }

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

This text font color is #92A6DA.


Background Color

.myBgColor { background-color: #92A6DA; }

<div style="background-color:#92A6DA">Inner text</div>

This div background color is #92A6DA.


Border color

.myBorderColor { border: 1px solid #92A6DA; }

<div style="border:3px solid #92A6DA">Div</div>

This div border color is #92A6DA.


Opacity

.myOpacity80 { color: #92A6DA; opacity: 0.8; }

<p style="color:#92A6DA;opacity:0.8;">80%</p>

Text with #92A6DA 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 #92A6DA;}

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

This text has shadow with #92A6DA color.

.textShadow {text-shadow: 3px 3px 1px #92A6DA, 3px 3px 1px red;}

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

This text has shadow with #92A6DA primary color and red secondary color.


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

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

This text has shadow with #92A6DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92A6DA on black background.


Color preview on white background

This text has color #92A6DA on white background.



Black color preview on #92A6DA background

This text has black color on #92A6DA background.


White color preview on #92A6DA background

This text has white color on #92A6DA background.