COLOR #88B0CC

HEX: #88B0CC
RGB: (136,176,204)

Renk bilgisi

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

RGB renk modeli

#88B0CC color RGB value is (136,176,204).

  • kırmız ton 136;
  • yeşil ton 176;
  • mavi ton 204.
RGB:
(136,176,204)
(53%,69%,80%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 176 of 255 = 69%
B 204 of 255 = 80%

136
176
204

R + G + B ~ 67%. #88B0CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 176 + 204 = 516 (100%)
R 136 of 516 ~ 26.36%
G 176 of 516 ~ 34.11%
B 204 of 516 ~ 39.53%

%26.36
%34.11
%39.53

CMYK RENK MODELİ

#88B0CC rengi CMYK tonu (33,14,0,20).

  • camgöbeği tonu 33.33%
  • eflatun tonu 13.73%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(33,14,0,20)
C33M14Y0K20 
(33%,14%,0%,20%)
(0.33/0.14/0.00/0.20)	

CMYK yüzdeleri

%33.33
%13.73
%0
%20

Codes

Color #88B0CC in popluar color models

88B0CC
RGB136176204
HSL205°40.00%66.67%
HSB/HSV205°33.33%80.00%
CMYK33.33%13.73%0.00%
20.00%

Color #88B0CC in popluar number systems.

HEX88B0CC
Decimal136176204
Binary100010001011000011001100
Octal210260314

Shades and tints

Shades of #88B0CC

#88B0CC
(136,176,204)
#7CA0BA
(124,160,186)
#7090A8
(112,144,168)
#648096
(100,128,150)
#587084
(88,112,132)
#4C6072
(76,96,114)
#405060
(64,80,96)
#34404E
(52,64,78)
#28303C
(40,48,60)
#1C202A
(28,32,42)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #88B0CC

#88B0CC
(136,176,204)
#92B7D0
(146,183,208)
#9CBED4
(156,190,212)
#A6C5D8
(166,197,216)
#B0CCDC
(176,204,220)
#BAD3E0
(186,211,224)
#C4DAE4
(196,218,228)
#CEE1E8
(206,225,232)
#D8E8EC
(216,232,236)
#E2EFF0
(226,239,240)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B0CC color. Also use rgb(136,176,204) instead hex code.

Text Font Color

.myTextColor { color: #88B0CC; }

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

This text font color is #88B0CC.


Background Color

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

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

This div background color is #88B0CC.


Border color

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

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

This div border color is #88B0CC.


Opacity

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

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

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

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

This text has shadow with #88B0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B0CC on black background.


Color preview on white background

This text has color #88B0CC on white background.



Black color preview on #88B0CC background

This text has black color on #88B0CC background.


White color preview on #88B0CC background

This text has white color on #88B0CC background.