COLOR #B7BD88

HEX: #B7BD88 RGB: (183,189,136)

Color info

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

RGB color model

#B7BD88 color RGB value is (183,189,136).

RGB: (183,189,136) (72%, 74%, 53%)

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 136 of 255 = 53%

183
189
136

R + G + B ~ 66%. #B7BD88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 189 + 136 = 508 (100%)
R 183 of 508 ~ 36.02%
G 189 of 508 ~ 37.2%
B 136 of 508 ~ 26.77'%

%36.02
%37.2
%26.77

CMYK color model

#B7BD88 color CMYK value is (3,0,28,26).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 28.04%
  • key color value is 25.88%

CMYK: (3,0,28,26)
C3M0Y28K26 (3%, 0%, 28%, 26%)
(0.03 / 0.00 / 0.28 / 0.26)

CMYK percentages

%3.17
%0
%28.04
%25.88

Codes

Color #B7BD88 in popluar color models

B7 BD 88
RGB 183 189 136
HSL 67° 28.65% 63.73%
HSB/HSV 67° 28.04% 74.12%
CMYK 3.17% 0.00% 28.04%
25.88%

Color #B7BD88 in popluar number systems.

HEX B7 BD 88
Decimal 183 189 136
Binary 10110111 10111101 10001000
Octal 267 275 210

Shades and tints

Shades of #B7BD88

#B7BD88
(183,189,136)
#A7AC7C
(167,172,124)
#979B70
(151,155,112)
#878A64
(135,138,100)
#777958
(119,121,88)
#67684C
(103,104,76)
#575740
(87,87,64)
#474634
(71,70,52)
#373528
(55,53,40)
#27241C
(39,36,28)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #B7BD88

#B7BD88
(183,189,136)
#BDC392
(189,195,146)
#C3C99C
(195,201,156)
#C9CFA6
(201,207,166)
#CFD5B0
(207,213,176)
#D5DBBA
(213,219,186)
#DBE1C4
(219,225,196)
#E1E7CE
(225,231,206)
#E7EDD8
(231,237,216)
#EDF3E2
(237,243,226)
#F3F9EC
(243,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BD88 color. Also use rgb(183,189,136) instead hex code.

Text Font Color

.myTextColor { color: #B7BD88; }

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

This text font color is #B7BD88.

Background Color

.myBgColor { background-color: #B7BD88; }

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

This div background color is #B7BD88.

Border color

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

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

This div border color is #B7BD88.

Opacity

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

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

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

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

This text has shadow with #B7BD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BD88.

Preview

Color preview on black background

This text has color #B7BD88 on black background.


Color preview on white background

This text has color #B7BD88 on white background.


Black color preview on #B7BD88 background

This text has black color on #B7BD88 background.


White color preview on #B7BD88 background

This text has white color on #B7BD88 background.


Related colors

Complementary color

Complementary color for #hex is #484277.


I love getcolorcode.com

Triadic colors

1 #88B7BD and #BD88B7 with #B7BD88 are triadic colors.

2 #88BDB7 and #BDB788 with #B7BD88 are triadic colors.