COLOR #B7BEAD

HEX: #B7BEAD RGB: (183,190,173)

Color info

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

RGB color model

#B7BEAD color RGB value is (183,190,173).

RGB: (183,190,173) (72%, 75%, 68%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 173 of 255 = 68%

183
190
173

R + G + B ~ 72%. #B7BEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 190 + 173 = 546 (100%)
R 183 of 546 ~ 33.52%
G 190 of 546 ~ 34.8%
B 173 of 546 ~ 31.68'%

%33.52
%34.8
%31.68

CMYK color model

#B7BEAD color CMYK value is (4,0,9,25).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK: (4,0,9,25) C4M0Y9K25 (4%,0%,9%,25%) (0.04/0.00/0.09/0.25) 

CMYK percentages

%3.68
%0
%8.95
%25.49

Codes

Color #B7BEAD in popluar color models

B7 BE AD
RGB 183 190 173
HSL 85° 11.56% 71.18%
HSB/HSV 85° 8.95% 74.51%
CMYK 3.68% 0.00% 8.95%
25.49%

Color #B7BEAD in popluar number systems.

HEX B7 BE AD
Decimal 183 190 173
Binary 10110111 10111110 10101101
Octal 267 276 255

Shades and tints

Shades of #B7BEAD

#B7BEAD
(183,190,173)
#A7AD9E
(167,173,158)
#979C8F
(151,156,143)
#878B80
(135,139,128)
#777A71
(119,122,113)
#676962
(103,105,98)
#575853
(87,88,83)
#474744
(71,71,68)
#373635
(55,54,53)
#272526
(39,37,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #B7BEAD

#B7BEAD
(183,190,173)
#BDC3B4
(189,195,180)
#C3C8BB
(195,200,187)
#C9CDC2
(201,205,194)
#CFD2C9
(207,210,201)
#D5D7D0
(213,215,208)
#DBDCD7
(219,220,215)
#E1E1DE
(225,225,222)
#E7E6E5
(231,230,229)
#EDEBEC
(237,235,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BEAD; }

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

This text font color is #B7BEAD.

Background Color

.myBgColor { background-color: #B7BEAD; }

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

This div background color is #B7BEAD.

Border color

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

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

This div border color is #B7BEAD.

Opacity

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

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

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

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

This text has shadow with #B7BEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BEAD.

Preview

Color preview on black background

This text has color #B7BEAD on black background.


Color preview on white background

This text has color #B7BEAD on white background.


Black color preview on #B7BEAD background

This text has black color on #B7BEAD background.


White color preview on #B7BEAD background

This text has white color on #B7BEAD background.


Related colors

Complementary color

Complementary color for #hex is #484152.


I love getcolorcode.com

Triadic colors

1 #ADB7BE and #BEADB7 with #B7BEAD are triadic colors.

2 #ADBEB7 and #BEB7AD with #B7BEAD are triadic colors.