COLOR #BDBEA3

HEX: #BDBEA3
RGB: (189,190,163)

Color info

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

RGB color model

#BDBEA3 color RGB value is (189,190,163).

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

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 163 of 255 = 64%

189
190
163

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

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 163 = 542 (100%)
R 189 of 542 ~ 34.87%
G 190 of 542 ~ 35.06%
B 163 of 542 ~ 30.07%

%34.87
%35.06
%30.07

CMYK color model

#BDBEA3 color CMYK value is (1,0,14,25).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 25.49%
CMYK:
(1,0,14,25)
C1M0Y14K25 
(1%,0%,14%,25%)
(0.01/0.00/0.14/0.25)	

CMYK percentages

%0.53
%0
%14.21
%25.49

Codes

Color #BDBEA3 in popluar color models

BDBEA3
RGB189190163
HSL62°17.20%69.22%
HSB/HSV62°14.21%74.51%
CMYK0.53%0.00%14.21%
25.49%

Color #BDBEA3 in popluar number systems.

HEXBDBEA3
Decimal189190163
Binary101111011011111010100011
Octal275276243

Shades and tints

Shades of #BDBEA3

#BDBEA3
(189,190,163)
#ACAD95
(172,173,149)
#9B9C87
(155,156,135)
#8A8B79
(138,139,121)
#797A6B
(121,122,107)
#68695D
(104,105,93)
#57584F
(87,88,79)
#464741
(70,71,65)
#353633
(53,54,51)
#242525
(36,37,37)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDBEA3

#BDBEA3
(189,190,163)
#C3C3AB
(195,195,171)
#C9C8B3
(201,200,179)
#CFCDBB
(207,205,187)
#D5D2C3
(213,210,195)
#DBD7CB
(219,215,203)
#E1DCD3
(225,220,211)
#E7E1DB
(231,225,219)
#EDE6E3
(237,230,227)
#F3EBEB
(243,235,235)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEA3; }

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

This text font color is #BDBEA3.


Background Color

.myBgColor { background-color: #BDBEA3; }

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

This div background color is #BDBEA3.


Border color

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

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

This div border color is #BDBEA3.


Opacity

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

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

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

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

This text has shadow with #BDBEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBEA3 on black background.


Color preview on white background

This text has color #BDBEA3 on white background.



Black color preview on #BDBEA3 background

This text has black color on #BDBEA3 background.


White color preview on #BDBEA3 background

This text has white color on #BDBEA3 background.