COLOR #92ADCD

HEX: #92ADCD
RGB: (146,173,205)

Color info

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

RGB color model

#92ADCD color RGB value is (146,173,205).

  • red value is 146;
  • green value is 173;
  • blue value is 205.
RGB:
(146,173,205)
(57%,68%,80%)

RGB channels and saturation

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

146
173
205

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

Portions of RGB colors in percentages

R + G + B =
146 + 173 + 205 = 524 (100%)
R 146 of 524 ~ 27.86%
G 173 of 524 ~ 33.02%
B 205 of 524 ~ 39.12%

%27.86
%33.02
%39.12

CMYK color model

#92ADCD color CMYK value is (29,16,0,20).

  • cyan value is 28.78%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(29,16,0,20)
C29M16Y0K20 
(29%,16%,0%,20%)
(0.29/0.16/0.00/0.20)	

CMYK percentages

%28.78
%15.61
%0
%19.61

Codes

Color #92ADCD in popluar color models

92ADCD
RGB146173205
HSL213°37.11%68.82%
HSB/HSV213°28.78%80.39%
CMYK28.78%15.61%0.00%
19.61%

Color #92ADCD in popluar number systems.

HEX92ADCD
Decimal146173205
Binary100100101010110111001101
Octal222255315

Shades and tints

Shades of #92ADCD

#92ADCD
(146,173,205)
#859EBB
(133,158,187)
#788FA9
(120,143,169)
#6B8097
(107,128,151)
#5E7185
(94,113,133)
#516273
(81,98,115)
#445361
(68,83,97)
#37444F
(55,68,79)
#2A353D
(42,53,61)
#1D262B
(29,38,43)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #92ADCD

#92ADCD
(146,173,205)
#9BB4D1
(155,180,209)
#A4BBD5
(164,187,213)
#ADC2D9
(173,194,217)
#B6C9DD
(182,201,221)
#BFD0E1
(191,208,225)
#C8D7E5
(200,215,229)
#D1DEE9
(209,222,233)
#DAE5ED
(218,229,237)
#E3ECF1
(227,236,241)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92ADCD; }

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

This text font color is #92ADCD.


Background Color

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

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

This div background color is #92ADCD.


Border color

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

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

This div border color is #92ADCD.


Opacity

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

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

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

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

This text has shadow with #92ADCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92ADCD on black background.


Color preview on white background

This text has color #92ADCD on white background.



Black color preview on #92ADCD background

This text has black color on #92ADCD background.


White color preview on #92ADCD background

This text has white color on #92ADCD background.