COLOR #BEA9D5

HEX: #BEA9D5
RGB: (190,169,213)

Color info

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

RGB color model

#BEA9D5 color RGB value is (190,169,213).

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

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 213 of 255 = 84%

190
169
213

R + G + B ~ 75%. #BEA9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 169 + 213 = 572 (100%)
R 190 of 572 ~ 33.22%
G 169 of 572 ~ 29.55%
B 213 of 572 ~ 37.24%

%33.22
%29.55
%37.24

CMYK color model

#BEA9D5 color CMYK value is (11,21,0,16).

  • cyan value is 10.80%
  • magenta value is 20.66%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(11,21,0,16)
C11M21Y0K16 
(11%,21%,0%,16%)
(0.11/0.21/0.00/0.16)	

CMYK percentages

%10.8
%20.66
%0
%16.47

Codes

Color #BEA9D5 in popluar color models

BEA9D5
RGB190169213
HSL269°34.38%74.90%
HSB/HSV269°20.66%83.53%
CMYK10.80%20.66%0.00%
16.47%

Color #BEA9D5 in popluar number systems.

HEXBEA9D5
Decimal190169213
Binary101111101010100111010101
Octal276251325

Shades and tints

Shades of #BEA9D5

#BEA9D5
(190,169,213)
#AD9AC2
(173,154,194)
#9C8BAF
(156,139,175)
#8B7C9C
(139,124,156)
#7A6D89
(122,109,137)
#695E76
(105,94,118)
#584F63
(88,79,99)
#474050
(71,64,80)
#36313D
(54,49,61)
#25222A
(37,34,42)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BEA9D5

#BEA9D5
(190,169,213)
#C3B0D8
(195,176,216)
#C8B7DB
(200,183,219)
#CDBEDE
(205,190,222)
#D2C5E1
(210,197,225)
#D7CCE4
(215,204,228)
#DCD3E7
(220,211,231)
#E1DAEA
(225,218,234)
#E6E1ED
(230,225,237)
#EBE8F0
(235,232,240)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA9D5; }

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

This text font color is #BEA9D5.


Background Color

.myBgColor { background-color: #BEA9D5; }

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

This div background color is #BEA9D5.


Border color

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

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

This div border color is #BEA9D5.


Opacity

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

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

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

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

This text has shadow with #BEA9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA9D5 on black background.


Color preview on white background

This text has color #BEA9D5 on white background.



Black color preview on #BEA9D5 background

This text has black color on #BEA9D5 background.


White color preview on #BEA9D5 background

This text has white color on #BEA9D5 background.