COLOR #B2BE9E

HEX: #B2BE9E
RGB: (178,190,158)

Color info

#B2BE9E contains red, green and blue colors in about the same proportion. Web safe color of #B2BE9E is #99CC99 (or #9C9).

RGB color model

#B2BE9E color RGB value is (178,190,158).

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

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 158 of 255 = 62%

178
190
158

R + G + B ~ 69%. #B2BE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 158 = 526 (100%)
R 178 of 526 ~ 33.84%
G 190 of 526 ~ 36.12%
B 158 of 526 ~ 30.04%

%33.84
%36.12
%30.04

CMYK color model

#B2BE9E color CMYK value is (6,0,17,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 25.49%
CMYK:
(6,0,17,25)
C6M0Y17K25 
(6%,0%,17%,25%)
(0.06/0.00/0.17/0.25)	

CMYK percentages

%6.32
%0
%16.84
%25.49

Codes

Color #B2BE9E in popluar color models

B2BE9E
RGB178190158
HSL83°19.75%68.24%
HSB/HSV83°16.84%74.51%
CMYK6.32%0.00%16.84%
25.49%

Color #B2BE9E in popluar number systems.

HEXB2BE9E
Decimal178190158
Binary101100101011111010011110
Octal262276236

Shades and tints

Shades of #B2BE9E

#B2BE9E
(178,190,158)
#A2AD90
(162,173,144)
#929C82
(146,156,130)
#828B74
(130,139,116)
#727A66
(114,122,102)
#626958
(98,105,88)
#52584A
(82,88,74)
#42473C
(66,71,60)
#32362E
(50,54,46)
#222520
(34,37,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #B2BE9E

#B2BE9E
(178,190,158)
#B9C3A6
(185,195,166)
#C0C8AE
(192,200,174)
#C7CDB6
(199,205,182)
#CED2BE
(206,210,190)
#D5D7C6
(213,215,198)
#DCDCCE
(220,220,206)
#E3E1D6
(227,225,214)
#EAE6DE
(234,230,222)
#F1EBE6
(241,235,230)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BE9E; }

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

This text font color is #B2BE9E.


Background Color

.myBgColor { background-color: #B2BE9E; }

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

This div background color is #B2BE9E.


Border color

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

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

This div border color is #B2BE9E.


Opacity

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

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

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

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

This text has shadow with #B2BE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BE9E on black background.


Color preview on white background

This text has color #B2BE9E on white background.



Black color preview on #B2BE9E background

This text has black color on #B2BE9E background.


White color preview on #B2BE9E background

This text has white color on #B2BE9E background.