COLOR #BEA8BE

HEX: #BEA8BE
RGB: (190,168,190)

Color info

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

RGB color model

#BEA8BE color RGB value is (190,168,190).

  • red value is 190;
  • green value is 168;
  • blue value is 190.
RGB:
(190,168,190)
(75%,66%,75%)

RGB channels and saturation

R 190 of 255 = 75%
G 168 of 255 = 66%
B 190 of 255 = 75%

190
168
190

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

Portions of RGB colors in percentages

R + G + B =
190 + 168 + 190 = 548 (100%)
R 190 of 548 ~ 34.67%
G 168 of 548 ~ 30.66%
B 190 of 548 ~ 34.67%

%34.67
%30.66
%34.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(0,12,0,25)
C0M12Y0K25 
(0%,12%,0%,25%)
(0.00/0.12/0.00/0.25)	

CMYK percentages

%0
%11.58
%0
%25.49

Codes

Color #BEA8BE in popluar color models

BEA8BE
RGB190168190
HSL300°14.47%70.20%
HSB/HSV300°11.58%74.51%
CMYK0.00%11.58%0.00%
25.49%

Color #BEA8BE in popluar number systems.

HEXBEA8BE
Decimal190168190
Binary101111101010100010111110
Octal276250276

Shades and tints

Shades of #BEA8BE

#BEA8BE
(190,168,190)
#AD99AD
(173,153,173)
#9C8A9C
(156,138,156)
#8B7B8B
(139,123,139)
#7A6C7A
(122,108,122)
#695D69
(105,93,105)
#584E58
(88,78,88)
#473F47
(71,63,71)
#363036
(54,48,54)
#252125
(37,33,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BEA8BE

#BEA8BE
(190,168,190)
#C3AFC3
(195,175,195)
#C8B6C8
(200,182,200)
#CDBDCD
(205,189,205)
#D2C4D2
(210,196,210)
#D7CBD7
(215,203,215)
#DCD2DC
(220,210,220)
#E1D9E1
(225,217,225)
#E6E0E6
(230,224,230)
#EBE7EB
(235,231,235)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA8BE; }

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

This text font color is #BEA8BE.


Background Color

.myBgColor { background-color: #BEA8BE; }

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

This div background color is #BEA8BE.


Border color

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

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

This div border color is #BEA8BE.


Opacity

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

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

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

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

This text has shadow with #BEA8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA8BE on black background.


Color preview on white background

This text has color #BEA8BE on white background.



Black color preview on #BEA8BE background

This text has black color on #BEA8BE background.


White color preview on #BEA8BE background

This text has white color on #BEA8BE background.