COLOR #BEAAC5

HEX: #BEAAC5
RGB: (190,170,197)

Color info

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

RGB color model

#BEAAC5 color RGB value is (190,170,197).

  • red value is 190;
  • green value is 170;
  • blue value is 197.
RGB:
(190,170,197)
(75%,67%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 197 of 255 = 77%

190
170
197

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

Portions of RGB colors in percentages

R + G + B =
190 + 170 + 197 = 557 (100%)
R 190 of 557 ~ 34.11%
G 170 of 557 ~ 30.52%
B 197 of 557 ~ 35.37%

%34.11
%30.52
%35.37

CMYK color model

#BEAAC5 color CMYK value is (4,14,0,23).

  • cyan value is 3.55%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(4,14,0,23)
C4M14Y0K23 
(4%,14%,0%,23%)
(0.04/0.14/0.00/0.23)	

CMYK percentages

%3.55
%13.71
%0
%22.75

Codes

Color #BEAAC5 in popluar color models

BEAAC5
RGB190170197
HSL284°18.88%71.96%
HSB/HSV284°13.71%77.25%
CMYK3.55%13.71%0.00%
22.75%

Color #BEAAC5 in popluar number systems.

HEXBEAAC5
Decimal190170197
Binary101111101010101011000101
Octal276252305

Shades and tints

Shades of #BEAAC5

#BEAAC5
(190,170,197)
#AD9BB4
(173,155,180)
#9C8CA3
(156,140,163)
#8B7D92
(139,125,146)
#7A6E81
(122,110,129)
#695F70
(105,95,112)
#58505F
(88,80,95)
#47414E
(71,65,78)
#36323D
(54,50,61)
#25232C
(37,35,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #BEAAC5

#BEAAC5
(190,170,197)
#C3B1CA
(195,177,202)
#C8B8CF
(200,184,207)
#CDBFD4
(205,191,212)
#D2C6D9
(210,198,217)
#D7CDDE
(215,205,222)
#DCD4E3
(220,212,227)
#E1DBE8
(225,219,232)
#E6E2ED
(230,226,237)
#EBE9F2
(235,233,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAAC5 color. Also use rgb(190,170,197) instead hex code.

Text Font Color

.myTextColor { color: #BEAAC5; }

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

This text font color is #BEAAC5.


Background Color

.myBgColor { background-color: #BEAAC5; }

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

This div background color is #BEAAC5.


Border color

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

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

This div border color is #BEAAC5.


Opacity

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

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

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

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

This text has shadow with #BEAAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAAC5 on black background.


Color preview on white background

This text has color #BEAAC5 on white background.



Black color preview on #BEAAC5 background

This text has black color on #BEAAC5 background.


White color preview on #BEAAC5 background

This text has white color on #BEAAC5 background.