COLOR #B088C5

HEX: #B088C5 RGB: (176,136,197)

Color info

#B088C5 contains mainly red and blue colors. Web safe color of #B088C5 is #9999CC (or #99C).

RGB color model

#B088C5 color RGB value is (176,136,197).

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

RGB channels and saturation

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

176
136
197

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

Portions of RGB colors in percentages

R + G + B = 176 + 136 + 197 = 509 (100%)
R 176 of 509 ~ 34.58%
G 136 of 509 ~ 26.72%
B 197 of 509 ~ 38.7'%

%34.58
%26.72
%38.7

CMYK color model

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

  • cyan value is 10.66%
  • magenta value is 30.96%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (11,31,0,23)
C11M31Y0K23 (11%, 31%, 0%, 23%)
(0.11 / 0.31 / 0.00 / 0.23)

CMYK percentages

%10.66
%30.96
%0
%22.75

Codes

Color #B088C5 in popluar color models

B0 88 C5
RGB 176 136 197
HSL 279° 34.46% 65.29%
HSB/HSV 279° 30.96% 77.25%
CMYK 10.66% 30.96% 0.00%
22.75%

Color #B088C5 in popluar number systems.

HEX B0 88 C5
Decimal 176 136 197
Binary 10110000 10001000 11000101
Octal 260 210 305

Shades and tints

Shades of #B088C5

#B088C5
(176,136,197)
#A07CB4
(160,124,180)
#9070A3
(144,112,163)
#806492
(128,100,146)
#705881
(112,88,129)
#604C70
(96,76,112)
#50405F
(80,64,95)
#40344E
(64,52,78)
#30283D
(48,40,61)
#201C2C
(32,28,44)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #B088C5

#B088C5
(176,136,197)
#B792CA
(183,146,202)
#BE9CCF
(190,156,207)
#C5A6D4
(197,166,212)
#CCB0D9
(204,176,217)
#D3BADE
(211,186,222)
#DAC4E3
(218,196,227)
#E1CEE8
(225,206,232)
#E8D8ED
(232,216,237)
#EFE2F2
(239,226,242)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B088C5; }

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

This text font color is #B088C5.

Background Color

.myBgColor { background-color: #B088C5; }

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

This div background color is #B088C5.

Border color

.myBorderColor { border: 1px solid #B088C5; }

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

This div border color is #B088C5.

Opacity

.myOpacity80 { color: #B088C5; opacity: 0.8; }

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

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

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

This text has shadow with #B088C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B088C5.

Preview

Color preview on black background

This text has color #B088C5 on black background.


Color preview on white background

This text has color #B088C5 on white background.


Black color preview on #B088C5 background

This text has black color on #B088C5 background.


White color preview on #B088C5 background

This text has white color on #B088C5 background.


Related colors

Complementary color

Complementary color for #hex is #4F773A.


I love getcolorcode.com

Triadic colors

1 #C5B088 and #88C5B0 with #B088C5 are triadic colors.

2 #C588B0 and #88B0C5 with #B088C5 are triadic colors.