COLOR #BDBF69

HEX: #BDBF69
RGB: (189,191,105)

Color info

#BDBF69 contains mainly red and green colors. Web safe color of #BDBF69 is #CCCC66 (or #CC6).

RGB color model

#BDBF69 color RGB value is (189,191,105).

  • red value is 189;
  • green value is 191;
  • blue value is 105.
RGB:
(189,191,105)
(74%,75%,41%)

RGB channels and saturation

R 189 of 255 = 74%
G 191 of 255 = 75%
B 105 of 255 = 41%

189
191
105

R + G + B ~ 63%. #BDBF69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 191 + 105 = 485 (100%)
R 189 of 485 ~ 38.97%
G 191 of 485 ~ 39.38%
B 105 of 485 ~ 21.65%

%38.97
%39.38
%21.65

CMYK color model

#BDBF69 color CMYK value is (1,0,45,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 45.03%
  • key color value is 25.10%
CMYK:
(1,0,45,25)
C1M0Y45K25 
(1%,0%,45%,25%)
(0.01/0.00/0.45/0.25)	

CMYK percentages

%1.05
%0
%45.03
%25.1

Codes

Color #BDBF69 in popluar color models

BDBF69
RGB189191105
HSL61°40.19%58.04%
HSB/HSV61°45.03%74.90%
CMYK1.05%0.00%45.03%
25.10%

Color #BDBF69 in popluar number systems.

HEXBDBF69
Decimal189191105
Binary10111101101111111101001
Octal275277151

Shades and tints

Shades of #BDBF69

#BDBF69
(189,191,105)
#ACAE60
(172,174,96)
#9B9D57
(155,157,87)
#8A8C4E
(138,140,78)
#797B45
(121,123,69)
#686A3C
(104,106,60)
#575933
(87,89,51)
#46482A
(70,72,42)
#353721
(53,55,33)
#242618
(36,38,24)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #BDBF69

#BDBF69
(189,191,105)
#C3C476
(195,196,118)
#C9C983
(201,201,131)
#CFCE90
(207,206,144)
#D5D39D
(213,211,157)
#DBD8AA
(219,216,170)
#E1DDB7
(225,221,183)
#E7E2C4
(231,226,196)
#EDE7D1
(237,231,209)
#F3ECDE
(243,236,222)
#F9F1EB
(249,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBF69 color. Also use rgb(189,191,105) instead hex code.

Text Font Color

.myTextColor { color: #BDBF69; }

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

This text font color is #BDBF69.


Background Color

.myBgColor { background-color: #BDBF69; }

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

This div background color is #BDBF69.


Border color

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

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

This div border color is #BDBF69.


Opacity

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

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

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

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

This text has shadow with #BDBF69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBF69 on black background.


Color preview on white background

This text has color #BDBF69 on white background.



Black color preview on #BDBF69 background

This text has black color on #BDBF69 background.


White color preview on #BDBF69 background

This text has white color on #BDBF69 background.