COLOR #88B7DD

HEX: #88B7DD
RGB: (136,183,221)

Renk bilgisi

#88B7DD contains mainly green and blue colors. #88B7DD ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#88B7DD color RGB value is (136,183,221).

  • kırmız ton 136;
  • yeşil ton 183;
  • mavi ton 221.
RGB:
(136,183,221)
(53%,72%,87%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 183 of 255 = 72%
B 221 of 255 = 87%

136
183
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 183 + 221 = 540 (100%)
R 136 of 540 ~ 25.19%
G 183 of 540 ~ 33.89%
B 221 of 540 ~ 40.93%

%25.19
%33.89
%40.93

CMYK RENK MODELİ

#88B7DD rengi CMYK tonu (38,17,0,13).

  • camgöbeği tonu 38.46%
  • eflatun tonu 17.19%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(38,17,0,13)
C38M17Y0K13 
(38%,17%,0%,13%)
(0.38/0.17/0.00/0.13)	

CMYK yüzdeleri

%38.46
%17.19
%0
%13.33

Codes

Color #88B7DD in popluar color models

88B7DD
RGB136183221
HSL207°55.56%70.00%
HSB/HSV207°38.46%86.67%
CMYK38.46%17.19%0.00%
13.33%

Color #88B7DD in popluar number systems.

HEX88B7DD
Decimal136183221
Binary100010001011011111011101
Octal210267335

Shades and tints

Shades of #88B7DD

#88B7DD
(136,183,221)
#7CA7C9
(124,167,201)
#7097B5
(112,151,181)
#6487A1
(100,135,161)
#58778D
(88,119,141)
#4C6779
(76,103,121)
#405765
(64,87,101)
#344751
(52,71,81)
#28373D
(40,55,61)
#1C2729
(28,39,41)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #88B7DD

#88B7DD
(136,183,221)
#92BDE0
(146,189,224)
#9CC3E3
(156,195,227)
#A6C9E6
(166,201,230)
#B0CFE9
(176,207,233)
#BAD5EC
(186,213,236)
#C4DBEF
(196,219,239)
#CEE1F2
(206,225,242)
#D8E7F5
(216,231,245)
#E2EDF8
(226,237,248)
#ECF3FB
(236,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B7DD color. Also use rgb(136,183,221) instead hex code.

Text Font Color

.myTextColor { color: #88B7DD; }

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

This text font color is #88B7DD.


Background Color

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

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

This div background color is #88B7DD.


Border color

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

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

This div border color is #88B7DD.


Opacity

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

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

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

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

This text has shadow with #88B7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B7DD on black background.


Color preview on white background

This text has color #88B7DD on white background.



Black color preview on #88B7DD background

This text has black color on #88B7DD background.


White color preview on #88B7DD background

This text has white color on #88B7DD background.