COLOR #88B4AD

HEX: #88B4AD
RGB: (136,180,173)

Renk bilgisi

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

RGB renk modeli

#88B4AD color RGB value is (136,180,173).

  • kırmız ton 136;
  • yeşil ton 180;
  • mavi ton 173.
RGB:
(136,180,173)
(53%,71%,68%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 180 of 255 = 71%
B 173 of 255 = 68%

136
180
173

R + G + B ~ 64%. #88B4AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 180 + 173 = 489 (100%)
R 136 of 489 ~ 27.81%
G 180 of 489 ~ 36.81%
B 173 of 489 ~ 35.38%

%27.81
%36.81
%35.38

CMYK RENK MODELİ

#88B4AD rengi CMYK tonu (24,0,4,29).

  • camgöbeği tonu 24.44%
  • eflatun tonu 0.00%
  • sarı tonu 3.89%
  • ana renk tonu 29.41%
CMYK:
(24,0,4,29)
C24M0Y4K29 
(24%,0%,4%,29%)
(0.24/0.00/0.04/0.29)	

CMYK yüzdeleri

%24.44
%0
%3.89
%29.41

Codes

Color #88B4AD in popluar color models

88B4AD
RGB136180173
HSL170°22.68%61.96%
HSB/HSV170°24.44%70.59%
CMYK24.44%0.00%3.89%
29.41%

Color #88B4AD in popluar number systems.

HEX88B4AD
Decimal136180173
Binary100010001011010010101101
Octal210264255

Shades and tints

Shades of #88B4AD

#88B4AD
(136,180,173)
#7CA49E
(124,164,158)
#70948F
(112,148,143)
#648480
(100,132,128)
#587471
(88,116,113)
#4C6462
(76,100,98)
#405453
(64,84,83)
#344444
(52,68,68)
#283435
(40,52,53)
#1C2426
(28,36,38)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #88B4AD

#88B4AD
(136,180,173)
#92BAB4
(146,186,180)
#9CC0BB
(156,192,187)
#A6C6C2
(166,198,194)
#B0CCC9
(176,204,201)
#BAD2D0
(186,210,208)
#C4D8D7
(196,216,215)
#CEDEDE
(206,222,222)
#D8E4E5
(216,228,229)
#E2EAEC
(226,234,236)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B4AD color. Also use rgb(136,180,173) instead hex code.

Text Font Color

.myTextColor { color: #88B4AD; }

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

This text font color is #88B4AD.


Background Color

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

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

This div background color is #88B4AD.


Border color

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

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

This div border color is #88B4AD.


Opacity

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

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

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

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

This text has shadow with #88B4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B4AD on black background.


Color preview on white background

This text has color #88B4AD on white background.



Black color preview on #88B4AD background

This text has black color on #88B4AD background.


White color preview on #88B4AD background

This text has white color on #88B4AD background.