COLOR #88B2E3

HEX: #88B2E3
RGB: (136,178,227)

Renk bilgisi

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

RGB renk modeli

#88B2E3 color RGB value is (136,178,227).

  • kırmız ton 136;
  • yeşil ton 178;
  • mavi ton 227.
RGB:
(136,178,227)
(53%,70%,89%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 178 of 255 = 70%
B 227 of 255 = 89%

136
178
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 178 + 227 = 541 (100%)
R 136 of 541 ~ 25.14%
G 178 of 541 ~ 32.9%
B 227 of 541 ~ 41.96%

%25.14
%32.9
%41.96

CMYK RENK MODELİ

#88B2E3 rengi CMYK tonu (40,22,0,11).

  • camgöbeği tonu 40.09%
  • eflatun tonu 21.59%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(40,22,0,11)
C40M22Y0K11 
(40%,22%,0%,11%)
(0.40/0.22/0.00/0.11)	

CMYK yüzdeleri

%40.09
%21.59
%0
%10.98

Codes

Color #88B2E3 in popluar color models

88B2E3
RGB136178227
HSL212°61.90%71.18%
HSB/HSV212°40.09%89.02%
CMYK40.09%21.59%0.00%
10.98%

Color #88B2E3 in popluar number systems.

HEX88B2E3
Decimal136178227
Binary100010001011001011100011
Octal210262343

Shades and tints

Shades of #88B2E3

#88B2E3
(136,178,227)
#7CA2CF
(124,162,207)
#7092BB
(112,146,187)
#6482A7
(100,130,167)
#587293
(88,114,147)
#4C627F
(76,98,127)
#40526B
(64,82,107)
#344257
(52,66,87)
#283243
(40,50,67)
#1C222F
(28,34,47)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #88B2E3

#88B2E3
(136,178,227)
#92B9E5
(146,185,229)
#9CC0E7
(156,192,231)
#A6C7E9
(166,199,233)
#B0CEEB
(176,206,235)
#BAD5ED
(186,213,237)
#C4DCEF
(196,220,239)
#CEE3F1
(206,227,241)
#D8EAF3
(216,234,243)
#E2F1F5
(226,241,245)
#ECF8F7
(236,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B2E3 color. Also use rgb(136,178,227) instead hex code.

Text Font Color

.myTextColor { color: #88B2E3; }

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

This text font color is #88B2E3.


Background Color

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

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

This div background color is #88B2E3.


Border color

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

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

This div border color is #88B2E3.


Opacity

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

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

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

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

This text has shadow with #88B2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B2E3 on black background.


Color preview on white background

This text has color #88B2E3 on white background.



Black color preview on #88B2E3 background

This text has black color on #88B2E3 background.


White color preview on #88B2E3 background

This text has white color on #88B2E3 background.