COLOR #BEBF7E

HEX: #BEBF7E RGB: (190,191,126)

Color info

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

RGB color model

#BEBF7E color RGB value is (190,191,126).

RGB: (190,191,126) (75%, 75%, 49%)

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 126 of 255 = 49%

190
191
126

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

Portions of RGB colors in percentages

R + G + B = 190 + 191 + 126 = 507 (100%)
R 190 of 507 ~ 37.48%
G 191 of 507 ~ 37.67%
B 126 of 507 ~ 24.85'%

%37.48
%37.67
%24.85

CMYK color model

#BEBF7E color CMYK value is (1,0,34,25).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 34.03%
  • key color value is 25.10%
CMYK: (1,0,34,25) C1M0Y34K25 (1%,0%,34%,25%) (0.01/0.00/0.34/0.25) 

CMYK percentages

%0.52
%0
%34.03
%25.1

Codes

Color #BEBF7E in popluar color models

BE BF 7E
RGB 190 191 126
HSL 61° 33.68% 62.16%
HSB/HSV 61° 34.03% 74.90%
CMYK 0.52% 0.00% 34.03%
25.10%

Color #BEBF7E in popluar number systems.

HEX BE BF 7E
Decimal 190 191 126
Binary 10111110 10111111 1111110
Octal 276 277 176

Shades and tints

Shades of #BEBF7E

#BEBF7E
(190,191,126)
#ADAE73
(173,174,115)
#9C9D68
(156,157,104)
#8B8C5D
(139,140,93)
#7A7B52
(122,123,82)
#696A47
(105,106,71)
#58593C
(88,89,60)
#474831
(71,72,49)
#363726
(54,55,38)
#25261B
(37,38,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #BEBF7E

#BEBF7E
(190,191,126)
#C3C489
(195,196,137)
#C8C994
(200,201,148)
#CDCE9F
(205,206,159)
#D2D3AA
(210,211,170)
#D7D8B5
(215,216,181)
#DCDDC0
(220,221,192)
#E1E2CB
(225,226,203)
#E6E7D6
(230,231,214)
#EBECE1
(235,236,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBF7E color. Also use rgb(190,191,126) instead hex code.

Text Font Color

.myTextColor { color: #BEBF7E; }

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

This text font color is #BEBF7E.

Background Color

.myBgColor { background-color: #BEBF7E; }

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

This div background color is #BEBF7E.

Border color

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

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

This div border color is #BEBF7E.

Opacity

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

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

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

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

This text has shadow with #BEBF7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBF7E.

Preview

Color preview on black background

This text has color #BEBF7E on black background.


Color preview on white background

This text has color #BEBF7E on white background.


Black color preview on #BEBF7E background

This text has black color on #BEBF7E background.


White color preview on #BEBF7E background

This text has white color on #BEBF7E background.


Related colors

Complementary color

Complementary color for #hex is #414081.


I love getcolorcode.com

Triadic colors

1 #7EBEBF and #BF7EBE with #BEBF7E are triadic colors.

2 #7EBFBE and #BFBE7E with #BEBF7E are triadic colors.