COLOR #93B2AE

HEX: #93B2AE
RGB: (147,178,174)

Color info

#93B2AE contains red, green and blue colors in about the same proportion. Web safe color of #93B2AE is #999999 (or #999).

RGB color model

#93B2AE color RGB value is (147,178,174).

  • red value is 147;
  • green value is 178;
  • blue value is 174.
RGB:
(147,178,174)
(58%,70%,68%)

RGB channels and saturation

R 147 of 255 = 58%
G 178 of 255 = 70%
B 174 of 255 = 68%

147
178
174

R + G + B ~ 65%. #93B2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 178 + 174 = 499 (100%)
R 147 of 499 ~ 29.46%
G 178 of 499 ~ 35.67%
B 174 of 499 ~ 34.87%

%29.46
%35.67
%34.87

CMYK color model

#93B2AE color CMYK value is (17,0,2,30).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(17,0,2,30)
C17M0Y2K30 
(17%,0%,2%,30%)
(0.17/0.00/0.02/0.30)	

CMYK percentages

%17.42
%0
%2.25
%30.2

Codes

Color #93B2AE in popluar color models

93B2AE
RGB147178174
HSL172°16.76%63.73%
HSB/HSV172°17.42%69.80%
CMYK17.42%0.00%2.25%
30.20%

Color #93B2AE in popluar number systems.

HEX93B2AE
Decimal147178174
Binary100100111011001010101110
Octal223262256

Shades and tints

Shades of #93B2AE

#93B2AE
(147,178,174)
#86A29F
(134,162,159)
#799290
(121,146,144)
#6C8281
(108,130,129)
#5F7272
(95,114,114)
#526263
(82,98,99)
#455254
(69,82,84)
#384245
(56,66,69)
#2B3236
(43,50,54)
#1E2227
(30,34,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #93B2AE

#93B2AE
(147,178,174)
#9CB9B5
(156,185,181)
#A5C0BC
(165,192,188)
#AEC7C3
(174,199,195)
#B7CECA
(183,206,202)
#C0D5D1
(192,213,209)
#C9DCD8
(201,220,216)
#D2E3DF
(210,227,223)
#DBEAE6
(219,234,230)
#E4F1ED
(228,241,237)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B2AE color. Also use rgb(147,178,174) instead hex code.

Text Font Color

.myTextColor { color: #93B2AE; }

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

This text font color is #93B2AE.


Background Color

.myBgColor { background-color: #93B2AE; }

<div style="background-color:#93B2AE">Inner text</div>

This div background color is #93B2AE.


Border color

.myBorderColor { border: 1px solid #93B2AE; }

<div style="border:3px solid #93B2AE">Div</div>

This div border color is #93B2AE.


Opacity

.myOpacity80 { color: #93B2AE; opacity: 0.8; }

<p style="color:#93B2AE;opacity:0.8;">80%</p>

Text with #93B2AE 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 #93B2AE;}

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

This text has shadow with #93B2AE color.

.textShadow {text-shadow: 3px 3px 1px #93B2AE, 3px 3px 1px red;}

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

This text has shadow with #93B2AE primary color and red secondary color.


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

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

This text has shadow with #93B2AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B2AE on black background.


Color preview on white background

This text has color #93B2AE on white background.



Black color preview on #93B2AE background

This text has black color on #93B2AE background.


White color preview on #93B2AE background

This text has white color on #93B2AE background.