COLOR #B297BE

HEX: #B297BE
RGB: (178,151,190)

Color info

#B297BE contains red, green and blue colors in about the same proportion. Web safe color of #B297BE is #9999CC (or #99C).

RGB color model

#B297BE color RGB value is (178,151,190).

  • red value is 178;
  • green value is 151;
  • blue value is 190.
RGB:
(178,151,190)
(70%,59%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 151 of 255 = 59%
B 190 of 255 = 75%

178
151
190

R + G + B ~ 68%. #B297BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 151 + 190 = 519 (100%)
R 178 of 519 ~ 34.3%
G 151 of 519 ~ 29.09%
B 190 of 519 ~ 36.61%

%34.3
%29.09
%36.61

CMYK color model

#B297BE color CMYK value is (6,21,0,25).

  • cyan value is 6.32%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(6,21,0,25)
C6M21Y0K25 
(6%,21%,0%,25%)
(0.06/0.21/0.00/0.25)	

CMYK percentages

%6.32
%20.53
%0
%25.49

Codes

Color #B297BE in popluar color models

B297BE
RGB178151190
HSL282°23.08%66.86%
HSB/HSV282°20.53%74.51%
CMYK6.32%20.53%0.00%
25.49%

Color #B297BE in popluar number systems.

HEXB297BE
Decimal178151190
Binary101100101001011110111110
Octal262227276

Shades and tints

Shades of #B297BE

#B297BE
(178,151,190)
#A28AAD
(162,138,173)
#927D9C
(146,125,156)
#82708B
(130,112,139)
#72637A
(114,99,122)
#625669
(98,86,105)
#524958
(82,73,88)
#423C47
(66,60,71)
#322F36
(50,47,54)
#222225
(34,34,37)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #B297BE

#B297BE
(178,151,190)
#B9A0C3
(185,160,195)
#C0A9C8
(192,169,200)
#C7B2CD
(199,178,205)
#CEBBD2
(206,187,210)
#D5C4D7
(213,196,215)
#DCCDDC
(220,205,220)
#E3D6E1
(227,214,225)
#EADFE6
(234,223,230)
#F1E8EB
(241,232,235)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B297BE color. Also use rgb(178,151,190) instead hex code.

Text Font Color

.myTextColor { color: #B297BE; }

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

This text font color is #B297BE.


Background Color

.myBgColor { background-color: #B297BE; }

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

This div background color is #B297BE.


Border color

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

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

This div border color is #B297BE.


Opacity

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

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

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

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

This text has shadow with #B297BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B297BE on black background.


Color preview on white background

This text has color #B297BE on white background.



Black color preview on #B297BE background

This text has black color on #B297BE background.


White color preview on #B297BE background

This text has white color on #B297BE background.