COLOR #B25688

HEX: #B25688
RGB: (178,86,136)

Color info

#B25688 contains mainly red and blue colors. Web safe color of #B25688 is #996699 (or #969).

RGB color model

#B25688 color RGB value is (178,86,136).

  • red value is 178;
  • green value is 86;
  • blue value is 136.
RGB:
(178,86,136)
(70%,34%,53%)

RGB channels and saturation

R 178 of 255 = 70%
G 86 of 255 = 34%
B 136 of 255 = 53%

178
86
136

R + G + B ~ 52%. #B25688 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 86 + 136 = 400 (100%)
R 178 of 400 ~ 44.5%
G 86 of 400 ~ 21.5%
B 136 of 400 ~ 34%

%44.5
%21.5
%34

CMYK color model

#B25688 color CMYK value is (0,52,24,30).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 23.60%
  • key color value is 30.20%
CMYK:
(0,52,24,30)
C0M52Y24K30 
(0%,52%,24%,30%)
(0.00/0.52/0.24/0.30)	

CMYK percentages

%0
%51.69
%23.6
%30.2

Codes

Color #B25688 in popluar color models

B25688
RGB17886136
HSL327°37.40%51.76%
HSB/HSV327°51.69%69.80%
CMYK0.00%51.69%23.60%
30.20%

Color #B25688 in popluar number systems.

HEXB25688
Decimal17886136
Binary10110010101011010001000
Octal262126210

Shades and tints

Shades of #B25688

#B25688
(178,86,136)
#A24F7C
(162,79,124)
#924870
(146,72,112)
#824164
(130,65,100)
#723A58
(114,58,88)
#62334C
(98,51,76)
#522C40
(82,44,64)
#422534
(66,37,52)
#321E28
(50,30,40)
#22171C
(34,23,28)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #B25688

#B25688
(178,86,136)
#B96592
(185,101,146)
#C0749C
(192,116,156)
#C783A6
(199,131,166)
#CE92B0
(206,146,176)
#D5A1BA
(213,161,186)
#DCB0C4
(220,176,196)
#E3BFCE
(227,191,206)
#EACED8
(234,206,216)
#F1DDE2
(241,221,226)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25688 color. Also use rgb(178,86,136) instead hex code.

Text Font Color

.myTextColor { color: #B25688; }

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

This text font color is #B25688.


Background Color

.myBgColor { background-color: #B25688; }

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

This div background color is #B25688.


Border color

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

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

This div border color is #B25688.


Opacity

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

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

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

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

This text has shadow with #B25688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25688 on black background.


Color preview on white background

This text has color #B25688 on white background.



Black color preview on #B25688 background

This text has black color on #B25688 background.


White color preview on #B25688 background

This text has white color on #B25688 background.