COLOR #BEA7CA

HEX: #BEA7CA
RGB: (190,167,202)

Color info

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

RGB color model

#BEA7CA color RGB value is (190,167,202).

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

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 202 of 255 = 79%

190
167
202

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

Portions of RGB colors in percentages

R + G + B =
190 + 167 + 202 = 559 (100%)
R 190 of 559 ~ 33.99%
G 167 of 559 ~ 29.87%
B 202 of 559 ~ 36.14%

%33.99
%29.87
%36.14

CMYK color model

#BEA7CA color CMYK value is (6,17,0,21).

  • cyan value is 5.94%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(6,17,0,21)
C6M17Y0K21 
(6%,17%,0%,21%)
(0.06/0.17/0.00/0.21)	

CMYK percentages

%5.94
%17.33
%0
%20.78

Codes

Color #BEA7CA in popluar color models

BEA7CA
RGB190167202
HSL279°24.82%72.35%
HSB/HSV279°17.33%79.22%
CMYK5.94%17.33%0.00%
20.78%

Color #BEA7CA in popluar number systems.

HEXBEA7CA
Decimal190167202
Binary101111101010011111001010
Octal276247312

Shades and tints

Shades of #BEA7CA

#BEA7CA
(190,167,202)
#AD98B8
(173,152,184)
#9C89A6
(156,137,166)
#8B7A94
(139,122,148)
#7A6B82
(122,107,130)
#695C70
(105,92,112)
#584D5E
(88,77,94)
#473E4C
(71,62,76)
#362F3A
(54,47,58)
#252028
(37,32,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #BEA7CA

#BEA7CA
(190,167,202)
#C3AFCE
(195,175,206)
#C8B7D2
(200,183,210)
#CDBFD6
(205,191,214)
#D2C7DA
(210,199,218)
#D7CFDE
(215,207,222)
#DCD7E2
(220,215,226)
#E1DFE6
(225,223,230)
#E6E7EA
(230,231,234)
#EBEFEE
(235,239,238)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA7CA; }

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

This text font color is #BEA7CA.


Background Color

.myBgColor { background-color: #BEA7CA; }

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

This div background color is #BEA7CA.


Border color

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

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

This div border color is #BEA7CA.


Opacity

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

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

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

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

This text has shadow with #BEA7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA7CA on black background.


Color preview on white background

This text has color #BEA7CA on white background.



Black color preview on #BEA7CA background

This text has black color on #BEA7CA background.


White color preview on #BEA7CA background

This text has white color on #BEA7CA background.