COLOR #93B49B

HEX: #93B49B RGB: (147,180,155)

Color info

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

RGB color model

#93B49B color RGB value is (147,180,155).

RGB: (147,180,155) (58%, 71%, 61%)

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 155 of 255 = 61%

147
180
155

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

Portions of RGB colors in percentages

R + G + B = 147 + 180 + 155 = 482 (100%)
R 147 of 482 ~ 30.5%
G 180 of 482 ~ 37.34%
B 155 of 482 ~ 32.16'%

%30.5
%37.34
%32.16

CMYK color model

#93B49B color CMYK value is (18,0,14,29).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK: (18,0,14,29) C18M0Y14K29 (18%,0%,14%,29%) (0.18/0.00/0.14/0.29) 

CMYK percentages

%18.33
%0
%13.89
%29.41

Codes

Color #93B49B in popluar color models

93 B4 9B
RGB 147 180 155
HSL 135° 18.03% 64.12%
HSB/HSV 135° 18.33% 70.59%
CMYK 18.33% 0.00% 13.89%
29.41%

Color #93B49B in popluar number systems.

HEX 93 B4 9B
Decimal 147 180 155
Binary 10010011 10110100 10011011
Octal 223 264 233

Shades and tints

Shades of #93B49B

#93B49B
(147,180,155)
#86A48D
(134,164,141)
#79947F
(121,148,127)
#6C8471
(108,132,113)
#5F7463
(95,116,99)
#526455
(82,100,85)
#455447
(69,84,71)
#384439
(56,68,57)
#2B342B
(43,52,43)
#1E241D
(30,36,29)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #93B49B

#93B49B
(147,180,155)
#9CBAA4
(156,186,164)
#A5C0AD
(165,192,173)
#AEC6B6
(174,198,182)
#B7CCBF
(183,204,191)
#C0D2C8
(192,210,200)
#C9D8D1
(201,216,209)
#D2DEDA
(210,222,218)
#DBE4E3
(219,228,227)
#E4EAEC
(228,234,236)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B49B color. Also use rgb(147,180,155) instead hex code.

Text Font Color

.myTextColor { color: #93B49B; }

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

This text font color is #93B49B.

Background Color

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

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

This div background color is #93B49B.

Border color

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

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

This div border color is #93B49B.

Opacity

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

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

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

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

This text has shadow with #93B49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B49B.

Preview

Color preview on black background

This text has color #93B49B on black background.


Color preview on white background

This text has color #93B49B on white background.


Black color preview on #93B49B background

This text has black color on #93B49B background.


White color preview on #93B49B background

This text has white color on #93B49B background.


Related colors

Complementary color

Complementary color for #hex is #6C4B64.


I love getcolorcode.com

Triadic colors

1 #9B93B4 and #B49B93 with #93B49B are triadic colors.

2 #9BB493 and #B4939B with #93B49B are triadic colors.