COLOR #88BD7D

HEX: #88BD7D
RGB: (136,189,125)

Renk bilgisi

#88BD7D contains mainly red and green colors. #88BD7D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#88BD7D color RGB value is (136,189,125).

  • kırmız ton 136;
  • yeşil ton 189;
  • mavi ton 125.
RGB:
(136,189,125)
(53%,74%,49%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 189 of 255 = 74%
B 125 of 255 = 49%

136
189
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 189 + 125 = 450 (100%)
R 136 of 450 ~ 30.22%
G 189 of 450 ~ 42%
B 125 of 450 ~ 27.78%

%30.22
%42
%27.78

CMYK RENK MODELİ

#88BD7D rengi CMYK tonu (28,0,34,26).

  • camgöbeği tonu 28.04%
  • eflatun tonu 0.00%
  • sarı tonu 33.86%
  • ana renk tonu 25.88%
CMYK:
(28,0,34,26)
C28M0Y34K26 
(28%,0%,34%,26%)
(0.28/0.00/0.34/0.26)	

CMYK yüzdeleri

%28.04
%0
%33.86
%25.88

Codes

Color #88BD7D in popluar color models

88BD7D
RGB136189125
HSL110°32.65%61.57%
HSB/HSV110°33.86%74.12%
CMYK28.04%0.00%33.86%
25.88%

Color #88BD7D in popluar number systems.

HEX88BD7D
Decimal136189125
Binary10001000101111011111101
Octal210275175

Shades and tints

Shades of #88BD7D

#88BD7D
(136,189,125)
#7CAC72
(124,172,114)
#709B67
(112,155,103)
#648A5C
(100,138,92)
#587951
(88,121,81)
#4C6846
(76,104,70)
#40573B
(64,87,59)
#344630
(52,70,48)
#283525
(40,53,37)
#1C241A
(28,36,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #88BD7D

#88BD7D
(136,189,125)
#92C388
(146,195,136)
#9CC993
(156,201,147)
#A6CF9E
(166,207,158)
#B0D5A9
(176,213,169)
#BADBB4
(186,219,180)
#C4E1BF
(196,225,191)
#CEE7CA
(206,231,202)
#D8EDD5
(216,237,213)
#E2F3E0
(226,243,224)
#ECF9EB
(236,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BD7D color. Also use rgb(136,189,125) instead hex code.

Text Font Color

.myTextColor { color: #88BD7D; }

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

This text font color is #88BD7D.


Background Color

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

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

This div background color is #88BD7D.


Border color

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

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

This div border color is #88BD7D.


Opacity

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

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

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

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

This text has shadow with #88BD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BD7D on black background.


Color preview on white background

This text has color #88BD7D on white background.



Black color preview on #88BD7D background

This text has black color on #88BD7D background.


White color preview on #88BD7D background

This text has white color on #88BD7D background.