COLOR #88B0C4

HEX: #88B0C4 RGB: (136,176,196)

Color info

#88B0C4 contains mainly green and blue colors. Web safe color of #88B0C4 is #9999CC (or #99C).

RGB color model

#88B0C4 color RGB value is (136,176,196).

RGB: (136,176,196) (53%, 69%, 77%)

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 196 of 255 = 77%

136
176
196

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

Portions of RGB colors in percentages

R + G + B = 136 + 176 + 196 = 508 (100%)
R 136 of 508 ~ 26.77%
G 176 of 508 ~ 34.65%
B 196 of 508 ~ 38.58'%

%26.77
%34.65
%38.58

CMYK color model

#88B0C4 color CMYK value is (31,10,0,23).

  • cyan value is 30.61%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (31,10,0,23)
C31M10Y0K23 (31%, 10%, 0%, 23%)
(0.31 / 0.10 / 0.00 / 0.23)

CMYK percentages

%30.61
%10.2
%0
%23.14

Codes

Color #88B0C4 in popluar color models

88 B0 C4
RGB 136 176 196
HSL 200° 33.71% 65.10%
HSB/HSV 200° 30.61% 76.86%
CMYK 30.61% 10.20% 0.00%
23.14%

Color #88B0C4 in popluar number systems.

HEX 88 B0 C4
Decimal 136 176 196
Binary 10001000 10110000 11000100
Octal 210 260 304

Shades and tints

Shades of #88B0C4

#88B0C4
(136,176,196)
#7CA0B3
(124,160,179)
#7090A2
(112,144,162)
#648091
(100,128,145)
#587080
(88,112,128)
#4C606F
(76,96,111)
#40505E
(64,80,94)
#34404D
(52,64,77)
#28303C
(40,48,60)
#1C202B
(28,32,43)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #88B0C4

#88B0C4
(136,176,196)
#92B7C9
(146,183,201)
#9CBECE
(156,190,206)
#A6C5D3
(166,197,211)
#B0CCD8
(176,204,216)
#BAD3DD
(186,211,221)
#C4DAE2
(196,218,226)
#CEE1E7
(206,225,231)
#D8E8EC
(216,232,236)
#E2EFF1
(226,239,241)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B0C4; }

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

This text font color is #88B0C4.

Background Color

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

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

This div background color is #88B0C4.

Border color

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

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

This div border color is #88B0C4.

Opacity

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

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

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

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

This text has shadow with #88B0C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B0C4.

Preview

Color preview on black background

This text has color #88B0C4 on black background.


Color preview on white background

This text has color #88B0C4 on white background.


Black color preview on #88B0C4 background

This text has black color on #88B0C4 background.


White color preview on #88B0C4 background

This text has white color on #88B0C4 background.


Related colors

Complementary color

Complementary color for #hex is #774F3B.


I love getcolorcode.com

Triadic colors

1 #C488B0 and #B0C488 with #88B0C4 are triadic colors.

2 #C4B088 and #B088C4 with #88B0C4 are triadic colors.