COLOR #92CEE6

HEX: #92CEE6
RGB: (146,206,230)

Color info

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

RGB color model

#92CEE6 color RGB value is (146,206,230).

  • red value is 146;
  • green value is 206;
  • blue value is 230.
RGB:
(146,206,230)
(57%,81%,90%)

RGB channels and saturation

R 146 of 255 = 57%
G 206 of 255 = 81%
B 230 of 255 = 90%

146
206
230

R + G + B ~ 76%. #92CEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 206 + 230 = 582 (100%)
R 146 of 582 ~ 25.09%
G 206 of 582 ~ 35.4%
B 230 of 582 ~ 39.52%

%25.09
%35.4
%39.52

CMYK color model

#92CEE6 color CMYK value is (37,10,0,10).

  • cyan value is 36.52%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(37,10,0,10)
C37M10Y0K10 
(37%,10%,0%,10%)
(0.37/0.10/0.00/0.10)	

CMYK percentages

%36.52
%10.43
%0
%9.8

Codes

Color #92CEE6 in popluar color models

92CEE6
RGB146206230
HSL197°62.69%73.73%
HSB/HSV197°36.52%90.20%
CMYK36.52%10.43%0.00%
9.80%

Color #92CEE6 in popluar number systems.

HEX92CEE6
Decimal146206230
Binary100100101100111011100110
Octal222316346

Shades and tints

Shades of #92CEE6

#92CEE6
(146,206,230)
#85BCD2
(133,188,210)
#78AABE
(120,170,190)
#6B98AA
(107,152,170)
#5E8696
(94,134,150)
#517482
(81,116,130)
#44626E
(68,98,110)
#37505A
(55,80,90)
#2A3E46
(42,62,70)
#1D2C32
(29,44,50)
#101A1E
(16,26,30)
#000000
(0,0,0)

Tints of #92CEE6

#92CEE6
(146,206,230)
#9BD2E8
(155,210,232)
#A4D6EA
(164,214,234)
#ADDAEC
(173,218,236)
#B6DEEE
(182,222,238)
#BFE2F0
(191,226,240)
#C8E6F2
(200,230,242)
#D1EAF4
(209,234,244)
#DAEEF6
(218,238,246)
#E3F2F8
(227,242,248)
#ECF6FA
(236,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92CEE6 color. Also use rgb(146,206,230) instead hex code.

Text Font Color

.myTextColor { color: #92CEE6; }

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

This text font color is #92CEE6.


Background Color

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

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

This div background color is #92CEE6.


Border color

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

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

This div border color is #92CEE6.


Opacity

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

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

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

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

This text has shadow with #92CEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92CEE6 on black background.


Color preview on white background

This text has color #92CEE6 on white background.



Black color preview on #92CEE6 background

This text has black color on #92CEE6 background.


White color preview on #92CEE6 background

This text has white color on #92CEE6 background.