COLOR #93CEA7

HEX: #93CEA7
RGB: (147,206,167)

Color info

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

RGB color model

#93CEA7 color RGB value is (147,206,167).

  • red value is 147;
  • green value is 206;
  • blue value is 167.
RGB:
(147,206,167)
(58%,81%,65%)

RGB channels and saturation

R 147 of 255 = 58%
G 206 of 255 = 81%
B 167 of 255 = 65%

147
206
167

R + G + B ~ 68%. #93CEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 206 + 167 = 520 (100%)
R 147 of 520 ~ 28.27%
G 206 of 520 ~ 39.62%
B 167 of 520 ~ 32.12%

%28.27
%39.62
%32.12

CMYK color model

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

  • cyan value is 28.64%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 19.22%
CMYK:
(29,0,19,19)
C29M0Y19K19 
(29%,0%,19%,19%)
(0.29/0.00/0.19/0.19)	

CMYK percentages

%28.64
%0
%18.93
%19.22

Codes

Color #93CEA7 in popluar color models

93CEA7
RGB147206167
HSL140°37.58%69.22%
HSB/HSV140°28.64%80.78%
CMYK28.64%0.00%18.93%
19.22%

Color #93CEA7 in popluar number systems.

HEX93CEA7
Decimal147206167
Binary100100111100111010100111
Octal223316247

Shades and tints

Shades of #93CEA7

#93CEA7
(147,206,167)
#86BC98
(134,188,152)
#79AA89
(121,170,137)
#6C987A
(108,152,122)
#5F866B
(95,134,107)
#52745C
(82,116,92)
#45624D
(69,98,77)
#38503E
(56,80,62)
#2B3E2F
(43,62,47)
#1E2C20
(30,44,32)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #93CEA7

#93CEA7
(147,206,167)
#9CD2AF
(156,210,175)
#A5D6B7
(165,214,183)
#AEDABF
(174,218,191)
#B7DEC7
(183,222,199)
#C0E2CF
(192,226,207)
#C9E6D7
(201,230,215)
#D2EADF
(210,234,223)
#DBEEE7
(219,238,231)
#E4F2EF
(228,242,239)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CEA7 color. Also use rgb(147,206,167) instead hex code.

Text Font Color

.myTextColor { color: #93CEA7; }

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

This text font color is #93CEA7.


Background Color

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

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

This div background color is #93CEA7.


Border color

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

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

This div border color is #93CEA7.


Opacity

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

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

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

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

This text has shadow with #93CEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CEA7 on black background.


Color preview on white background

This text has color #93CEA7 on white background.



Black color preview on #93CEA7 background

This text has black color on #93CEA7 background.


White color preview on #93CEA7 background

This text has white color on #93CEA7 background.