COLOR #93B687

HEX: #93B687 RGB: (147,182,135)

Color info

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

RGB color model

#93B687 color RGB value is (147,182,135).

RGB: (147,182,135) (58%, 71%, 53%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 135 of 255 = 53%

147
182
135

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

Portions of RGB colors in percentages

R + G + B = 147 + 182 + 135 = 464 (100%)
R 147 of 464 ~ 31.68%
G 182 of 464 ~ 39.22%
B 135 of 464 ~ 29.09'%

%31.68
%39.22
%29.09

CMYK color model

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

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 28.63%

CMYK: (19,0,26,29)
C19M0Y26K29 (19%, 0%, 26%, 29%)
(0.19 / 0.00 / 0.26 / 0.29)

CMYK percentages

%19.23
%0
%25.82
%28.63

Codes

Color #93B687 in popluar color models

93 B6 87
RGB 147 182 135
HSL 105° 24.35% 62.16%
HSB/HSV 105° 25.82% 71.37%
CMYK 19.23% 0.00% 25.82%
28.63%

Color #93B687 in popluar number systems.

HEX 93 B6 87
Decimal 147 182 135
Binary 10010011 10110110 10000111
Octal 223 266 207

Shades and tints

Shades of #93B687

#93B687
(147,182,135)
#86A67B
(134,166,123)
#79966F
(121,150,111)
#6C8663
(108,134,99)
#5F7657
(95,118,87)
#52664B
(82,102,75)
#45563F
(69,86,63)
#384633
(56,70,51)
#2B3627
(43,54,39)
#1E261B
(30,38,27)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #93B687

#93B687
(147,182,135)
#9CBC91
(156,188,145)
#A5C29B
(165,194,155)
#AEC8A5
(174,200,165)
#B7CEAF
(183,206,175)
#C0D4B9
(192,212,185)
#C9DAC3
(201,218,195)
#D2E0CD
(210,224,205)
#DBE6D7
(219,230,215)
#E4ECE1
(228,236,225)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B687; }

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

This text font color is #93B687.

Background Color

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

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

This div background color is #93B687.

Border color

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

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

This div border color is #93B687.

Opacity

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

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

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

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

This text has shadow with #93B687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B687.

Preview

Color preview on black background

This text has color #93B687 on black background.


Color preview on white background

This text has color #93B687 on white background.


Black color preview on #93B687 background

This text has black color on #93B687 background.


White color preview on #93B687 background

This text has white color on #93B687 background.


Related colors

Complementary color

Complementary color for #hex is #6C4978.


I love getcolorcode.com

Triadic colors

1 #8793B6 and #B68793 with #93B687 are triadic colors.

2 #87B693 and #B69387 with #93B687 are triadic colors.