COLOR #93CF98

HEX: #93CF98
RGB: (147,207,152)

Color info

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

RGB color model

#93CF98 color RGB value is (147,207,152).

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

RGB channels and saturation

R 147 of 255 = 58%
G 207 of 255 = 81%
B 152 of 255 = 60%

147
207
152

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

Portions of RGB colors in percentages

R + G + B =
147 + 207 + 152 = 506 (100%)
R 147 of 506 ~ 29.05%
G 207 of 506 ~ 40.91%
B 152 of 506 ~ 30.04%

%29.05
%40.91
%30.04

CMYK color model

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

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 26.57%
  • key color value is 18.82%
CMYK:
(29,0,27,19)
C29M0Y27K19 
(29%,0%,27%,19%)
(0.29/0.00/0.27/0.19)	

CMYK percentages

%28.99
%0
%26.57
%18.82

Codes

Color #93CF98 in popluar color models

93CF98
RGB147207152
HSL125°38.46%69.41%
HSB/HSV125°28.99%81.18%
CMYK28.99%0.00%26.57%
18.82%

Color #93CF98 in popluar number systems.

HEX93CF98
Decimal147207152
Binary100100111100111110011000
Octal223317230

Shades and tints

Shades of #93CF98

#93CF98
(147,207,152)
#86BD8B
(134,189,139)
#79AB7E
(121,171,126)
#6C9971
(108,153,113)
#5F8764
(95,135,100)
#527557
(82,117,87)
#45634A
(69,99,74)
#38513D
(56,81,61)
#2B3F30
(43,63,48)
#1E2D23
(30,45,35)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #93CF98

#93CF98
(147,207,152)
#9CD3A1
(156,211,161)
#A5D7AA
(165,215,170)
#AEDBB3
(174,219,179)
#B7DFBC
(183,223,188)
#C0E3C5
(192,227,197)
#C9E7CE
(201,231,206)
#D2EBD7
(210,235,215)
#DBEFE0
(219,239,224)
#E4F3E9
(228,243,233)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CF98; }

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

This text font color is #93CF98.


Background Color

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

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

This div background color is #93CF98.


Border color

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

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

This div border color is #93CF98.


Opacity

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

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

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

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

This text has shadow with #93CF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CF98 on black background.


Color preview on white background

This text has color #93CF98 on white background.



Black color preview on #93CF98 background

This text has black color on #93CF98 background.


White color preview on #93CF98 background

This text has white color on #93CF98 background.