COLOR #93CEA2

HEX: #93CEA2
RGB: (147,206,162)

Color info

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

RGB color model

#93CEA2 color RGB value is (147,206,162).

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

RGB channels and saturation

R 147 of 255 = 58%
G 206 of 255 = 81%
B 162 of 255 = 64%

147
206
162

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

Portions of RGB colors in percentages

R + G + B =
147 + 206 + 162 = 515 (100%)
R 147 of 515 ~ 28.54%
G 206 of 515 ~ 40%
B 162 of 515 ~ 31.46%

%28.54
%40
%31.46

CMYK color model

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

  • cyan value is 28.64%
  • magenta value is 0.00%
  • yellow value is 21.36%
  • key color value is 19.22%
CMYK:
(29,0,21,19)
C29M0Y21K19 
(29%,0%,21%,19%)
(0.29/0.00/0.21/0.19)	

CMYK percentages

%28.64
%0
%21.36
%19.22

Codes

Color #93CEA2 in popluar color models

93CEA2
RGB147206162
HSL135°37.58%69.22%
HSB/HSV135°28.64%80.78%
CMYK28.64%0.00%21.36%
19.22%

Color #93CEA2 in popluar number systems.

HEX93CEA2
Decimal147206162
Binary100100111100111010100010
Octal223316242

Shades and tints

Shades of #93CEA2

#93CEA2
(147,206,162)
#86BC94
(134,188,148)
#79AA86
(121,170,134)
#6C9878
(108,152,120)
#5F866A
(95,134,106)
#52745C
(82,116,92)
#45624E
(69,98,78)
#385040
(56,80,64)
#2B3E32
(43,62,50)
#1E2C24
(30,44,36)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #93CEA2

#93CEA2
(147,206,162)
#9CD2AA
(156,210,170)
#A5D6B2
(165,214,178)
#AEDABA
(174,218,186)
#B7DEC2
(183,222,194)
#C0E2CA
(192,226,202)
#C9E6D2
(201,230,210)
#D2EADA
(210,234,218)
#DBEEE2
(219,238,226)
#E4F2EA
(228,242,234)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CEA2; }

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

This text font color is #93CEA2.


Background Color

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

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

This div background color is #93CEA2.


Border color

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

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

This div border color is #93CEA2.


Opacity

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

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

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

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

This text has shadow with #93CEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CEA2 on black background.


Color preview on white background

This text has color #93CEA2 on white background.



Black color preview on #93CEA2 background

This text has black color on #93CEA2 background.


White color preview on #93CEA2 background

This text has white color on #93CEA2 background.