COLOR #B7BEA3

HEX: #B7BEA3 RGB: (183,190,163)

Color info

#B7BEA3 contains red, green and blue colors in about the same proportion. Web safe color of #B7BEA3 is #CCCC99 (or #CC9).

RGB color model

#B7BEA3 color RGB value is (183,190,163).

RGB: (183,190,163) (72%, 75%, 64%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 163 of 255 = 64%

183
190
163

R + G + B ~ 70%. #B7BEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 190 + 163 = 536 (100%)
R 183 of 536 ~ 34.14%
G 190 of 536 ~ 35.45%
B 163 of 536 ~ 30.41'%

%34.14
%35.45
%30.41

CMYK color model

#B7BEA3 color CMYK value is (4,0,14,25).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 25.49%

CMYK: (4,0,14,25)
C4M0Y14K25 (4%, 0%, 14%, 25%)
(0.04 / 0.00 / 0.14 / 0.25)

CMYK percentages

%3.68
%0
%14.21
%25.49

Codes

Color #B7BEA3 in popluar color models

B7 BE A3
RGB 183 190 163
HSL 76° 17.20% 69.22%
HSB/HSV 76° 14.21% 74.51%
CMYK 3.68% 0.00% 14.21%
25.49%

Color #B7BEA3 in popluar number systems.

HEX B7 BE A3
Decimal 183 190 163
Binary 10110111 10111110 10100011
Octal 267 276 243

Shades and tints

Shades of #B7BEA3

#B7BEA3
(183,190,163)
#A7AD95
(167,173,149)
#979C87
(151,156,135)
#878B79
(135,139,121)
#777A6B
(119,122,107)
#67695D
(103,105,93)
#57584F
(87,88,79)
#474741
(71,71,65)
#373633
(55,54,51)
#272525
(39,37,37)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #B7BEA3

#B7BEA3
(183,190,163)
#BDC3AB
(189,195,171)
#C3C8B3
(195,200,179)
#C9CDBB
(201,205,187)
#CFD2C3
(207,210,195)
#D5D7CB
(213,215,203)
#DBDCD3
(219,220,211)
#E1E1DB
(225,225,219)
#E7E6E3
(231,230,227)
#EDEBEB
(237,235,235)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BEA3 color. Also use rgb(183,190,163) instead hex code.

Text Font Color

.myTextColor { color: #B7BEA3; }

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

This text font color is #B7BEA3.

Background Color

.myBgColor { background-color: #B7BEA3; }

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

This div background color is #B7BEA3.

Border color

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

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

This div border color is #B7BEA3.

Opacity

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

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

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

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

This text has shadow with #B7BEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BEA3.

Preview

Color preview on black background

This text has color #B7BEA3 on black background.


Color preview on white background

This text has color #B7BEA3 on white background.


Black color preview on #B7BEA3 background

This text has black color on #B7BEA3 background.


White color preview on #B7BEA3 background

This text has white color on #B7BEA3 background.


Related colors

Complementary color

Complementary color for #hex is #48415C.


I love getcolorcode.com

Triadic colors

1 #A3B7BE and #BEA3B7 with #B7BEA3 are triadic colors.

2 #A3BEB7 and #BEB7A3 with #B7BEA3 are triadic colors.