COLOR #88A8C6

HEX: #88A8C6 RGB: (136,168,198)

Color info

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

RGB color model

#88A8C6 color RGB value is (136,168,198).

RGB: (136,168,198) (53%, 66%, 78%)

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 198 of 255 = 78%

136
168
198

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

Portions of RGB colors in percentages

R + G + B = 136 + 168 + 198 = 502 (100%)
R 136 of 502 ~ 27.09%
G 168 of 502 ~ 33.47%
B 198 of 502 ~ 39.44'%

%27.09
%33.47
%39.44

CMYK color model

#88A8C6 color CMYK value is (31,15,0,22).

  • cyan value is 31.31%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (31,15,0,22)
C31M15Y0K22 (31%, 15%, 0%, 22%)
(0.31 / 0.15 / 0.00 / 0.22)

CMYK percentages

%31.31
%15.15
%0
%22.35

Codes

Color #88A8C6 in popluar color models

88 A8 C6
RGB 136 168 198
HSL 209° 35.23% 65.49%
HSB/HSV 209° 31.31% 77.65%
CMYK 31.31% 15.15% 0.00%
22.35%

Color #88A8C6 in popluar number systems.

HEX 88 A8 C6
Decimal 136 168 198
Binary 10001000 10101000 11000110
Octal 210 250 306

Shades and tints

Shades of #88A8C6

#88A8C6
(136,168,198)
#7C99B4
(124,153,180)
#708AA2
(112,138,162)
#647B90
(100,123,144)
#586C7E
(88,108,126)
#4C5D6C
(76,93,108)
#404E5A
(64,78,90)
#343F48
(52,63,72)
#283036
(40,48,54)
#1C2124
(28,33,36)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #88A8C6

#88A8C6
(136,168,198)
#92AFCB
(146,175,203)
#9CB6D0
(156,182,208)
#A6BDD5
(166,189,213)
#B0C4DA
(176,196,218)
#BACBDF
(186,203,223)
#C4D2E4
(196,210,228)
#CED9E9
(206,217,233)
#D8E0EE
(216,224,238)
#E2E7F3
(226,231,243)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A8C6 color. Also use rgb(136,168,198) instead hex code.

Text Font Color

.myTextColor { color: #88A8C6; }

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

This text font color is #88A8C6.

Background Color

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

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

This div background color is #88A8C6.

Border color

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

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

This div border color is #88A8C6.

Opacity

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

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

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

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

This text has shadow with #88A8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A8C6.

Preview

Color preview on black background

This text has color #88A8C6 on black background.


Color preview on white background

This text has color #88A8C6 on white background.


Black color preview on #88A8C6 background

This text has black color on #88A8C6 background.


White color preview on #88A8C6 background

This text has white color on #88A8C6 background.


Related colors

Complementary color

Complementary color for #hex is #775739.


I love getcolorcode.com

Triadic colors

1 #C688A8 and #A8C688 with #88A8C6 are triadic colors.

2 #C6A888 and #A888C6 with #88A8C6 are triadic colors.