COLOR #BEBFA3

HEX: #BEBFA3 RGB: (190,191,163)

Color info

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

RGB color model

#BEBFA3 color RGB value is (190,191,163).

RGB: (190,191,163) (75%, 75%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 163 of 255 = 64%

190
191
163

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

Portions of RGB colors in percentages

R + G + B = 190 + 191 + 163 = 544 (100%)
R 190 of 544 ~ 34.93%
G 191 of 544 ~ 35.11%
B 163 of 544 ~ 29.96'%

%34.93
%35.11
%29.96

CMYK color model

#BEBFA3 color CMYK value is (1,0,15,25).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 25.10%

CMYK: (1,0,15,25)
C1M0Y15K25 (1%, 0%, 15%, 25%)
(0.01 / 0.00 / 0.15 / 0.25)

CMYK percentages

%0.52
%0
%14.66
%25.1

Codes

Color #BEBFA3 in popluar color models

BE BF A3
RGB 190 191 163
HSL 62° 17.95% 69.41%
HSB/HSV 62° 14.66% 74.90%
CMYK 0.52% 0.00% 14.66%
25.10%

Color #BEBFA3 in popluar number systems.

HEX BE BF A3
Decimal 190 191 163
Binary 10111110 10111111 10100011
Octal 276 277 243

Shades and tints

Shades of #BEBFA3

#BEBFA3
(190,191,163)
#ADAE95
(173,174,149)
#9C9D87
(156,157,135)
#8B8C79
(139,140,121)
#7A7B6B
(122,123,107)
#696A5D
(105,106,93)
#58594F
(88,89,79)
#474841
(71,72,65)
#363733
(54,55,51)
#252625
(37,38,37)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEBFA3

#BEBFA3
(190,191,163)
#C3C4AB
(195,196,171)
#C8C9B3
(200,201,179)
#CDCEBB
(205,206,187)
#D2D3C3
(210,211,195)
#D7D8CB
(215,216,203)
#DCDDD3
(220,221,211)
#E1E2DB
(225,226,219)
#E6E7E3
(230,231,227)
#EBECEB
(235,236,235)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFA3; }

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

This text font color is #BEBFA3.

Background Color

.myBgColor { background-color: #BEBFA3; }

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

This div background color is #BEBFA3.

Border color

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

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

This div border color is #BEBFA3.

Opacity

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

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

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

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

This text has shadow with #BEBFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBFA3.

Preview

Color preview on black background

This text has color #BEBFA3 on black background.


Color preview on white background

This text has color #BEBFA3 on white background.


Black color preview on #BEBFA3 background

This text has black color on #BEBFA3 background.


White color preview on #BEBFA3 background

This text has white color on #BEBFA3 background.


Related colors

Complementary color

Complementary color for #hex is #41405C.


I love getcolorcode.com

Triadic colors

1 #A3BEBF and #BFA3BE with #BEBFA3 are triadic colors.

2 #A3BFBE and #BFBEA3 with #BEBFA3 are triadic colors.