COLOR #92CCDD

HEX: #92CCDD
RGB: (146,204,221)

Color info

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

RGB color model

#92CCDD color RGB value is (146,204,221).

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

RGB channels and saturation

R 146 of 255 = 57%
G 204 of 255 = 80%
B 221 of 255 = 87%

146
204
221

R + G + B ~ 75%. #92CCDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 204 + 221 = 571 (100%)
R 146 of 571 ~ 25.57%
G 204 of 571 ~ 35.73%
B 221 of 571 ~ 38.7%

%25.57
%35.73
%38.7

CMYK color model

#92CCDD color CMYK value is (34,8,0,13).

  • cyan value is 33.94%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(34,8,0,13)
C34M8Y0K13 
(34%,8%,0%,13%)
(0.34/0.08/0.00/0.13)	

CMYK percentages

%33.94
%7.69
%0
%13.33

Codes

Color #92CCDD in popluar color models

92CCDD
RGB146204221
HSL194°52.45%71.96%
HSB/HSV194°33.94%86.67%
CMYK33.94%7.69%0.00%
13.33%

Color #92CCDD in popluar number systems.

HEX92CCDD
Decimal146204221
Binary100100101100110011011101
Octal222314335

Shades and tints

Shades of #92CCDD

#92CCDD
(146,204,221)
#85BAC9
(133,186,201)
#78A8B5
(120,168,181)
#6B96A1
(107,150,161)
#5E848D
(94,132,141)
#517279
(81,114,121)
#446065
(68,96,101)
#374E51
(55,78,81)
#2A3C3D
(42,60,61)
#1D2A29
(29,42,41)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #92CCDD

#92CCDD
(146,204,221)
#9BD0E0
(155,208,224)
#A4D4E3
(164,212,227)
#ADD8E6
(173,216,230)
#B6DCE9
(182,220,233)
#BFE0EC
(191,224,236)
#C8E4EF
(200,228,239)
#D1E8F2
(209,232,242)
#DAECF5
(218,236,245)
#E3F0F8
(227,240,248)
#ECF4FB
(236,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92CCDD; }

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

This text font color is #92CCDD.


Background Color

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

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

This div background color is #92CCDD.


Border color

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

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

This div border color is #92CCDD.


Opacity

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

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

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

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

This text has shadow with #92CCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92CCDD on black background.


Color preview on white background

This text has color #92CCDD on white background.



Black color preview on #92CCDD background

This text has black color on #92CCDD background.


White color preview on #92CCDD background

This text has white color on #92CCDD background.