COLOR #93BF7D

HEX: #93BF7D
RGB: (147,191,125)

Color info

#93BF7D contains mainly red and green colors. Web safe color of #93BF7D is #99CC66 (or #9C6).

RGB color model

#93BF7D color RGB value is (147,191,125).

  • red value is 147;
  • green value is 191;
  • blue value is 125.
RGB:
(147,191,125)
(58%,75%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 191 of 255 = 75%
B 125 of 255 = 49%

147
191
125

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

Portions of RGB colors in percentages

R + G + B =
147 + 191 + 125 = 463 (100%)
R 147 of 463 ~ 31.75%
G 191 of 463 ~ 41.25%
B 125 of 463 ~ 27%

%31.75
%41.25
%27

CMYK color model

#93BF7D color CMYK value is (23,0,35,25).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 25.10%
CMYK:
(23,0,35,25)
C23M0Y35K25 
(23%,0%,35%,25%)
(0.23/0.00/0.35/0.25)	

CMYK percentages

%23.04
%0
%34.55
%25.1

Codes

Color #93BF7D in popluar color models

93BF7D
RGB147191125
HSL100°34.02%61.96%
HSB/HSV100°34.55%74.90%
CMYK23.04%0.00%34.55%
25.10%

Color #93BF7D in popluar number systems.

HEX93BF7D
Decimal147191125
Binary10010011101111111111101
Octal223277175

Shades and tints

Shades of #93BF7D

#93BF7D
(147,191,125)
#86AE72
(134,174,114)
#799D67
(121,157,103)
#6C8C5C
(108,140,92)
#5F7B51
(95,123,81)
#526A46
(82,106,70)
#45593B
(69,89,59)
#384830
(56,72,48)
#2B3725
(43,55,37)
#1E261A
(30,38,26)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #93BF7D

#93BF7D
(147,191,125)
#9CC488
(156,196,136)
#A5C993
(165,201,147)
#AECE9E
(174,206,158)
#B7D3A9
(183,211,169)
#C0D8B4
(192,216,180)
#C9DDBF
(201,221,191)
#D2E2CA
(210,226,202)
#DBE7D5
(219,231,213)
#E4ECE0
(228,236,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BF7D color. Also use rgb(147,191,125) instead hex code.

Text Font Color

.myTextColor { color: #93BF7D; }

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

This text font color is #93BF7D.


Background Color

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

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

This div background color is #93BF7D.


Border color

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

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

This div border color is #93BF7D.


Opacity

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

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

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

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

This text has shadow with #93BF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BF7D on black background.


Color preview on white background

This text has color #93BF7D on white background.



Black color preview on #93BF7D background

This text has black color on #93BF7D background.


White color preview on #93BF7D background

This text has white color on #93BF7D background.