COLOR #B788AA

HEX: #B788AA
RGB: (183,136,170)

Color info

#B788AA contains red, green and blue colors in about the same proportion. Web safe color of #B788AA is #CC9999 (or #C99).

RGB color model

#B788AA color RGB value is (183,136,170).

  • red value is 183;
  • green value is 136;
  • blue value is 170.
RGB:
(183,136,170)
(72%,53%,67%)

RGB channels and saturation

R 183 of 255 = 72%
G 136 of 255 = 53%
B 170 of 255 = 67%

183
136
170

R + G + B ~ 64%. #B788AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 136 + 170 = 489 (100%)
R 183 of 489 ~ 37.42%
G 136 of 489 ~ 27.81%
B 170 of 489 ~ 34.76%

%37.42
%27.81
%34.76

CMYK color model

#B788AA color CMYK value is (0,26,7,28).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 7.10%
  • key color value is 28.24%
CMYK:
(0,26,7,28)
C0M26Y7K28 
(0%,26%,7%,28%)
(0.00/0.26/0.07/0.28)	

CMYK percentages

%0
%25.68
%7.1
%28.24

Codes

Color #B788AA in popluar color models

B788AA
RGB183136170
HSL317°24.61%62.55%
HSB/HSV317°25.68%71.76%
CMYK0.00%25.68%7.10%
28.24%

Color #B788AA in popluar number systems.

HEXB788AA
Decimal183136170
Binary101101111000100010101010
Octal267210252

Shades and tints

Shades of #B788AA

#B788AA
(183,136,170)
#A77C9B
(167,124,155)
#97708C
(151,112,140)
#87647D
(135,100,125)
#77586E
(119,88,110)
#674C5F
(103,76,95)
#574050
(87,64,80)
#473441
(71,52,65)
#372832
(55,40,50)
#271C23
(39,28,35)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #B788AA

#B788AA
(183,136,170)
#BD92B1
(189,146,177)
#C39CB8
(195,156,184)
#C9A6BF
(201,166,191)
#CFB0C6
(207,176,198)
#D5BACD
(213,186,205)
#DBC4D4
(219,196,212)
#E1CEDB
(225,206,219)
#E7D8E2
(231,216,226)
#EDE2E9
(237,226,233)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B788AA color. Also use rgb(183,136,170) instead hex code.

Text Font Color

.myTextColor { color: #B788AA; }

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

This text font color is #B788AA.


Background Color

.myBgColor { background-color: #B788AA; }

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

This div background color is #B788AA.


Border color

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

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

This div border color is #B788AA.


Opacity

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

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

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

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

This text has shadow with #B788AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B788AA on black background.


Color preview on white background

This text has color #B788AA on white background.



Black color preview on #B788AA background

This text has black color on #B788AA background.


White color preview on #B788AA background

This text has white color on #B788AA background.