COLOR #88C396

HEX: #88C396
RGB: (136,195,150)

Renk bilgisi

#88C396 contains red, green and blue colors in about the same proportion. #88C396 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#88C396 color RGB value is (136,195,150).

  • kırmız ton 136;
  • yeşil ton 195;
  • mavi ton 150.
RGB:
(136,195,150)
(53%,76%,59%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 195 of 255 = 76%
B 150 of 255 = 59%

136
195
150

R + G + B ~ 63%. #88C396 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 195 + 150 = 481 (100%)
R 136 of 481 ~ 28.27%
G 195 of 481 ~ 40.54%
B 150 of 481 ~ 31.19%

%28.27
%40.54
%31.19

CMYK RENK MODELİ

#88C396 rengi CMYK tonu (30,0,23,24).

  • camgöbeği tonu 30.26%
  • eflatun tonu 0.00%
  • sarı tonu 23.08%
  • ana renk tonu 23.53%
CMYK:
(30,0,23,24)
C30M0Y23K24 
(30%,0%,23%,24%)
(0.30/0.00/0.23/0.24)	

CMYK yüzdeleri

%30.26
%0
%23.08
%23.53

Codes

Color #88C396 in popluar color models

88C396
RGB136195150
HSL134°32.96%64.90%
HSB/HSV134°30.26%76.47%
CMYK30.26%0.00%23.08%
23.53%

Color #88C396 in popluar number systems.

HEX88C396
Decimal136195150
Binary100010001100001110010110
Octal210303226

Shades and tints

Shades of #88C396

#88C396
(136,195,150)
#7CB289
(124,178,137)
#70A17C
(112,161,124)
#64906F
(100,144,111)
#587F62
(88,127,98)
#4C6E55
(76,110,85)
#405D48
(64,93,72)
#344C3B
(52,76,59)
#283B2E
(40,59,46)
#1C2A21
(28,42,33)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #88C396

#88C396
(136,195,150)
#92C89F
(146,200,159)
#9CCDA8
(156,205,168)
#A6D2B1
(166,210,177)
#B0D7BA
(176,215,186)
#BADCC3
(186,220,195)
#C4E1CC
(196,225,204)
#CEE6D5
(206,230,213)
#D8EBDE
(216,235,222)
#E2F0E7
(226,240,231)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C396 color. Also use rgb(136,195,150) instead hex code.

Text Font Color

.myTextColor { color: #88C396; }

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

This text font color is #88C396.


Background Color

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

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

This div background color is #88C396.


Border color

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

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

This div border color is #88C396.


Opacity

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

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

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

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

This text has shadow with #88C396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C396 on black background.


Color preview on white background

This text has color #88C396 on white background.



Black color preview on #88C396 background

This text has black color on #88C396 background.


White color preview on #88C396 background

This text has white color on #88C396 background.