COLOR #93BE8C

HEX: #93BE8C RGB: (147,190,140)

Color info

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

RGB color model

#93BE8C color RGB value is (147,190,140).

RGB: (147,190,140) (58%, 75%, 55%)

RGB channels and saturation

R 147 of 255 = 58%
G 190 of 255 = 75%
B 140 of 255 = 55%

147
190
140

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

Portions of RGB colors in percentages

R + G + B = 147 + 190 + 140 = 477 (100%)
R 147 of 477 ~ 30.82%
G 190 of 477 ~ 39.83%
B 140 of 477 ~ 29.35'%

%30.82
%39.83
%29.35

CMYK color model

#93BE8C color CMYK value is (23,0,26,25).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 25.49%

CMYK: (23,0,26,25)
C23M0Y26K25 (23%, 0%, 26%, 25%)
(0.23 / 0.00 / 0.26 / 0.25)

CMYK percentages

%22.63
%0
%26.32
%25.49

Codes

Color #93BE8C in popluar color models

93 BE 8C
RGB 147 190 140
HSL 112° 27.78% 64.71%
HSB/HSV 112° 26.32% 74.51%
CMYK 22.63% 0.00% 26.32%
25.49%

Color #93BE8C in popluar number systems.

HEX 93 BE 8C
Decimal 147 190 140
Binary 10010011 10111110 10001100
Octal 223 276 214

Shades and tints

Shades of #93BE8C

#93BE8C
(147,190,140)
#86AD80
(134,173,128)
#799C74
(121,156,116)
#6C8B68
(108,139,104)
#5F7A5C
(95,122,92)
#526950
(82,105,80)
#455844
(69,88,68)
#384738
(56,71,56)
#2B362C
(43,54,44)
#1E2520
(30,37,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #93BE8C

#93BE8C
(147,190,140)
#9CC396
(156,195,150)
#A5C8A0
(165,200,160)
#AECDAA
(174,205,170)
#B7D2B4
(183,210,180)
#C0D7BE
(192,215,190)
#C9DCC8
(201,220,200)
#D2E1D2
(210,225,210)
#DBE6DC
(219,230,220)
#E4EBE6
(228,235,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BE8C color. Also use rgb(147,190,140) instead hex code.

Text Font Color

.myTextColor { color: #93BE8C; }

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

This text font color is #93BE8C.

Background Color

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

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

This div background color is #93BE8C.

Border color

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

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

This div border color is #93BE8C.

Opacity

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

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

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

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

This text has shadow with #93BE8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BE8C.

Preview

Color preview on black background

This text has color #93BE8C on black background.


Color preview on white background

This text has color #93BE8C on white background.


Black color preview on #93BE8C background

This text has black color on #93BE8C background.


White color preview on #93BE8C background

This text has white color on #93BE8C background.


Related colors

Complementary color

Complementary color for #hex is #6C4173.


I love getcolorcode.com

Triadic colors

1 #8C93BE and #BE8C93 with #93BE8C are triadic colors.

2 #8CBE93 and #BE938C with #93BE8C are triadic colors.