COLOR #92B5DD

HEX: #92B5DD RGB: (146,181,221)

Color info

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

RGB color model

#92B5DD color RGB value is (146,181,221).

RGB: (146,181,221) (57%, 71%, 87%)

RGB channels and saturation

R 146 of 255 = 57%
G 181 of 255 = 71%
B 221 of 255 = 87%

146
181
221

R + G + B ~ 72%. #92B5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 146 + 181 + 221 = 548 (100%)
R 146 of 548 ~ 26.64%
G 181 of 548 ~ 33.03%
B 221 of 548 ~ 40.33'%

%26.64
%33.03
%40.33

CMYK color model

#92B5DD color CMYK value is (34,18,0,13).

  • cyan value is 33.94%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (34,18,0,13)
C34M18Y0K13 (34%, 18%, 0%, 13%)
(0.34 / 0.18 / 0.00 / 0.13)

CMYK percentages

%33.94
%18.1
%0
%13.33

Codes

Color #92B5DD in popluar color models

92 B5 DD
RGB 146 181 221
HSL 212° 52.45% 71.96%
HSB/HSV 212° 33.94% 86.67%
CMYK 33.94% 18.10% 0.00%
13.33%

Color #92B5DD in popluar number systems.

HEX 92 B5 DD
Decimal 146 181 221
Binary 10010010 10110101 11011101
Octal 222 265 335

Shades and tints

Shades of #92B5DD

#92B5DD
(146,181,221)
#85A5C9
(133,165,201)
#7895B5
(120,149,181)
#6B85A1
(107,133,161)
#5E758D
(94,117,141)
#516579
(81,101,121)
#445565
(68,85,101)
#374551
(55,69,81)
#2A353D
(42,53,61)
#1D2529
(29,37,41)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #92B5DD

#92B5DD
(146,181,221)
#9BBBE0
(155,187,224)
#A4C1E3
(164,193,227)
#ADC7E6
(173,199,230)
#B6CDE9
(182,205,233)
#BFD3EC
(191,211,236)
#C8D9EF
(200,217,239)
#D1DFF2
(209,223,242)
#DAE5F5
(218,229,245)
#E3EBF8
(227,235,248)
#ECF1FB
(236,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92B5DD color. Also use rgb(146,181,221) instead hex code.

Text Font Color

.myTextColor { color: #92B5DD; }

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

This text font color is #92B5DD.

Background Color

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

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

This div background color is #92B5DD.

Border color

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

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

This div border color is #92B5DD.

Opacity

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

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

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

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

This text has shadow with #92B5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92B5DD.

Preview

Color preview on black background

This text has color #92B5DD on black background.


Color preview on white background

This text has color #92B5DD on white background.


Black color preview on #92B5DD background

This text has black color on #92B5DD background.


White color preview on #92B5DD background

This text has white color on #92B5DD background.


Related colors

Complementary color

Complementary color for #hex is #6D4A22.


I love getcolorcode.com

Triadic colors

1 #DD92B5 and #B5DD92 with #92B5DD are triadic colors.

2 #DDB592 and #B592DD with #92B5DD are triadic colors.