COLOR #BEA9C5

HEX: #BEA9C5
RGB: (190,169,197)

Color info

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

RGB color model

#BEA9C5 color RGB value is (190,169,197).

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

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 197 of 255 = 77%

190
169
197

R + G + B ~ 73%. #BEA9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 169 + 197 = 556 (100%)
R 190 of 556 ~ 34.17%
G 169 of 556 ~ 30.4%
B 197 of 556 ~ 35.43%

%34.17
%30.4
%35.43

CMYK color model

#BEA9C5 color CMYK value is (4,14,0,23).

  • cyan value is 3.55%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(4,14,0,23)
C4M14Y0K23 
(4%,14%,0%,23%)
(0.04/0.14/0.00/0.23)	

CMYK percentages

%3.55
%14.21
%0
%22.75

Codes

Color #BEA9C5 in popluar color models

BEA9C5
RGB190169197
HSL285°19.44%71.76%
HSB/HSV285°14.21%77.25%
CMYK3.55%14.21%0.00%
22.75%

Color #BEA9C5 in popluar number systems.

HEXBEA9C5
Decimal190169197
Binary101111101010100111000101
Octal276251305

Shades and tints

Shades of #BEA9C5

#BEA9C5
(190,169,197)
#AD9AB4
(173,154,180)
#9C8BA3
(156,139,163)
#8B7C92
(139,124,146)
#7A6D81
(122,109,129)
#695E70
(105,94,112)
#584F5F
(88,79,95)
#47404E
(71,64,78)
#36313D
(54,49,61)
#25222C
(37,34,44)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #BEA9C5

#BEA9C5
(190,169,197)
#C3B0CA
(195,176,202)
#C8B7CF
(200,183,207)
#CDBED4
(205,190,212)
#D2C5D9
(210,197,217)
#D7CCDE
(215,204,222)
#DCD3E3
(220,211,227)
#E1DAE8
(225,218,232)
#E6E1ED
(230,225,237)
#EBE8F2
(235,232,242)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA9C5; }

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

This text font color is #BEA9C5.


Background Color

.myBgColor { background-color: #BEA9C5; }

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

This div background color is #BEA9C5.


Border color

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

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

This div border color is #BEA9C5.


Opacity

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

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

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

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

This text has shadow with #BEA9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA9C5 on black background.


Color preview on white background

This text has color #BEA9C5 on white background.



Black color preview on #BEA9C5 background

This text has black color on #BEA9C5 background.


White color preview on #BEA9C5 background

This text has white color on #BEA9C5 background.