COLOR #92C2C8

HEX: #92C2C8
RGB: (146,194,200)

Color info

#92C2C8 contains red, green and blue colors in about the same proportion. Web safe color of #92C2C8 is #99CCCC (or #9CC).

RGB color model

#92C2C8 color RGB value is (146,194,200).

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

RGB channels and saturation

R 146 of 255 = 57%
G 194 of 255 = 76%
B 200 of 255 = 78%

146
194
200

R + G + B ~ 70%. #92C2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 194 + 200 = 540 (100%)
R 146 of 540 ~ 27.04%
G 194 of 540 ~ 35.93%
B 200 of 540 ~ 37.04%

%27.04
%35.93
%37.04

CMYK color model

#92C2C8 color CMYK value is (27,3,0,22).

  • cyan value is 27.00%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(27,3,0,22)
C27M3Y0K22 
(27%,3%,0%,22%)
(0.27/0.03/0.00/0.22)	

CMYK percentages

%27
%3
%0
%21.57

Codes

Color #92C2C8 in popluar color models

92C2C8
RGB146194200
HSL187°32.93%67.84%
HSB/HSV187°27.00%78.43%
CMYK27.00%3.00%0.00%
21.57%

Color #92C2C8 in popluar number systems.

HEX92C2C8
Decimal146194200
Binary100100101100001011001000
Octal222302310

Shades and tints

Shades of #92C2C8

#92C2C8
(146,194,200)
#85B1B6
(133,177,182)
#78A0A4
(120,160,164)
#6B8F92
(107,143,146)
#5E7E80
(94,126,128)
#516D6E
(81,109,110)
#445C5C
(68,92,92)
#374B4A
(55,75,74)
#2A3A38
(42,58,56)
#1D2926
(29,41,38)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #92C2C8

#92C2C8
(146,194,200)
#9BC7CD
(155,199,205)
#A4CCD2
(164,204,210)
#ADD1D7
(173,209,215)
#B6D6DC
(182,214,220)
#BFDBE1
(191,219,225)
#C8E0E6
(200,224,230)
#D1E5EB
(209,229,235)
#DAEAF0
(218,234,240)
#E3EFF5
(227,239,245)
#ECF4FA
(236,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92C2C8; }

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

This text font color is #92C2C8.


Background Color

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

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

This div background color is #92C2C8.


Border color

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

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

This div border color is #92C2C8.


Opacity

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

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

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

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

This text has shadow with #92C2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92C2C8 on black background.


Color preview on white background

This text has color #92C2C8 on white background.



Black color preview on #92C2C8 background

This text has black color on #92C2C8 background.


White color preview on #92C2C8 background

This text has white color on #92C2C8 background.