COLOR #BEAABB

HEX: #BEAABB
RGB: (190,170,187)

Color info

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

RGB color model

#BEAABB color RGB value is (190,170,187).

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

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 187 of 255 = 73%

190
170
187

R + G + B ~ 72%. #BEAABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 170 + 187 = 547 (100%)
R 190 of 547 ~ 34.73%
G 170 of 547 ~ 31.08%
B 187 of 547 ~ 34.19%

%34.73
%31.08
%34.19

CMYK color model

#BEAABB color CMYK value is (0,11,2,25).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(0,11,2,25)
C0M11Y2K25 
(0%,11%,2%,25%)
(0.00/0.11/0.02/0.25)	

CMYK percentages

%0
%10.53
%1.58
%25.49

Codes

Color #BEAABB in popluar color models

BEAABB
RGB190170187
HSL309°13.33%70.59%
HSB/HSV309°10.53%74.51%
CMYK0.00%10.53%1.58%
25.49%

Color #BEAABB in popluar number systems.

HEXBEAABB
Decimal190170187
Binary101111101010101010111011
Octal276252273

Shades and tints

Shades of #BEAABB

#BEAABB
(190,170,187)
#AD9BAA
(173,155,170)
#9C8C99
(156,140,153)
#8B7D88
(139,125,136)
#7A6E77
(122,110,119)
#695F66
(105,95,102)
#585055
(88,80,85)
#474144
(71,65,68)
#363233
(54,50,51)
#252322
(37,35,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BEAABB

#BEAABB
(190,170,187)
#C3B1C1
(195,177,193)
#C8B8C7
(200,184,199)
#CDBFCD
(205,191,205)
#D2C6D3
(210,198,211)
#D7CDD9
(215,205,217)
#DCD4DF
(220,212,223)
#E1DBE5
(225,219,229)
#E6E2EB
(230,226,235)
#EBE9F1
(235,233,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAABB; }

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

This text font color is #BEAABB.


Background Color

.myBgColor { background-color: #BEAABB; }

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

This div background color is #BEAABB.


Border color

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

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

This div border color is #BEAABB.


Opacity

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

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

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

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

This text has shadow with #BEAABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAABB on black background.


Color preview on white background

This text has color #BEAABB on white background.



Black color preview on #BEAABB background

This text has black color on #BEAABB background.


White color preview on #BEAABB background

This text has white color on #BEAABB background.