COLOR #93C675

HEX: #93C675
RGB: (147,198,117)

Color info

#93C675 contains mainly red and green colors. Web safe color of #93C675 is #99CC66 (or #9C6).

RGB color model

#93C675 color RGB value is (147,198,117).

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

RGB channels and saturation

R 147 of 255 = 58%
G 198 of 255 = 78%
B 117 of 255 = 46%

147
198
117

R + G + B ~ 61%. #93C675 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 198 + 117 = 462 (100%)
R 147 of 462 ~ 31.82%
G 198 of 462 ~ 42.86%
B 117 of 462 ~ 25.32%

%31.82
%42.86
%25.32

CMYK color model

#93C675 color CMYK value is (26,0,41,22).

  • cyan value is 25.76%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 22.35%
CMYK:
(26,0,41,22)
C26M0Y41K22 
(26%,0%,41%,22%)
(0.26/0.00/0.41/0.22)	

CMYK percentages

%25.76
%0
%40.91
%22.35

Codes

Color #93C675 in popluar color models

93C675
RGB147198117
HSL98°41.54%61.76%
HSB/HSV98°40.91%77.65%
CMYK25.76%0.00%40.91%
22.35%

Color #93C675 in popluar number systems.

HEX93C675
Decimal147198117
Binary10010011110001101110101
Octal223306165

Shades and tints

Shades of #93C675

#93C675
(147,198,117)
#86B46B
(134,180,107)
#79A261
(121,162,97)
#6C9057
(108,144,87)
#5F7E4D
(95,126,77)
#526C43
(82,108,67)
#455A39
(69,90,57)
#38482F
(56,72,47)
#2B3625
(43,54,37)
#1E241B
(30,36,27)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #93C675

#93C675
(147,198,117)
#9CCB81
(156,203,129)
#A5D08D
(165,208,141)
#AED599
(174,213,153)
#B7DAA5
(183,218,165)
#C0DFB1
(192,223,177)
#C9E4BD
(201,228,189)
#D2E9C9
(210,233,201)
#DBEED5
(219,238,213)
#E4F3E1
(228,243,225)
#EDF8ED
(237,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C675; }

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

This text font color is #93C675.


Background Color

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

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

This div background color is #93C675.


Border color

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

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

This div border color is #93C675.


Opacity

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

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

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

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

This text has shadow with #93C675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C675 on black background.


Color preview on white background

This text has color #93C675 on white background.



Black color preview on #93C675 background

This text has black color on #93C675 background.


White color preview on #93C675 background

This text has white color on #93C675 background.