COLOR #BEA9C9

HEX: #BEA9C9
RGB: (190,169,201)

Color info

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

RGB color model

#BEA9C9 color RGB value is (190,169,201).

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

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 201 of 255 = 79%

190
169
201

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

Portions of RGB colors in percentages

R + G + B =
190 + 169 + 201 = 560 (100%)
R 190 of 560 ~ 33.93%
G 169 of 560 ~ 30.18%
B 201 of 560 ~ 35.89%

%33.93
%30.18
%35.89

CMYK color model

#BEA9C9 color CMYK value is (5,16,0,21).

  • cyan value is 5.47%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(5,16,0,21)
C5M16Y0K21 
(5%,16%,0%,21%)
(0.05/0.16/0.00/0.21)	

CMYK percentages

%5.47
%15.92
%0
%21.18

Codes

Color #BEA9C9 in popluar color models

BEA9C9
RGB190169201
HSL279°22.86%72.55%
HSB/HSV279°15.92%78.82%
CMYK5.47%15.92%0.00%
21.18%

Color #BEA9C9 in popluar number systems.

HEXBEA9C9
Decimal190169201
Binary101111101010100111001001
Octal276251311

Shades and tints

Shades of #BEA9C9

#BEA9C9
(190,169,201)
#AD9AB7
(173,154,183)
#9C8BA5
(156,139,165)
#8B7C93
(139,124,147)
#7A6D81
(122,109,129)
#695E6F
(105,94,111)
#584F5D
(88,79,93)
#47404B
(71,64,75)
#363139
(54,49,57)
#252227
(37,34,39)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #BEA9C9

#BEA9C9
(190,169,201)
#C3B0CD
(195,176,205)
#C8B7D1
(200,183,209)
#CDBED5
(205,190,213)
#D2C5D9
(210,197,217)
#D7CCDD
(215,204,221)
#DCD3E1
(220,211,225)
#E1DAE5
(225,218,229)
#E6E1E9
(230,225,233)
#EBE8ED
(235,232,237)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA9C9; }

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

This text font color is #BEA9C9.


Background Color

.myBgColor { background-color: #BEA9C9; }

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

This div background color is #BEA9C9.


Border color

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

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

This div border color is #BEA9C9.


Opacity

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

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

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

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

This text has shadow with #BEA9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA9C9 on black background.


Color preview on white background

This text has color #BEA9C9 on white background.



Black color preview on #BEA9C9 background

This text has black color on #BEA9C9 background.


White color preview on #BEA9C9 background

This text has white color on #BEA9C9 background.