COLOR #92ADCC

HEX: #92ADCC RGB: (146,173,204)

Color info

#92ADCC contains red, green and blue colors in about the same proportion. Web safe color of #92ADCC is #9999CC (or #99C).

RGB color model

#92ADCC color RGB value is (146,173,204).

RGB: (146,173,204) (57%, 68%, 80%)

RGB channels and saturation

R 146 of 255 = 57%
G 173 of 255 = 68%
B 204 of 255 = 80%

146
173
204

R + G + B ~ 68%. #92ADCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 146 + 173 + 204 = 523 (100%)
R 146 of 523 ~ 27.92%
G 173 of 523 ~ 33.08%
B 204 of 523 ~ 39.01'%

%27.92
%33.08
%39.01

CMYK color model

#92ADCC color CMYK value is (28,15,0,20).

  • cyan value is 28.43%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (28,15,0,20)
C28M15Y0K20 (28%, 15%, 0%, 20%)
(0.28 / 0.15 / 0.00 / 0.20)

CMYK percentages

%28.43
%15.2
%0
%20

Codes

Color #92ADCC in popluar color models

92 AD CC
RGB 146 173 204
HSL 212° 36.25% 68.63%
HSB/HSV 212° 28.43% 80.00%
CMYK 28.43% 15.20% 0.00%
20.00%

Color #92ADCC in popluar number systems.

HEX 92 AD CC
Decimal 146 173 204
Binary 10010010 10101101 11001100
Octal 222 255 314

Shades and tints

Shades of #92ADCC

#92ADCC
(146,173,204)
#859EBA
(133,158,186)
#788FA8
(120,143,168)
#6B8096
(107,128,150)
#5E7184
(94,113,132)
#516272
(81,98,114)
#445360
(68,83,96)
#37444E
(55,68,78)
#2A353C
(42,53,60)
#1D262A
(29,38,42)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #92ADCC

#92ADCC
(146,173,204)
#9BB4D0
(155,180,208)
#A4BBD4
(164,187,212)
#ADC2D8
(173,194,216)
#B6C9DC
(182,201,220)
#BFD0E0
(191,208,224)
#C8D7E4
(200,215,228)
#D1DEE8
(209,222,232)
#DAE5EC
(218,229,236)
#E3ECF0
(227,236,240)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92ADCC color. Also use rgb(146,173,204) instead hex code.

Text Font Color

.myTextColor { color: #92ADCC; }

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

This text font color is #92ADCC.

Background Color

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

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

This div background color is #92ADCC.

Border color

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

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

This div border color is #92ADCC.

Opacity

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

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

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

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

This text has shadow with #92ADCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92ADCC.

Preview

Color preview on black background

This text has color #92ADCC on black background.


Color preview on white background

This text has color #92ADCC on white background.


Black color preview on #92ADCC background

This text has black color on #92ADCC background.


White color preview on #92ADCC background

This text has white color on #92ADCC background.


Related colors

Complementary color

Complementary color for #hex is #6D5233.


I love getcolorcode.com

Triadic colors

1 #CC92AD and #ADCC92 with #92ADCC are triadic colors.

2 #CCAD92 and #AD92CC with #92ADCC are triadic colors.