COLOR #93B79B

HEX: #93B79B RGB: (147,183,155)

Color info

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

RGB color model

#93B79B color RGB value is (147,183,155).

RGB: (147,183,155) (58%, 72%, 61%)

RGB channels and saturation

R 147 of 255 = 58%
G 183 of 255 = 72%
B 155 of 255 = 61%

147
183
155

R + G + B ~ 64%. #93B79B is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 183 + 155 = 485 (100%)
R 147 of 485 ~ 30.31%
G 183 of 485 ~ 37.73%
B 155 of 485 ~ 31.96'%

%30.31
%37.73
%31.96

CMYK color model

#93B79B color CMYK value is (20,0,15,28).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK: (20,0,15,28) C20M0Y15K28 (20%,0%,15%,28%) (0.20/0.00/0.15/0.28) 

CMYK percentages

%19.67
%0
%15.3
%28.24

Codes

Color #93B79B in popluar color models

93 B7 9B
RGB 147 183 155
HSL 133° 20.00% 64.71%
HSB/HSV 133° 19.67% 71.76%
CMYK 19.67% 0.00% 15.30%
28.24%

Color #93B79B in popluar number systems.

HEX 93 B7 9B
Decimal 147 183 155
Binary 10010011 10110111 10011011
Octal 223 267 233

Shades and tints

Shades of #93B79B

#93B79B
(147,183,155)
#86A78D
(134,167,141)
#79977F
(121,151,127)
#6C8771
(108,135,113)
#5F7763
(95,119,99)
#526755
(82,103,85)
#455747
(69,87,71)
#384739
(56,71,57)
#2B372B
(43,55,43)
#1E271D
(30,39,29)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #93B79B

#93B79B
(147,183,155)
#9CBDA4
(156,189,164)
#A5C3AD
(165,195,173)
#AEC9B6
(174,201,182)
#B7CFBF
(183,207,191)
#C0D5C8
(192,213,200)
#C9DBD1
(201,219,209)
#D2E1DA
(210,225,218)
#DBE7E3
(219,231,227)
#E4EDEC
(228,237,236)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B79B; }

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

This text font color is #93B79B.

Background Color

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

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

This div background color is #93B79B.

Border color

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

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

This div border color is #93B79B.

Opacity

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

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

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

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

This text has shadow with #93B79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B79B.

Preview

Color preview on black background

This text has color #93B79B on black background.


Color preview on white background

This text has color #93B79B on white background.


Black color preview on #93B79B background

This text has black color on #93B79B background.


White color preview on #93B79B background

This text has white color on #93B79B background.


Related colors

Complementary color

Complementary color for #hex is #6C4864.


I love getcolorcode.com

Triadic colors

1 #9B93B7 and #B79B93 with #93B79B are triadic colors.

2 #9BB793 and #B7939B with #93B79B are triadic colors.