COLOR #92B6DB

HEX: #92B6DB RGB: (146,182,219)

Color info

#92B6DB contains mainly green and blue colors. Web safe color of #92B6DB is #99CCCC (or #9CC).

RGB color model

#92B6DB color RGB value is (146,182,219).

RGB: (146,182,219) (57%, 71%, 86%)

RGB channels and saturation

R 146 of 255 = 57%
G 182 of 255 = 71%
B 219 of 255 = 86%

146
182
219

R + G + B ~ 71%. #92B6DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 146 + 182 + 219 = 547 (100%)
R 146 of 547 ~ 26.69%
G 182 of 547 ~ 33.27%
B 219 of 547 ~ 40.04'%

%26.69
%33.27
%40.04

CMYK color model

#92B6DB color CMYK value is (33,17,0,14).

  • cyan value is 33.33%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (33,17,0,14)
C33M17Y0K14 (33%, 17%, 0%, 14%)
(0.33 / 0.17 / 0.00 / 0.14)

CMYK percentages

%33.33
%16.89
%0
%14.12

Codes

Color #92B6DB in popluar color models

92 B6 DB
RGB 146 182 219
HSL 210° 50.34% 71.57%
HSB/HSV 210° 33.33% 85.88%
CMYK 33.33% 16.89% 0.00%
14.12%

Color #92B6DB in popluar number systems.

HEX 92 B6 DB
Decimal 146 182 219
Binary 10010010 10110110 11011011
Octal 222 266 333

Shades and tints

Shades of #92B6DB

#92B6DB
(146,182,219)
#85A6C8
(133,166,200)
#7896B5
(120,150,181)
#6B86A2
(107,134,162)
#5E768F
(94,118,143)
#51667C
(81,102,124)
#445669
(68,86,105)
#374656
(55,70,86)
#2A3643
(42,54,67)
#1D2630
(29,38,48)
#10161D
(16,22,29)
#000000
(0,0,0)

Tints of #92B6DB

#92B6DB
(146,182,219)
#9BBCDE
(155,188,222)
#A4C2E1
(164,194,225)
#ADC8E4
(173,200,228)
#B6CEE7
(182,206,231)
#BFD4EA
(191,212,234)
#C8DAED
(200,218,237)
#D1E0F0
(209,224,240)
#DAE6F3
(218,230,243)
#E3ECF6
(227,236,246)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92B6DB color. Also use rgb(146,182,219) instead hex code.

Text Font Color

.myTextColor { color: #92B6DB; }

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

This text font color is #92B6DB.

Background Color

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

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

This div background color is #92B6DB.

Border color

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

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

This div border color is #92B6DB.

Opacity

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

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

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

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

This text has shadow with #92B6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92B6DB.

Preview

Color preview on black background

This text has color #92B6DB on black background.


Color preview on white background

This text has color #92B6DB on white background.


Black color preview on #92B6DB background

This text has black color on #92B6DB background.


White color preview on #92B6DB background

This text has white color on #92B6DB background.


Related colors

Complementary color

Complementary color for #hex is #6D4924.


I love getcolorcode.com

Triadic colors

1 #DB92B6 and #B6DB92 with #92B6DB are triadic colors.

2 #DBB692 and #B692DB with #92B6DB are triadic colors.