COLOR #92D7CC

HEX: #92D7CC
RGB: (146,215,204)

Color info

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

RGB color model

#92D7CC color RGB value is (146,215,204).

  • red value is 146;
  • green value is 215;
  • blue value is 204.
RGB:
(146,215,204)
(57%,84%,80%)

RGB channels and saturation

R 146 of 255 = 57%
G 215 of 255 = 84%
B 204 of 255 = 80%

146
215
204

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

Portions of RGB colors in percentages

R + G + B =
146 + 215 + 204 = 565 (100%)
R 146 of 565 ~ 25.84%
G 215 of 565 ~ 38.05%
B 204 of 565 ~ 36.11%

%25.84
%38.05
%36.11

CMYK color model

#92D7CC color CMYK value is (32,0,5,16).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 5.12%
  • key color value is 15.69%
CMYK:
(32,0,5,16)
C32M0Y5K16 
(32%,0%,5%,16%)
(0.32/0.00/0.05/0.16)	

CMYK percentages

%32.09
%0
%5.12
%15.69

Codes

Color #92D7CC in popluar color models

92D7CC
RGB146215204
HSL170°46.31%70.78%
HSB/HSV170°32.09%84.31%
CMYK32.09%0.00%5.12%
15.69%

Color #92D7CC in popluar number systems.

HEX92D7CC
Decimal146215204
Binary100100101101011111001100
Octal222327314

Shades and tints

Shades of #92D7CC

#92D7CC
(146,215,204)
#85C4BA
(133,196,186)
#78B1A8
(120,177,168)
#6B9E96
(107,158,150)
#5E8B84
(94,139,132)
#517872
(81,120,114)
#446560
(68,101,96)
#37524E
(55,82,78)
#2A3F3C
(42,63,60)
#1D2C2A
(29,44,42)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #92D7CC

#92D7CC
(146,215,204)
#9BDAD0
(155,218,208)
#A4DDD4
(164,221,212)
#ADE0D8
(173,224,216)
#B6E3DC
(182,227,220)
#BFE6E0
(191,230,224)
#C8E9E4
(200,233,228)
#D1ECE8
(209,236,232)
#DAEFEC
(218,239,236)
#E3F2F0
(227,242,240)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92D7CC color. Also use rgb(146,215,204) instead hex code.

Text Font Color

.myTextColor { color: #92D7CC; }

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

This text font color is #92D7CC.


Background Color

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

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

This div background color is #92D7CC.


Border color

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

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

This div border color is #92D7CC.


Opacity

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

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

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

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

This text has shadow with #92D7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92D7CC on black background.


Color preview on white background

This text has color #92D7CC on white background.



Black color preview on #92D7CC background

This text has black color on #92D7CC background.


White color preview on #92D7CC background

This text has white color on #92D7CC background.