COLOR #BEA8C4

HEX: #BEA8C4
RGB: (190,168,196)

Color info

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

RGB color model

#BEA8C4 color RGB value is (190,168,196).

  • red value is 190;
  • green value is 168;
  • blue value is 196.
RGB:
(190,168,196)
(75%,66%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 168 of 255 = 66%
B 196 of 255 = 77%

190
168
196

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

Portions of RGB colors in percentages

R + G + B =
190 + 168 + 196 = 554 (100%)
R 190 of 554 ~ 34.3%
G 168 of 554 ~ 30.32%
B 196 of 554 ~ 35.38%

%34.3
%30.32
%35.38

CMYK color model

#BEA8C4 color CMYK value is (3,14,0,23).

  • cyan value is 3.06%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(3,14,0,23)
C3M14Y0K23 
(3%,14%,0%,23%)
(0.03/0.14/0.00/0.23)	

CMYK percentages

%3.06
%14.29
%0
%23.14

Codes

Color #BEA8C4 in popluar color models

BEA8C4
RGB190168196
HSL287°19.18%71.37%
HSB/HSV287°14.29%76.86%
CMYK3.06%14.29%0.00%
23.14%

Color #BEA8C4 in popluar number systems.

HEXBEA8C4
Decimal190168196
Binary101111101010100011000100
Octal276250304

Shades and tints

Shades of #BEA8C4

#BEA8C4
(190,168,196)
#AD99B3
(173,153,179)
#9C8AA2
(156,138,162)
#8B7B91
(139,123,145)
#7A6C80
(122,108,128)
#695D6F
(105,93,111)
#584E5E
(88,78,94)
#473F4D
(71,63,77)
#36303C
(54,48,60)
#25212B
(37,33,43)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #BEA8C4

#BEA8C4
(190,168,196)
#C3AFC9
(195,175,201)
#C8B6CE
(200,182,206)
#CDBDD3
(205,189,211)
#D2C4D8
(210,196,216)
#D7CBDD
(215,203,221)
#DCD2E2
(220,210,226)
#E1D9E7
(225,217,231)
#E6E0EC
(230,224,236)
#EBE7F1
(235,231,241)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA8C4 color. Also use rgb(190,168,196) instead hex code.

Text Font Color

.myTextColor { color: #BEA8C4; }

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

This text font color is #BEA8C4.


Background Color

.myBgColor { background-color: #BEA8C4; }

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

This div background color is #BEA8C4.


Border color

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

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

This div border color is #BEA8C4.


Opacity

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

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

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

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

This text has shadow with #BEA8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA8C4 on black background.


Color preview on white background

This text has color #BEA8C4 on white background.



Black color preview on #BEA8C4 background

This text has black color on #BEA8C4 background.


White color preview on #BEA8C4 background

This text has white color on #BEA8C4 background.