COLOR #93C697

HEX: #93C697
RGB: (147,198,151)

Color info

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

RGB color model

#93C697 color RGB value is (147,198,151).

  • red value is 147;
  • green value is 198;
  • blue value is 151.
RGB:
(147,198,151)
(58%,78%,59%)

RGB channels and saturation

R 147 of 255 = 58%
G 198 of 255 = 78%
B 151 of 255 = 59%

147
198
151

R + G + B ~ 65%. #93C697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 198 + 151 = 496 (100%)
R 147 of 496 ~ 29.64%
G 198 of 496 ~ 39.92%
B 151 of 496 ~ 30.44%

%29.64
%39.92
%30.44

CMYK color model

#93C697 color CMYK value is (26,0,24,22).

  • cyan value is 25.76%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(26,0,24,22)
C26M0Y24K22 
(26%,0%,24%,22%)
(0.26/0.00/0.24/0.22)	

CMYK percentages

%25.76
%0
%23.74
%22.35

Codes

Color #93C697 in popluar color models

93C697
RGB147198151
HSL125°30.91%67.65%
HSB/HSV125°25.76%77.65%
CMYK25.76%0.00%23.74%
22.35%

Color #93C697 in popluar number systems.

HEX93C697
Decimal147198151
Binary100100111100011010010111
Octal223306227

Shades and tints

Shades of #93C697

#93C697
(147,198,151)
#86B48A
(134,180,138)
#79A27D
(121,162,125)
#6C9070
(108,144,112)
#5F7E63
(95,126,99)
#526C56
(82,108,86)
#455A49
(69,90,73)
#38483C
(56,72,60)
#2B362F
(43,54,47)
#1E2422
(30,36,34)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #93C697

#93C697
(147,198,151)
#9CCBA0
(156,203,160)
#A5D0A9
(165,208,169)
#AED5B2
(174,213,178)
#B7DABB
(183,218,187)
#C0DFC4
(192,223,196)
#C9E4CD
(201,228,205)
#D2E9D6
(210,233,214)
#DBEEDF
(219,238,223)
#E4F3E8
(228,243,232)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C697 color. Also use rgb(147,198,151) instead hex code.

Text Font Color

.myTextColor { color: #93C697; }

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

This text font color is #93C697.


Background Color

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

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

This div background color is #93C697.


Border color

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

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

This div border color is #93C697.


Opacity

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

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

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

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

This text has shadow with #93C697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C697 on black background.


Color preview on white background

This text has color #93C697 on white background.



Black color preview on #93C697 background

This text has black color on #93C697 background.


White color preview on #93C697 background

This text has white color on #93C697 background.