COLOR #92C8E7

HEX: #92C8E7
RGB: (146,200,231)

Color info

#92C8E7 contains mainly green and blue colors. Web safe color of #92C8E7 is #99CCFF (or #9CF).

RGB color model

#92C8E7 color RGB value is (146,200,231).

  • red value is 146;
  • green value is 200;
  • blue value is 231.
RGB:
(146,200,231)
(57%,78%,91%)

RGB channels and saturation

R 146 of 255 = 57%
G 200 of 255 = 78%
B 231 of 255 = 91%

146
200
231

R + G + B ~ 75%. #92C8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 200 + 231 = 577 (100%)
R 146 of 577 ~ 25.3%
G 200 of 577 ~ 34.66%
B 231 of 577 ~ 40.03%

%25.3
%34.66
%40.03

CMYK color model

#92C8E7 color CMYK value is (37,13,0,9).

  • cyan value is 36.80%
  • magenta value is 13.42%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(37,13,0,9)
C37M13Y0K9 
(37%,13%,0%,9%)
(0.37/0.13/0.00/0.09)	

CMYK percentages

%36.8
%13.42
%0
%9.41

Codes

Color #92C8E7 in popluar color models

92C8E7
RGB146200231
HSL202°63.91%73.92%
HSB/HSV202°36.80%90.59%
CMYK36.80%13.42%0.00%
9.41%

Color #92C8E7 in popluar number systems.

HEX92C8E7
Decimal146200231
Binary100100101100100011100111
Octal222310347

Shades and tints

Shades of #92C8E7

#92C8E7
(146,200,231)
#85B6D2
(133,182,210)
#78A4BD
(120,164,189)
#6B92A8
(107,146,168)
#5E8093
(94,128,147)
#516E7E
(81,110,126)
#445C69
(68,92,105)
#374A54
(55,74,84)
#2A383F
(42,56,63)
#1D262A
(29,38,42)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #92C8E7

#92C8E7
(146,200,231)
#9BCDE9
(155,205,233)
#A4D2EB
(164,210,235)
#ADD7ED
(173,215,237)
#B6DCEF
(182,220,239)
#BFE1F1
(191,225,241)
#C8E6F3
(200,230,243)
#D1EBF5
(209,235,245)
#DAF0F7
(218,240,247)
#E3F5F9
(227,245,249)
#ECFAFB
(236,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92C8E7 color. Also use rgb(146,200,231) instead hex code.

Text Font Color

.myTextColor { color: #92C8E7; }

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

This text font color is #92C8E7.


Background Color

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

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

This div background color is #92C8E7.


Border color

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

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

This div border color is #92C8E7.


Opacity

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

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

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

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

This text has shadow with #92C8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92C8E7 on black background.


Color preview on white background

This text has color #92C8E7 on white background.



Black color preview on #92C8E7 background

This text has black color on #92C8E7 background.


White color preview on #92C8E7 background

This text has white color on #92C8E7 background.