COLOR #BEAACB

HEX: #BEAACB
RGB: (190,170,203)

Color info

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

RGB color model

#BEAACB color RGB value is (190,170,203).

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

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 203 of 255 = 80%

190
170
203

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

Portions of RGB colors in percentages

R + G + B =
190 + 170 + 203 = 563 (100%)
R 190 of 563 ~ 33.75%
G 170 of 563 ~ 30.2%
B 203 of 563 ~ 36.06%

%33.75
%30.2
%36.06

CMYK color model

#BEAACB color CMYK value is (6,16,0,20).

  • cyan value is 6.40%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(6,16,0,20)
C6M16Y0K20 
(6%,16%,0%,20%)
(0.06/0.16/0.00/0.20)	

CMYK percentages

%6.4
%16.26
%0
%20.39

Codes

Color #BEAACB in popluar color models

BEAACB
RGB190170203
HSL276°24.09%73.14%
HSB/HSV276°16.26%79.61%
CMYK6.40%16.26%0.00%
20.39%

Color #BEAACB in popluar number systems.

HEXBEAACB
Decimal190170203
Binary101111101010101011001011
Octal276252313

Shades and tints

Shades of #BEAACB

#BEAACB
(190,170,203)
#AD9BB9
(173,155,185)
#9C8CA7
(156,140,167)
#8B7D95
(139,125,149)
#7A6E83
(122,110,131)
#695F71
(105,95,113)
#58505F
(88,80,95)
#47414D
(71,65,77)
#36323B
(54,50,59)
#252329
(37,35,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BEAACB

#BEAACB
(190,170,203)
#C3B1CF
(195,177,207)
#C8B8D3
(200,184,211)
#CDBFD7
(205,191,215)
#D2C6DB
(210,198,219)
#D7CDDF
(215,205,223)
#DCD4E3
(220,212,227)
#E1DBE7
(225,219,231)
#E6E2EB
(230,226,235)
#EBE9EF
(235,233,239)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAACB; }

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

This text font color is #BEAACB.


Background Color

.myBgColor { background-color: #BEAACB; }

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

This div background color is #BEAACB.


Border color

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

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

This div border color is #BEAACB.


Opacity

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

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

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

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

This text has shadow with #BEAACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAACB on black background.


Color preview on white background

This text has color #BEAACB on white background.



Black color preview on #BEAACB background

This text has black color on #BEAACB background.


White color preview on #BEAACB background

This text has white color on #BEAACB background.