COLOR #BEAFA7

HEX: #BEAFA7 RGB: (190,175,167)

Color info

#BEAFA7 contains red, green and blue colors in about the same proportion. Web safe color of #BEAFA7 is #CC9999 (or #C99).

RGB color model

#BEAFA7 color RGB value is (190,175,167).

RGB: (190,175,167) (75%, 69%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 167 of 255 = 65%

190
175
167

R + G + B ~ 70%. #BEAFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 167 = 532 (100%)
R 190 of 532 ~ 35.71%
G 175 of 532 ~ 32.89%
B 167 of 532 ~ 31.39'%

%35.71
%32.89
%31.39

CMYK color model

#BEAFA7 color CMYK value is (0,8,12,25).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 12.11%
  • key color value is 25.49%

CMYK: (0,8,12,25)
C0M8Y12K25 (0%, 8%, 12%, 25%)
(0.00 / 0.08 / 0.12 / 0.25)

CMYK percentages

%0
%7.89
%12.11
%25.49

Codes

Color #BEAFA7 in popluar color models

BE AF A7
RGB 190 175 167
HSL 21° 15.03% 70.00%
HSB/HSV 21° 12.11% 74.51%
CMYK 0.00% 7.89% 12.11%
25.49%

Color #BEAFA7 in popluar number systems.

HEX BE AF A7
Decimal 190 175 167
Binary 10111110 10101111 10100111
Octal 276 257 247

Shades and tints

Shades of #BEAFA7

#BEAFA7
(190,175,167)
#ADA098
(173,160,152)
#9C9189
(156,145,137)
#8B827A
(139,130,122)
#7A736B
(122,115,107)
#69645C
(105,100,92)
#58554D
(88,85,77)
#47463E
(71,70,62)
#36372F
(54,55,47)
#252820
(37,40,32)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #BEAFA7

#BEAFA7
(190,175,167)
#C3B6AF
(195,182,175)
#C8BDB7
(200,189,183)
#CDC4BF
(205,196,191)
#D2CBC7
(210,203,199)
#D7D2CF
(215,210,207)
#DCD9D7
(220,217,215)
#E1E0DF
(225,224,223)
#E6E7E7
(230,231,231)
#EBEEEF
(235,238,239)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAFA7 color. Also use rgb(190,175,167) instead hex code.

Text Font Color

.myTextColor { color: #BEAFA7; }

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

This text font color is #BEAFA7.

Background Color

.myBgColor { background-color: #BEAFA7; }

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

This div background color is #BEAFA7.

Border color

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

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

This div border color is #BEAFA7.

Opacity

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

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

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

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

This text has shadow with #BEAFA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAFA7.

Preview

Color preview on black background

This text has color #BEAFA7 on black background.


Color preview on white background

This text has color #BEAFA7 on white background.


Black color preview on #BEAFA7 background

This text has black color on #BEAFA7 background.


White color preview on #BEAFA7 background

This text has white color on #BEAFA7 background.


Related colors

Complementary color

Complementary color for #hex is #415058.


I love getcolorcode.com

Triadic colors

1 #A7BEAF and #AFA7BE with #BEAFA7 are triadic colors.

2 #A7AFBE and #AFBEA7 with #BEAFA7 are triadic colors.