COLOR #BEA7D2

HEX: #BEA7D2
RGB: (190,167,210)

Color info

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

RGB color model

#BEA7D2 color RGB value is (190,167,210).

  • red value is 190;
  • green value is 167;
  • blue value is 210.
RGB:
(190,167,210)
(75%,65%,82%)

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 210 of 255 = 82%

190
167
210

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

Portions of RGB colors in percentages

R + G + B =
190 + 167 + 210 = 567 (100%)
R 190 of 567 ~ 33.51%
G 167 of 567 ~ 29.45%
B 210 of 567 ~ 37.04%

%33.51
%29.45
%37.04

CMYK color model

#BEA7D2 color CMYK value is (10,20,0,18).

  • cyan value is 9.52%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,20,0,18)
C10M20Y0K18 
(10%,20%,0%,18%)
(0.10/0.20/0.00/0.18)	

CMYK percentages

%9.52
%20.48
%0
%17.65

Codes

Color #BEA7D2 in popluar color models

BEA7D2
RGB190167210
HSL272°32.33%73.92%
HSB/HSV272°20.48%82.35%
CMYK9.52%20.48%0.00%
17.65%

Color #BEA7D2 in popluar number systems.

HEXBEA7D2
Decimal190167210
Binary101111101010011111010010
Octal276247322

Shades and tints

Shades of #BEA7D2

#BEA7D2
(190,167,210)
#AD98BF
(173,152,191)
#9C89AC
(156,137,172)
#8B7A99
(139,122,153)
#7A6B86
(122,107,134)
#695C73
(105,92,115)
#584D60
(88,77,96)
#473E4D
(71,62,77)
#362F3A
(54,47,58)
#252027
(37,32,39)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #BEA7D2

#BEA7D2
(190,167,210)
#C3AFD6
(195,175,214)
#C8B7DA
(200,183,218)
#CDBFDE
(205,191,222)
#D2C7E2
(210,199,226)
#D7CFE6
(215,207,230)
#DCD7EA
(220,215,234)
#E1DFEE
(225,223,238)
#E6E7F2
(230,231,242)
#EBEFF6
(235,239,246)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA7D2; }

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

This text font color is #BEA7D2.


Background Color

.myBgColor { background-color: #BEA7D2; }

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

This div background color is #BEA7D2.


Border color

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

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

This div border color is #BEA7D2.


Opacity

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

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

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

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

This text has shadow with #BEA7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA7D2 on black background.


Color preview on white background

This text has color #BEA7D2 on white background.



Black color preview on #BEA7D2 background

This text has black color on #BEA7D2 background.


White color preview on #BEA7D2 background

This text has white color on #BEA7D2 background.