COLOR #88AFC6

HEX: #88AFC6
RGB: (136,175,198)

Color info

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

RGB color model

#88AFC6 color RGB value is (136,175,198).

  • red value is 136;
  • green value is 175;
  • blue value is 198.
RGB:
(136,175,198)
(53%,69%,78%)

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 198 of 255 = 78%

136
175
198

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

Portions of RGB colors in percentages

R + G + B =
136 + 175 + 198 = 509 (100%)
R 136 of 509 ~ 26.72%
G 175 of 509 ~ 34.38%
B 198 of 509 ~ 38.9%

%26.72
%34.38
%38.9

CMYK color model

#88AFC6 color CMYK value is (31,12,0,22).

  • cyan value is 31.31%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(31,12,0,22)
C31M12Y0K22 
(31%,12%,0%,22%)
(0.31/0.12/0.00/0.22)	

CMYK percentages

%31.31
%11.62
%0
%22.35

Codes

Color #88AFC6 in popluar color models

88AFC6
RGB136175198
HSL202°35.23%65.49%
HSB/HSV202°31.31%77.65%
CMYK31.31%11.62%0.00%
22.35%

Color #88AFC6 in popluar number systems.

HEX88AFC6
Decimal136175198
Binary100010001010111111000110
Octal210257306

Shades and tints

Shades of #88AFC6

#88AFC6
(136,175,198)
#7CA0B4
(124,160,180)
#7091A2
(112,145,162)
#648290
(100,130,144)
#58737E
(88,115,126)
#4C646C
(76,100,108)
#40555A
(64,85,90)
#344648
(52,70,72)
#283736
(40,55,54)
#1C2824
(28,40,36)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #88AFC6

#88AFC6
(136,175,198)
#92B6CB
(146,182,203)
#9CBDD0
(156,189,208)
#A6C4D5
(166,196,213)
#B0CBDA
(176,203,218)
#BAD2DF
(186,210,223)
#C4D9E4
(196,217,228)
#CEE0E9
(206,224,233)
#D8E7EE
(216,231,238)
#E2EEF3
(226,238,243)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AFC6; }

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

This text font color is #88AFC6.


Background Color

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

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

This div background color is #88AFC6.


Border color

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

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

This div border color is #88AFC6.


Opacity

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

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

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

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

This text has shadow with #88AFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AFC6 on black background.


Color preview on white background

This text has color #88AFC6 on white background.



Black color preview on #88AFC6 background

This text has black color on #88AFC6 background.


White color preview on #88AFC6 background

This text has white color on #88AFC6 background.