COLOR #BDBEA8

HEX: #BDBEA8
RGB: (189,190,168)

Color info

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

RGB color model

#BDBEA8 color RGB value is (189,190,168).

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

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 168 of 255 = 66%

189
190
168

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

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 168 = 547 (100%)
R 189 of 547 ~ 34.55%
G 190 of 547 ~ 34.73%
B 168 of 547 ~ 30.71%

%34.55
%34.73
%30.71

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 11.58%
  • 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
%11.58
%25.49

Codes

Color #BDBEA8 in popluar color models

BDBEA8
RGB189190168
HSL63°14.47%70.20%
HSB/HSV63°11.58%74.51%
CMYK0.53%0.00%11.58%
25.49%

Color #BDBEA8 in popluar number systems.

HEXBDBEA8
Decimal189190168
Binary101111011011111010101000
Octal275276250

Shades and tints

Shades of #BDBEA8

#BDBEA8
(189,190,168)
#ACAD99
(172,173,153)
#9B9C8A
(155,156,138)
#8A8B7B
(138,139,123)
#797A6C
(121,122,108)
#68695D
(104,105,93)
#57584E
(87,88,78)
#46473F
(70,71,63)
#353630
(53,54,48)
#242521
(36,37,33)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #BDBEA8

#BDBEA8
(189,190,168)
#C3C3AF
(195,195,175)
#C9C8B6
(201,200,182)
#CFCDBD
(207,205,189)
#D5D2C4
(213,210,196)
#DBD7CB
(219,215,203)
#E1DCD2
(225,220,210)
#E7E1D9
(231,225,217)
#EDE6E0
(237,230,224)
#F3EBE7
(243,235,231)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEA8; }

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

This text font color is #BDBEA8.


Background Color

.myBgColor { background-color: #BDBEA8; }

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

This div background color is #BDBEA8.


Border color

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

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

This div border color is #BDBEA8.


Opacity

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

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

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

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

This text has shadow with #BDBEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBEA8 on black background.


Color preview on white background

This text has color #BDBEA8 on white background.



Black color preview on #BDBEA8 background

This text has black color on #BDBEA8 background.


White color preview on #BDBEA8 background

This text has white color on #BDBEA8 background.