COLOR #BEAAB7

HEX: #BEAAB7
RGB: (190,170,183)

Color info

#BEAAB7 contains red, green and blue colors in about the same proportion. Web safe color of #BEAAB7 is #CC99CC (or #C9C).

RGB color model

#BEAAB7 color RGB value is (190,170,183).

  • red value is 190;
  • green value is 170;
  • blue value is 183.
RGB:
(190,170,183)
(75%,67%,72%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 183 of 255 = 72%

190
170
183

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

Portions of RGB colors in percentages

R + G + B =
190 + 170 + 183 = 543 (100%)
R 190 of 543 ~ 34.99%
G 170 of 543 ~ 31.31%
B 183 of 543 ~ 33.7%

%34.99
%31.31
%33.7

CMYK color model

#BEAAB7 color CMYK value is (0,11,4,25).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(0,11,4,25)
C0M11Y4K25 
(0%,11%,4%,25%)
(0.00/0.11/0.04/0.25)	

CMYK percentages

%0
%10.53
%3.68
%25.49

Codes

Color #BEAAB7 in popluar color models

BEAAB7
RGB190170183
HSL321°13.33%70.59%
HSB/HSV321°10.53%74.51%
CMYK0.00%10.53%3.68%
25.49%

Color #BEAAB7 in popluar number systems.

HEXBEAAB7
Decimal190170183
Binary101111101010101010110111
Octal276252267

Shades and tints

Shades of #BEAAB7

#BEAAB7
(190,170,183)
#AD9BA7
(173,155,167)
#9C8C97
(156,140,151)
#8B7D87
(139,125,135)
#7A6E77
(122,110,119)
#695F67
(105,95,103)
#585057
(88,80,87)
#474147
(71,65,71)
#363237
(54,50,55)
#252327
(37,35,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BEAAB7

#BEAAB7
(190,170,183)
#C3B1BD
(195,177,189)
#C8B8C3
(200,184,195)
#CDBFC9
(205,191,201)
#D2C6CF
(210,198,207)
#D7CDD5
(215,205,213)
#DCD4DB
(220,212,219)
#E1DBE1
(225,219,225)
#E6E2E7
(230,226,231)
#EBE9ED
(235,233,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAAB7 color. Also use rgb(190,170,183) instead hex code.

Text Font Color

.myTextColor { color: #BEAAB7; }

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

This text font color is #BEAAB7.


Background Color

.myBgColor { background-color: #BEAAB7; }

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

This div background color is #BEAAB7.


Border color

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

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

This div border color is #BEAAB7.


Opacity

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

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

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

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

This text has shadow with #BEAAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAAB7 on black background.


Color preview on white background

This text has color #BEAAB7 on white background.



Black color preview on #BEAAB7 background

This text has black color on #BEAAB7 background.


White color preview on #BEAAB7 background

This text has white color on #BEAAB7 background.