COLOR #88B1E6

HEX: #88B1E6
RGB: (136,177,230)

Renk bilgisi

#88B1E6 contains mainly green and blue colors. #88B1E6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#88B1E6 color RGB value is (136,177,230).

  • kırmız ton 136;
  • yeşil ton 177;
  • mavi ton 230.
RGB:
(136,177,230)
(53%,69%,90%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 177 of 255 = 69%
B 230 of 255 = 90%

136
177
230

R + G + B ~ 71%. #88B1E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 177 + 230 = 543 (100%)
R 136 of 543 ~ 25.05%
G 177 of 543 ~ 32.6%
B 230 of 543 ~ 42.36%

%25.05
%32.6
%42.36

CMYK RENK MODELİ

#88B1E6 rengi CMYK tonu (41,23,0,10).

  • camgöbeği tonu 40.87%
  • eflatun tonu 23.04%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(41,23,0,10)
C41M23Y0K10 
(41%,23%,0%,10%)
(0.41/0.23/0.00/0.10)	

CMYK yüzdeleri

%40.87
%23.04
%0
%9.8

Codes

Color #88B1E6 in popluar color models

88B1E6
RGB136177230
HSL214°65.28%71.76%
HSB/HSV214°40.87%90.20%
CMYK40.87%23.04%0.00%
9.80%

Color #88B1E6 in popluar number systems.

HEX88B1E6
Decimal136177230
Binary100010001011000111100110
Octal210261346

Shades and tints

Shades of #88B1E6

#88B1E6
(136,177,230)
#7CA1D2
(124,161,210)
#7091BE
(112,145,190)
#6481AA
(100,129,170)
#587196
(88,113,150)
#4C6182
(76,97,130)
#40516E
(64,81,110)
#34415A
(52,65,90)
#283146
(40,49,70)
#1C2132
(28,33,50)
#10111E
(16,17,30)
#000000
(0,0,0)

Tints of #88B1E6

#88B1E6
(136,177,230)
#92B8E8
(146,184,232)
#9CBFEA
(156,191,234)
#A6C6EC
(166,198,236)
#B0CDEE
(176,205,238)
#BAD4F0
(186,212,240)
#C4DBF2
(196,219,242)
#CEE2F4
(206,226,244)
#D8E9F6
(216,233,246)
#E2F0F8
(226,240,248)
#ECF7FA
(236,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B1E6 color. Also use rgb(136,177,230) instead hex code.

Text Font Color

.myTextColor { color: #88B1E6; }

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

This text font color is #88B1E6.


Background Color

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

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

This div background color is #88B1E6.


Border color

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

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

This div border color is #88B1E6.


Opacity

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

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

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

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

This text has shadow with #88B1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B1E6 on black background.


Color preview on white background

This text has color #88B1E6 on white background.



Black color preview on #88B1E6 background

This text has black color on #88B1E6 background.


White color preview on #88B1E6 background

This text has white color on #88B1E6 background.