COLOR #93CF94

HEX: #93CF94
RGB: (147,207,148)

Color info

#93CF94 contains mainly green and blue colors. Web safe color of #93CF94 is #99CC99 (or #9C9).

RGB color model

#93CF94 color RGB value is (147,207,148).

  • red value is 147;
  • green value is 207;
  • blue value is 148.
RGB:
(147,207,148)
(58%,81%,58%)

RGB channels and saturation

R 147 of 255 = 58%
G 207 of 255 = 81%
B 148 of 255 = 58%

147
207
148

R + G + B ~ 66%. #93CF94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 207 + 148 = 502 (100%)
R 147 of 502 ~ 29.28%
G 207 of 502 ~ 41.24%
B 148 of 502 ~ 29.48%

%29.28
%41.24
%29.48

CMYK color model

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

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 18.82%
CMYK:
(29,0,29,19)
C29M0Y29K19 
(29%,0%,29%,19%)
(0.29/0.00/0.29/0.19)	

CMYK percentages

%28.99
%0
%28.5
%18.82

Codes

Color #93CF94 in popluar color models

93CF94
RGB147207148
HSL121°38.46%69.41%
HSB/HSV121°28.99%81.18%
CMYK28.99%0.00%28.50%
18.82%

Color #93CF94 in popluar number systems.

HEX93CF94
Decimal147207148
Binary100100111100111110010100
Octal223317224

Shades and tints

Shades of #93CF94

#93CF94
(147,207,148)
#86BD87
(134,189,135)
#79AB7A
(121,171,122)
#6C996D
(108,153,109)
#5F8760
(95,135,96)
#527553
(82,117,83)
#456346
(69,99,70)
#385139
(56,81,57)
#2B3F2C
(43,63,44)
#1E2D1F
(30,45,31)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #93CF94

#93CF94
(147,207,148)
#9CD39D
(156,211,157)
#A5D7A6
(165,215,166)
#AEDBAF
(174,219,175)
#B7DFB8
(183,223,184)
#C0E3C1
(192,227,193)
#C9E7CA
(201,231,202)
#D2EBD3
(210,235,211)
#DBEFDC
(219,239,220)
#E4F3E5
(228,243,229)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CF94 color. Also use rgb(147,207,148) instead hex code.

Text Font Color

.myTextColor { color: #93CF94; }

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

This text font color is #93CF94.


Background Color

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

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

This div background color is #93CF94.


Border color

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

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

This div border color is #93CF94.


Opacity

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

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

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

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

This text has shadow with #93CF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CF94 on black background.


Color preview on white background

This text has color #93CF94 on white background.



Black color preview on #93CF94 background

This text has black color on #93CF94 background.


White color preview on #93CF94 background

This text has white color on #93CF94 background.