COLOR #88AFC5

HEX: #88AFC5
RGB: (136,175,197)

Color info

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

RGB color model

#88AFC5 color RGB value is (136,175,197).

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

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 197 of 255 = 77%

136
175
197

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

Portions of RGB colors in percentages

R + G + B =
136 + 175 + 197 = 508 (100%)
R 136 of 508 ~ 26.77%
G 175 of 508 ~ 34.45%
B 197 of 508 ~ 38.78%

%26.77
%34.45
%38.78

CMYK color model

#88AFC5 color CMYK value is (31,11,0,23).

  • cyan value is 30.96%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(31,11,0,23)
C31M11Y0K23 
(31%,11%,0%,23%)
(0.31/0.11/0.00/0.23)	

CMYK percentages

%30.96
%11.17
%0
%22.75

Codes

Color #88AFC5 in popluar color models

88AFC5
RGB136175197
HSL202°34.46%65.29%
HSB/HSV202°30.96%77.25%
CMYK30.96%11.17%0.00%
22.75%

Color #88AFC5 in popluar number systems.

HEX88AFC5
Decimal136175197
Binary100010001010111111000101
Octal210257305

Shades and tints

Shades of #88AFC5

#88AFC5
(136,175,197)
#7CA0B4
(124,160,180)
#7091A3
(112,145,163)
#648292
(100,130,146)
#587381
(88,115,129)
#4C6470
(76,100,112)
#40555F
(64,85,95)
#34464E
(52,70,78)
#28373D
(40,55,61)
#1C282C
(28,40,44)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #88AFC5

#88AFC5
(136,175,197)
#92B6CA
(146,182,202)
#9CBDCF
(156,189,207)
#A6C4D4
(166,196,212)
#B0CBD9
(176,203,217)
#BAD2DE
(186,210,222)
#C4D9E3
(196,217,227)
#CEE0E8
(206,224,232)
#D8E7ED
(216,231,237)
#E2EEF2
(226,238,242)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AFC5; }

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

This text font color is #88AFC5.


Background Color

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

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

This div background color is #88AFC5.


Border color

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

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

This div border color is #88AFC5.


Opacity

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

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

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

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

This text has shadow with #88AFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AFC5 on black background.


Color preview on white background

This text has color #88AFC5 on white background.



Black color preview on #88AFC5 background

This text has black color on #88AFC5 background.


White color preview on #88AFC5 background

This text has white color on #88AFC5 background.