COLOR #BEA2D1

HEX: #BEA2D1
RGB: (190,162,209)

Color info

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

RGB color model

#BEA2D1 color RGB value is (190,162,209).

  • red value is 190;
  • green value is 162;
  • blue value is 209.
RGB:
(190,162,209)
(75%,64%,82%)

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 209 of 255 = 82%

190
162
209

R + G + B ~ 74%. #BEA2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 162 + 209 = 561 (100%)
R 190 of 561 ~ 33.87%
G 162 of 561 ~ 28.88%
B 209 of 561 ~ 37.25%

%33.87
%28.88
%37.25

CMYK color model

#BEA2D1 color CMYK value is (9,22,0,18).

  • cyan value is 9.09%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,22,0,18)
C9M22Y0K18 
(9%,22%,0%,18%)
(0.09/0.22/0.00/0.18)	

CMYK percentages

%9.09
%22.49
%0
%18.04

Codes

Color #BEA2D1 in popluar color models

BEA2D1
RGB190162209
HSL276°33.81%72.75%
HSB/HSV276°22.49%81.96%
CMYK9.09%22.49%0.00%
18.04%

Color #BEA2D1 in popluar number systems.

HEXBEA2D1
Decimal190162209
Binary101111101010001011010001
Octal276242321

Shades and tints

Shades of #BEA2D1

#BEA2D1
(190,162,209)
#AD94BE
(173,148,190)
#9C86AB
(156,134,171)
#8B7898
(139,120,152)
#7A6A85
(122,106,133)
#695C72
(105,92,114)
#584E5F
(88,78,95)
#47404C
(71,64,76)
#363239
(54,50,57)
#252426
(37,36,38)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #BEA2D1

#BEA2D1
(190,162,209)
#C3AAD5
(195,170,213)
#C8B2D9
(200,178,217)
#CDBADD
(205,186,221)
#D2C2E1
(210,194,225)
#D7CAE5
(215,202,229)
#DCD2E9
(220,210,233)
#E1DAED
(225,218,237)
#E6E2F1
(230,226,241)
#EBEAF5
(235,234,245)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA2D1; }

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

This text font color is #BEA2D1.


Background Color

.myBgColor { background-color: #BEA2D1; }

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

This div background color is #BEA2D1.


Border color

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

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

This div border color is #BEA2D1.


Opacity

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

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

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

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

This text has shadow with #BEA2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA2D1 on black background.


Color preview on white background

This text has color #BEA2D1 on white background.



Black color preview on #BEA2D1 background

This text has black color on #BEA2D1 background.


White color preview on #BEA2D1 background

This text has white color on #BEA2D1 background.