COLOR #92D3E1

HEX: #92D3E1
RGB: (146,211,225)

Color info

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

RGB color model

#92D3E1 color RGB value is (146,211,225).

  • red value is 146;
  • green value is 211;
  • blue value is 225.
RGB:
(146,211,225)
(57%,83%,88%)

RGB channels and saturation

R 146 of 255 = 57%
G 211 of 255 = 83%
B 225 of 255 = 88%

146
211
225

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

Portions of RGB colors in percentages

R + G + B =
146 + 211 + 225 = 582 (100%)
R 146 of 582 ~ 25.09%
G 211 of 582 ~ 36.25%
B 225 of 582 ~ 38.66%

%25.09
%36.25
%38.66

CMYK color model

#92D3E1 color CMYK value is (35,6,0,12).

  • cyan value is 35.11%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(35,6,0,12)
C35M6Y0K12 
(35%,6%,0%,12%)
(0.35/0.06/0.00/0.12)	

CMYK percentages

%35.11
%6.22
%0
%11.76

Codes

Color #92D3E1 in popluar color models

92D3E1
RGB146211225
HSL191°56.83%72.75%
HSB/HSV191°35.11%88.24%
CMYK35.11%6.22%0.00%
11.76%

Color #92D3E1 in popluar number systems.

HEX92D3E1
Decimal146211225
Binary100100101101001111100001
Octal222323341

Shades and tints

Shades of #92D3E1

#92D3E1
(146,211,225)
#85C0CD
(133,192,205)
#78ADB9
(120,173,185)
#6B9AA5
(107,154,165)
#5E8791
(94,135,145)
#51747D
(81,116,125)
#446169
(68,97,105)
#374E55
(55,78,85)
#2A3B41
(42,59,65)
#1D282D
(29,40,45)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #92D3E1

#92D3E1
(146,211,225)
#9BD7E3
(155,215,227)
#A4DBE5
(164,219,229)
#ADDFE7
(173,223,231)
#B6E3E9
(182,227,233)
#BFE7EB
(191,231,235)
#C8EBED
(200,235,237)
#D1EFEF
(209,239,239)
#DAF3F1
(218,243,241)
#E3F7F3
(227,247,243)
#ECFBF5
(236,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92D3E1 color. Also use rgb(146,211,225) instead hex code.

Text Font Color

.myTextColor { color: #92D3E1; }

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

This text font color is #92D3E1.


Background Color

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

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

This div background color is #92D3E1.


Border color

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

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

This div border color is #92D3E1.


Opacity

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

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

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

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

This text has shadow with #92D3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92D3E1 on black background.


Color preview on white background

This text has color #92D3E1 on white background.



Black color preview on #92D3E1 background

This text has black color on #92D3E1 background.


White color preview on #92D3E1 background

This text has white color on #92D3E1 background.