COLOR #93B28C

HEX: #93B28C
RGB: (147,178,140)

Color info

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

RGB color model

#93B28C color RGB value is (147,178,140).

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

RGB channels and saturation

R 147 of 255 = 58%
G 178 of 255 = 70%
B 140 of 255 = 55%

147
178
140

R + G + B ~ 61%. #93B28C is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 178 + 140 = 465 (100%)
R 147 of 465 ~ 31.61%
G 178 of 465 ~ 38.28%
B 140 of 465 ~ 30.11%

%31.61
%38.28
%30.11

CMYK color model

#93B28C color CMYK value is (17,0,21,30).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(17,0,21,30)
C17M0Y21K30 
(17%,0%,21%,30%)
(0.17/0.00/0.21/0.30)	

CMYK percentages

%17.42
%0
%21.35
%30.2

Codes

Color #93B28C in popluar color models

93B28C
RGB147178140
HSL109°19.79%62.35%
HSB/HSV109°21.35%69.80%
CMYK17.42%0.00%21.35%
30.20%

Color #93B28C in popluar number systems.

HEX93B28C
Decimal147178140
Binary100100111011001010001100
Octal223262214

Shades and tints

Shades of #93B28C

#93B28C
(147,178,140)
#86A280
(134,162,128)
#799274
(121,146,116)
#6C8268
(108,130,104)
#5F725C
(95,114,92)
#526250
(82,98,80)
#455244
(69,82,68)
#384238
(56,66,56)
#2B322C
(43,50,44)
#1E2220
(30,34,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #93B28C

#93B28C
(147,178,140)
#9CB996
(156,185,150)
#A5C0A0
(165,192,160)
#AEC7AA
(174,199,170)
#B7CEB4
(183,206,180)
#C0D5BE
(192,213,190)
#C9DCC8
(201,220,200)
#D2E3D2
(210,227,210)
#DBEADC
(219,234,220)
#E4F1E6
(228,241,230)
#EDF8F0
(237,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B28C; }

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

This text font color is #93B28C.


Background Color

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

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

This div background color is #93B28C.


Border color

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

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

This div border color is #93B28C.


Opacity

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

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

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

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

This text has shadow with #93B28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B28C on black background.


Color preview on white background

This text has color #93B28C on white background.



Black color preview on #93B28C background

This text has black color on #93B28C background.


White color preview on #93B28C background

This text has white color on #93B28C background.