COLOR #93B290

HEX: #93B290
RGB: (147,178,144)

Color info

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

RGB color model

#93B290 color RGB value is (147,178,144).

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

RGB channels and saturation

R 147 of 255 = 58%
G 178 of 255 = 70%
B 144 of 255 = 56%

147
178
144

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

Portions of RGB colors in percentages

R + G + B =
147 + 178 + 144 = 469 (100%)
R 147 of 469 ~ 31.34%
G 178 of 469 ~ 37.95%
B 144 of 469 ~ 30.7%

%31.34
%37.95
%30.7

CMYK color model

#93B290 color CMYK value is (17,0,19,30).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 30.20%
CMYK:
(17,0,19,30)
C17M0Y19K30 
(17%,0%,19%,30%)
(0.17/0.00/0.19/0.30)	

CMYK percentages

%17.42
%0
%19.1
%30.2

Codes

Color #93B290 in popluar color models

93B290
RGB147178144
HSL115°18.09%63.14%
HSB/HSV115°19.10%69.80%
CMYK17.42%0.00%19.10%
30.20%

Color #93B290 in popluar number systems.

HEX93B290
Decimal147178144
Binary100100111011001010010000
Octal223262220

Shades and tints

Shades of #93B290

#93B290
(147,178,144)
#86A283
(134,162,131)
#799276
(121,146,118)
#6C8269
(108,130,105)
#5F725C
(95,114,92)
#52624F
(82,98,79)
#455242
(69,82,66)
#384235
(56,66,53)
#2B3228
(43,50,40)
#1E221B
(30,34,27)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #93B290

#93B290
(147,178,144)
#9CB99A
(156,185,154)
#A5C0A4
(165,192,164)
#AEC7AE
(174,199,174)
#B7CEB8
(183,206,184)
#C0D5C2
(192,213,194)
#C9DCCC
(201,220,204)
#D2E3D6
(210,227,214)
#DBEAE0
(219,234,224)
#E4F1EA
(228,241,234)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B290; }

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

This text font color is #93B290.


Background Color

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

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

This div background color is #93B290.


Border color

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

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

This div border color is #93B290.


Opacity

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

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

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

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

This text has shadow with #93B290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B290 on black background.


Color preview on white background

This text has color #93B290 on white background.



Black color preview on #93B290 background

This text has black color on #93B290 background.


White color preview on #93B290 background

This text has white color on #93B290 background.