COLOR #88B4BD

HEX: #88B4BD
RGB: (136,180,189)

Renk bilgisi

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

RGB renk modeli

#88B4BD color RGB value is (136,180,189).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 180 of 255 = 71%
B 189 of 255 = 74%

136
180
189

R + G + B ~ 66%. #88B4BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 180 + 189 = 505 (100%)
R 136 of 505 ~ 26.93%
G 180 of 505 ~ 35.64%
B 189 of 505 ~ 37.43%

%26.93
%35.64
%37.43

CMYK RENK MODELİ

#88B4BD rengi CMYK tonu (28,5,0,26).

  • camgöbeği tonu 28.04%
  • eflatun tonu 4.76%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(28,5,0,26)
C28M5Y0K26 
(28%,5%,0%,26%)
(0.28/0.05/0.00/0.26)	

CMYK yüzdeleri

%28.04
%4.76
%0
%25.88

Codes

Color #88B4BD in popluar color models

88B4BD
RGB136180189
HSL190°28.65%63.73%
HSB/HSV190°28.04%74.12%
CMYK28.04%4.76%0.00%
25.88%

Color #88B4BD in popluar number systems.

HEX88B4BD
Decimal136180189
Binary100010001011010010111101
Octal210264275

Shades and tints

Shades of #88B4BD

#88B4BD
(136,180,189)
#7CA4AC
(124,164,172)
#70949B
(112,148,155)
#64848A
(100,132,138)
#587479
(88,116,121)
#4C6468
(76,100,104)
#405457
(64,84,87)
#344446
(52,68,70)
#283435
(40,52,53)
#1C2424
(28,36,36)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #88B4BD

#88B4BD
(136,180,189)
#92BAC3
(146,186,195)
#9CC0C9
(156,192,201)
#A6C6CF
(166,198,207)
#B0CCD5
(176,204,213)
#BAD2DB
(186,210,219)
#C4D8E1
(196,216,225)
#CEDEE7
(206,222,231)
#D8E4ED
(216,228,237)
#E2EAF3
(226,234,243)
#ECF0F9
(236,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B4BD; }

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

This text font color is #88B4BD.


Background Color

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

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

This div background color is #88B4BD.


Border color

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

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

This div border color is #88B4BD.


Opacity

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

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

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

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

This text has shadow with #88B4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B4BD on black background.


Color preview on white background

This text has color #88B4BD on white background.



Black color preview on #88B4BD background

This text has black color on #88B4BD background.


White color preview on #88B4BD background

This text has white color on #88B4BD background.