COLOR #BEA7C7

HEX: #BEA7C7
RGB: (190,167,199)

Color info

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

RGB color model

#BEA7C7 color RGB value is (190,167,199).

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

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 199 of 255 = 78%

190
167
199

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

Portions of RGB colors in percentages

R + G + B =
190 + 167 + 199 = 556 (100%)
R 190 of 556 ~ 34.17%
G 167 of 556 ~ 30.04%
B 199 of 556 ~ 35.79%

%34.17
%30.04
%35.79

CMYK color model

#BEA7C7 color CMYK value is (5,16,0,22).

  • cyan value is 4.52%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(5,16,0,22)
C5M16Y0K22 
(5%,16%,0%,22%)
(0.05/0.16/0.00/0.22)	

CMYK percentages

%4.52
%16.08
%0
%21.96

Codes

Color #BEA7C7 in popluar color models

BEA7C7
RGB190167199
HSL283°22.22%71.76%
HSB/HSV283°16.08%78.04%
CMYK4.52%16.08%0.00%
21.96%

Color #BEA7C7 in popluar number systems.

HEXBEA7C7
Decimal190167199
Binary101111101010011111000111
Octal276247307

Shades and tints

Shades of #BEA7C7

#BEA7C7
(190,167,199)
#AD98B5
(173,152,181)
#9C89A3
(156,137,163)
#8B7A91
(139,122,145)
#7A6B7F
(122,107,127)
#695C6D
(105,92,109)
#584D5B
(88,77,91)
#473E49
(71,62,73)
#362F37
(54,47,55)
#252025
(37,32,37)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BEA7C7

#BEA7C7
(190,167,199)
#C3AFCC
(195,175,204)
#C8B7D1
(200,183,209)
#CDBFD6
(205,191,214)
#D2C7DB
(210,199,219)
#D7CFE0
(215,207,224)
#DCD7E5
(220,215,229)
#E1DFEA
(225,223,234)
#E6E7EF
(230,231,239)
#EBEFF4
(235,239,244)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA7C7; }

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

This text font color is #BEA7C7.


Background Color

.myBgColor { background-color: #BEA7C7; }

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

This div background color is #BEA7C7.


Border color

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

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

This div border color is #BEA7C7.


Opacity

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

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

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

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

This text has shadow with #BEA7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA7C7 on black background.


Color preview on white background

This text has color #BEA7C7 on white background.



Black color preview on #BEA7C7 background

This text has black color on #BEA7C7 background.


White color preview on #BEA7C7 background

This text has white color on #BEA7C7 background.