COLOR #88A4CF

HEX: #88A4CF RGB: (136,164,207)

Color info

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

RGB color model

#88A4CF color RGB value is (136,164,207).

RGB: (136,164,207) (53%, 64%, 81%)

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 207 of 255 = 81%

136
164
207

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

Portions of RGB colors in percentages

R + G + B = 136 + 164 + 207 = 507 (100%)
R 136 of 507 ~ 26.82%
G 164 of 507 ~ 32.35%
B 207 of 507 ~ 40.83'%

%26.82
%32.35
%40.83

CMYK color model

#88A4CF color CMYK value is (34,21,0,19).

  • cyan value is 34.30%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (34,21,0,19)
C34M21Y0K19 (34%, 21%, 0%, 19%)
(0.34 / 0.21 / 0.00 / 0.19)

CMYK percentages

%34.3
%20.77
%0
%18.82

Codes

Color #88A4CF in popluar color models

88 A4 CF
RGB 136 164 207
HSL 216° 42.51% 67.25%
HSB/HSV 216° 34.30% 81.18%
CMYK 34.30% 20.77% 0.00%
18.82%

Color #88A4CF in popluar number systems.

HEX 88 A4 CF
Decimal 136 164 207
Binary 10001000 10100100 11001111
Octal 210 244 317

Shades and tints

Shades of #88A4CF

#88A4CF
(136,164,207)
#7C96BD
(124,150,189)
#7088AB
(112,136,171)
#647A99
(100,122,153)
#586C87
(88,108,135)
#4C5E75
(76,94,117)
#405063
(64,80,99)
#344251
(52,66,81)
#28343F
(40,52,63)
#1C262D
(28,38,45)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #88A4CF

#88A4CF
(136,164,207)
#92ACD3
(146,172,211)
#9CB4D7
(156,180,215)
#A6BCDB
(166,188,219)
#B0C4DF
(176,196,223)
#BACCE3
(186,204,227)
#C4D4E7
(196,212,231)
#CEDCEB
(206,220,235)
#D8E4EF
(216,228,239)
#E2ECF3
(226,236,243)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A4CF color. Also use rgb(136,164,207) instead hex code.

Text Font Color

.myTextColor { color: #88A4CF; }

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

This text font color is #88A4CF.

Background Color

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

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

This div background color is #88A4CF.

Border color

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

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

This div border color is #88A4CF.

Opacity

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

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

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

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

This text has shadow with #88A4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A4CF.

Preview

Color preview on black background

This text has color #88A4CF on black background.


Color preview on white background

This text has color #88A4CF on white background.


Black color preview on #88A4CF background

This text has black color on #88A4CF background.


White color preview on #88A4CF background

This text has white color on #88A4CF background.


Related colors

Complementary color

Complementary color for #hex is #775B30.


I love getcolorcode.com

Triadic colors

1 #CF88A4 and #A4CF88 with #88A4CF are triadic colors.

2 #CFA488 and #A488CF with #88A4CF are triadic colors.