COLOR #88C763

HEX: #88C763
RGB: (136,199,99)

Color info

#88C763 contains mainly green color. Web safe color of #88C763 is #99CC66 (or #9C6).

RGB color model

#88C763 color RGB value is (136,199,99).

  • red value is 136;
  • green value is 199;
  • blue value is 99.
RGB: (136,199,99) (53%,78%,39%)

RGB channels and saturation

R 136 of 255 = 53%
G 199 of 255 = 78%
B 99 of 255 = 39%

136
199
99

R + G + B ~ 57%. #88C763 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 199 + 99 = 434 (100%)
R 136 of 434 ~ 31.34%
G 199 of 434 ~ 45.85%
B 99 of 434 ~ 22.81%

%31.34
%45.85
%22.81

CMYK color model

#88C763 color CMYK value is (32,0,50,22).

  • cyan value is 31.66%
  • magenta value is 0.00%
  • yellow value is 50.25%
  • key color value is 21.96%
CMYK: (32,0,50,22) C32M0Y50K22 (32%,0%,50%,22%) (0.32/0.00/0.50/0.22)

CMYK percentages

%31.66
%0
%50.25
%21.96

Codes

Color #88C763 in popluar color models

88C763
RGB13619999
HSL98°47.17%58.43%
HSB/HSV98°50.25%78.04%
CMYK31.66%0.00%50.25%
21.96%

Color #88C763 in popluar number systems.

HEX88C763
Decimal13619999
Binary10001000110001111100011
Octal210307143

Shades and tints

Shades of #88C763

#88C763
(136,199,99)
#7CB55A
(124,181,90)
#70A351
(112,163,81)
#649148
(100,145,72)
#587F3F
(88,127,63)
#4C6D36
(76,109,54)
#405B2D
(64,91,45)
#344924
(52,73,36)
#28371B
(40,55,27)
#1C2512
(28,37,18)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #88C763

#88C763
(136,199,99)
#92CC71
(146,204,113)
#9CD17F
(156,209,127)
#A6D68D
(166,214,141)
#B0DB9B
(176,219,155)
#BAE0A9
(186,224,169)
#C4E5B7
(196,229,183)
#CEEAC5
(206,234,197)
#D8EFD3
(216,239,211)
#E2F4E1
(226,244,225)
#ECF9EF
(236,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C763 color. Also use rgb(136,199,99) instead hex code.

Text Font Color

.myTextColor { color: #88C763; }

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

This text font color is #88C763.


Background Color

.myBgColor { background-color: #88C763; }

<div style="background-color:#88C763">Inner text</div>

This div background color is #88C763.


Border color

.myBorderColor { border: 1px solid #88C763; }

<div style="border:3px solid #88C763">Div</div>

This div border color is #88C763.


Opacity

.myOpacity80 { color: #88C763; opacity: 0.8; }

<p style="color:#88C763;opacity:0.8;">80%</p>

Text with #88C763 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 #88C763;}

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

This text has shadow with #88C763 color.

.textShadow {text-shadow: 3px 3px 1px #88C763, 3px 3px 1px red;}

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

This text has shadow with #88C763 primary color and red secondary color.


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

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

This text has shadow with #88C763 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #88C763; -webkit-box-shadow:	1px 1px 3px 2px #88C763; box-shadow:	1px 1px 3px 2px #88C763; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88C763; -webkit-box-shadow: 1px 1px 3px 2px #88C763; box-shadow:1px 1px 3px 2px #88C763;">
Div content here</div>
This div box has shadow with color #88C763.

Preview

Color preview on black background

This text has color #88C763 on black background.


Color preview on white background

This text has color #88C763 on white background.



Black color preview on #88C763 background

This text has black color on #88C763 background.


White color preview on #88C763 background

This text has white color on #88C763 background.