COLOR #92DCE6

HEX: #92DCE6
RGB: (146,220,230)

Color info

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

RGB color model

#92DCE6 color RGB value is (146,220,230).

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

RGB channels and saturation

R 146 of 255 = 57%
G 220 of 255 = 86%
B 230 of 255 = 90%

146
220
230

R + G + B ~ 78%. #92DCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 220 + 230 = 596 (100%)
R 146 of 596 ~ 24.5%
G 220 of 596 ~ 36.91%
B 230 of 596 ~ 38.59%

%24.5
%36.91
%38.59

CMYK color model

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

  • cyan value is 36.52%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(37,4,0,10)
C37M4Y0K10 
(37%,4%,0%,10%)
(0.37/0.04/0.00/0.10)	

CMYK percentages

%36.52
%4.35
%0
%9.8

Codes

Color #92DCE6 in popluar color models

92DCE6
RGB146220230
HSL187°62.69%73.73%
HSB/HSV187°36.52%90.20%
CMYK36.52%4.35%0.00%
9.80%

Color #92DCE6 in popluar number systems.

HEX92DCE6
Decimal146220230
Binary100100101101110011100110
Octal222334346

Shades and tints

Shades of #92DCE6

#92DCE6
(146,220,230)
#85C8D2
(133,200,210)
#78B4BE
(120,180,190)
#6BA0AA
(107,160,170)
#5E8C96
(94,140,150)
#517882
(81,120,130)
#44646E
(68,100,110)
#37505A
(55,80,90)
#2A3C46
(42,60,70)
#1D2832
(29,40,50)
#10141E
(16,20,30)
#000000
(0,0,0)

Tints of #92DCE6

#92DCE6
(146,220,230)
#9BDFE8
(155,223,232)
#A4E2EA
(164,226,234)
#ADE5EC
(173,229,236)
#B6E8EE
(182,232,238)
#BFEBF0
(191,235,240)
#C8EEF2
(200,238,242)
#D1F1F4
(209,241,244)
#DAF4F6
(218,244,246)
#E3F7F8
(227,247,248)
#ECFAFA
(236,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92DCE6; }

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

This text font color is #92DCE6.


Background Color

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

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

This div background color is #92DCE6.


Border color

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

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

This div border color is #92DCE6.


Opacity

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

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

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

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

This text has shadow with #92DCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92DCE6 on black background.


Color preview on white background

This text has color #92DCE6 on white background.



Black color preview on #92DCE6 background

This text has black color on #92DCE6 background.


White color preview on #92DCE6 background

This text has white color on #92DCE6 background.