COLOR #93B795

HEX: #93B795
RGB: (147,183,149)

Color info

#93B795 contains red, green and blue colors in about the same proportion. Web safe color of #93B795 is #99CC99 (or #9C9).

RGB color model

#93B795 color RGB value is (147,183,149).

  • red value is 147;
  • green value is 183;
  • blue value is 149.
RGB:
(147,183,149)
(58%,72%,58%)

RGB channels and saturation

R 147 of 255 = 58%
G 183 of 255 = 72%
B 149 of 255 = 58%

147
183
149

R + G + B ~ 63%. #93B795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 183 + 149 = 479 (100%)
R 147 of 479 ~ 30.69%
G 183 of 479 ~ 38.2%
B 149 of 479 ~ 31.11%

%30.69
%38.2
%31.11

CMYK color model

#93B795 color CMYK value is (20,0,19,28).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK:
(20,0,19,28)
C20M0Y19K28 
(20%,0%,19%,28%)
(0.20/0.00/0.19/0.28)	

CMYK percentages

%19.67
%0
%18.58
%28.24

Codes

Color #93B795 in popluar color models

93B795
RGB147183149
HSL123°20.00%64.71%
HSB/HSV123°19.67%71.76%
CMYK19.67%0.00%18.58%
28.24%

Color #93B795 in popluar number systems.

HEX93B795
Decimal147183149
Binary100100111011011110010101
Octal223267225

Shades and tints

Shades of #93B795

#93B795
(147,183,149)
#86A788
(134,167,136)
#79977B
(121,151,123)
#6C876E
(108,135,110)
#5F7761
(95,119,97)
#526754
(82,103,84)
#455747
(69,87,71)
#38473A
(56,71,58)
#2B372D
(43,55,45)
#1E2720
(30,39,32)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #93B795

#93B795
(147,183,149)
#9CBD9E
(156,189,158)
#A5C3A7
(165,195,167)
#AEC9B0
(174,201,176)
#B7CFB9
(183,207,185)
#C0D5C2
(192,213,194)
#C9DBCB
(201,219,203)
#D2E1D4
(210,225,212)
#DBE7DD
(219,231,221)
#E4EDE6
(228,237,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B795 color. Also use rgb(147,183,149) instead hex code.

Text Font Color

.myTextColor { color: #93B795; }

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

This text font color is #93B795.


Background Color

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

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

This div background color is #93B795.


Border color

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

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

This div border color is #93B795.


Opacity

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

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

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

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

This text has shadow with #93B795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B795 on black background.


Color preview on white background

This text has color #93B795 on white background.



Black color preview on #93B795 background

This text has black color on #93B795 background.


White color preview on #93B795 background

This text has white color on #93B795 background.