COLOR #88C494

HEX: #88C494
RGB: (136,196,148)

Renk bilgisi

#88C494 contains mainly green and blue colors. #88C494 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#88C494 color RGB value is (136,196,148).

  • kırmız ton 136;
  • yeşil ton 196;
  • mavi ton 148.
RGB:
(136,196,148)
(53%,77%,58%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 196 of 255 = 77%
B 148 of 255 = 58%

136
196
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 196 + 148 = 480 (100%)
R 136 of 480 ~ 28.33%
G 196 of 480 ~ 40.83%
B 148 of 480 ~ 30.83%

%28.33
%40.83
%30.83

CMYK RENK MODELİ

#88C494 rengi CMYK tonu (31,0,24,23).

  • camgöbeği tonu 30.61%
  • eflatun tonu 0.00%
  • sarı tonu 24.49%
  • ana renk tonu 23.14%
CMYK:
(31,0,24,23)
C31M0Y24K23 
(31%,0%,24%,23%)
(0.31/0.00/0.24/0.23)	

CMYK yüzdeleri

%30.61
%0
%24.49
%23.14

Codes

Color #88C494 in popluar color models

88C494
RGB136196148
HSL132°33.71%65.10%
HSB/HSV132°30.61%76.86%
CMYK30.61%0.00%24.49%
23.14%

Color #88C494 in popluar number systems.

HEX88C494
Decimal136196148
Binary100010001100010010010100
Octal210304224

Shades and tints

Shades of #88C494

#88C494
(136,196,148)
#7CB387
(124,179,135)
#70A27A
(112,162,122)
#64916D
(100,145,109)
#588060
(88,128,96)
#4C6F53
(76,111,83)
#405E46
(64,94,70)
#344D39
(52,77,57)
#283C2C
(40,60,44)
#1C2B1F
(28,43,31)
#101A12
(16,26,18)
#000000
(0,0,0)

Tints of #88C494

#88C494
(136,196,148)
#92C99D
(146,201,157)
#9CCEA6
(156,206,166)
#A6D3AF
(166,211,175)
#B0D8B8
(176,216,184)
#BADDC1
(186,221,193)
#C4E2CA
(196,226,202)
#CEE7D3
(206,231,211)
#D8ECDC
(216,236,220)
#E2F1E5
(226,241,229)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C494 color. Also use rgb(136,196,148) instead hex code.

Text Font Color

.myTextColor { color: #88C494; }

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

This text font color is #88C494.


Background Color

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

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

This div background color is #88C494.


Border color

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

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

This div border color is #88C494.


Opacity

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

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

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

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

This text has shadow with #88C494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C494 on black background.


Color preview on white background

This text has color #88C494 on white background.



Black color preview on #88C494 background

This text has black color on #88C494 background.


White color preview on #88C494 background

This text has white color on #88C494 background.