COLOR #92C6DE

HEX: #92C6DE
RGB: (146,198,222)

Color info

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

RGB color model

#92C6DE color RGB value is (146,198,222).

  • red value is 146;
  • green value is 198;
  • blue value is 222.
RGB:
(146,198,222)
(57%,78%,87%)

RGB channels and saturation

R 146 of 255 = 57%
G 198 of 255 = 78%
B 222 of 255 = 87%

146
198
222

R + G + B ~ 74%. #92C6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 198 + 222 = 566 (100%)
R 146 of 566 ~ 25.8%
G 198 of 566 ~ 34.98%
B 222 of 566 ~ 39.22%

%25.8
%34.98
%39.22

CMYK color model

#92C6DE color CMYK value is (34,11,0,13).

  • cyan value is 34.23%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(34,11,0,13)
C34M11Y0K13 
(34%,11%,0%,13%)
(0.34/0.11/0.00/0.13)	

CMYK percentages

%34.23
%10.81
%0
%12.94

Codes

Color #92C6DE in popluar color models

92C6DE
RGB146198222
HSL199°53.52%72.16%
HSB/HSV199°34.23%87.06%
CMYK34.23%10.81%0.00%
12.94%

Color #92C6DE in popluar number systems.

HEX92C6DE
Decimal146198222
Binary100100101100011011011110
Octal222306336

Shades and tints

Shades of #92C6DE

#92C6DE
(146,198,222)
#85B4CA
(133,180,202)
#78A2B6
(120,162,182)
#6B90A2
(107,144,162)
#5E7E8E
(94,126,142)
#516C7A
(81,108,122)
#445A66
(68,90,102)
#374852
(55,72,82)
#2A363E
(42,54,62)
#1D242A
(29,36,42)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #92C6DE

#92C6DE
(146,198,222)
#9BCBE1
(155,203,225)
#A4D0E4
(164,208,228)
#ADD5E7
(173,213,231)
#B6DAEA
(182,218,234)
#BFDFED
(191,223,237)
#C8E4F0
(200,228,240)
#D1E9F3
(209,233,243)
#DAEEF6
(218,238,246)
#E3F3F9
(227,243,249)
#ECF8FC
(236,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92C6DE color. Also use rgb(146,198,222) instead hex code.

Text Font Color

.myTextColor { color: #92C6DE; }

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

This text font color is #92C6DE.


Background Color

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

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

This div background color is #92C6DE.


Border color

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

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

This div border color is #92C6DE.


Opacity

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

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

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

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

This text has shadow with #92C6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92C6DE on black background.


Color preview on white background

This text has color #92C6DE on white background.



Black color preview on #92C6DE background

This text has black color on #92C6DE background.


White color preview on #92C6DE background

This text has white color on #92C6DE background.