COLOR #BDBEA7

HEX: #BDBEA7
RGB: (189,190,167)

Color info

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

RGB color model

#BDBEA7 color RGB value is (189,190,167).

  • red value is 189;
  • green value is 190;
  • blue value is 167.
RGB:
(189,190,167)
(74%,75%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 167 of 255 = 65%

189
190
167

R + G + B ~ 71%. #BDBEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 167 = 546 (100%)
R 189 of 546 ~ 34.62%
G 190 of 546 ~ 34.8%
B 167 of 546 ~ 30.59%

%34.62
%34.8
%30.59

CMYK color model

#BDBEA7 color CMYK value is (1,0,12,25).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK:
(1,0,12,25)
C1M0Y12K25 
(1%,0%,12%,25%)
(0.01/0.00/0.12/0.25)	

CMYK percentages

%0.53
%0
%12.11
%25.49

Codes

Color #BDBEA7 in popluar color models

BDBEA7
RGB189190167
HSL63°15.03%70.00%
HSB/HSV63°12.11%74.51%
CMYK0.53%0.00%12.11%
25.49%

Color #BDBEA7 in popluar number systems.

HEXBDBEA7
Decimal189190167
Binary101111011011111010100111
Octal275276247

Shades and tints

Shades of #BDBEA7

#BDBEA7
(189,190,167)
#ACAD98
(172,173,152)
#9B9C89
(155,156,137)
#8A8B7A
(138,139,122)
#797A6B
(121,122,107)
#68695C
(104,105,92)
#57584D
(87,88,77)
#46473E
(70,71,62)
#35362F
(53,54,47)
#242520
(36,37,32)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BDBEA7

#BDBEA7
(189,190,167)
#C3C3AF
(195,195,175)
#C9C8B7
(201,200,183)
#CFCDBF
(207,205,191)
#D5D2C7
(213,210,199)
#DBD7CF
(219,215,207)
#E1DCD7
(225,220,215)
#E7E1DF
(231,225,223)
#EDE6E7
(237,230,231)
#F3EBEF
(243,235,239)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBEA7 color. Also use rgb(189,190,167) instead hex code.

Text Font Color

.myTextColor { color: #BDBEA7; }

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

This text font color is #BDBEA7.


Background Color

.myBgColor { background-color: #BDBEA7; }

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

This div background color is #BDBEA7.


Border color

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

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

This div border color is #BDBEA7.


Opacity

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

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

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

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

This text has shadow with #BDBEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBEA7 on black background.


Color preview on white background

This text has color #BDBEA7 on white background.



Black color preview on #BDBEA7 background

This text has black color on #BDBEA7 background.


White color preview on #BDBEA7 background

This text has white color on #BDBEA7 background.