COLOR #93B694

HEX: #93B694
RGB: (147,182,148)

Color info

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

RGB color model

#93B694 color RGB value is (147,182,148).

  • red value is 147;
  • green value is 182;
  • blue value is 148.
RGB:
(147,182,148)
(58%,71%,58%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 148 of 255 = 58%

147
182
148

R + G + B ~ 62%. #93B694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 182 + 148 = 477 (100%)
R 147 of 477 ~ 30.82%
G 182 of 477 ~ 38.16%
B 148 of 477 ~ 31.03%

%30.82
%38.16
%31.03

CMYK color model

#93B694 color CMYK value is (19,0,19,29).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 18.68%
  • key color value is 28.63%
CMYK:
(19,0,19,29)
C19M0Y19K29 
(19%,0%,19%,29%)
(0.19/0.00/0.19/0.29)	

CMYK percentages

%19.23
%0
%18.68
%28.63

Codes

Color #93B694 in popluar color models

93B694
RGB147182148
HSL122°19.34%64.51%
HSB/HSV122°19.23%71.37%
CMYK19.23%0.00%18.68%
28.63%

Color #93B694 in popluar number systems.

HEX93B694
Decimal147182148
Binary100100111011011010010100
Octal223266224

Shades and tints

Shades of #93B694

#93B694
(147,182,148)
#86A687
(134,166,135)
#79967A
(121,150,122)
#6C866D
(108,134,109)
#5F7660
(95,118,96)
#526653
(82,102,83)
#455646
(69,86,70)
#384639
(56,70,57)
#2B362C
(43,54,44)
#1E261F
(30,38,31)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #93B694

#93B694
(147,182,148)
#9CBC9D
(156,188,157)
#A5C2A6
(165,194,166)
#AEC8AF
(174,200,175)
#B7CEB8
(183,206,184)
#C0D4C1
(192,212,193)
#C9DACA
(201,218,202)
#D2E0D3
(210,224,211)
#DBE6DC
(219,230,220)
#E4ECE5
(228,236,229)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B694 color. Also use rgb(147,182,148) instead hex code.

Text Font Color

.myTextColor { color: #93B694; }

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

This text font color is #93B694.


Background Color

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

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

This div background color is #93B694.


Border color

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

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

This div border color is #93B694.


Opacity

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

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

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

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

This text has shadow with #93B694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B694 on black background.


Color preview on white background

This text has color #93B694 on white background.



Black color preview on #93B694 background

This text has black color on #93B694 background.


White color preview on #93B694 background

This text has white color on #93B694 background.