COLOR #BEAACF

HEX: #BEAACF
RGB: (190,170,207)

Color info

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

RGB color model

#BEAACF color RGB value is (190,170,207).

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

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 207 of 255 = 81%

190
170
207

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

Portions of RGB colors in percentages

R + G + B =
190 + 170 + 207 = 567 (100%)
R 190 of 567 ~ 33.51%
G 170 of 567 ~ 29.98%
B 207 of 567 ~ 36.51%

%33.51
%29.98
%36.51

CMYK color model

#BEAACF color CMYK value is (8,18,0,19).

  • cyan value is 8.21%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(8,18,0,19)
C8M18Y0K19 
(8%,18%,0%,19%)
(0.08/0.18/0.00/0.19)	

CMYK percentages

%8.21
%17.87
%0
%18.82

Codes

Color #BEAACF in popluar color models

BEAACF
RGB190170207
HSL272°27.82%73.92%
HSB/HSV272°17.87%81.18%
CMYK8.21%17.87%0.00%
18.82%

Color #BEAACF in popluar number systems.

HEXBEAACF
Decimal190170207
Binary101111101010101011001111
Octal276252317

Shades and tints

Shades of #BEAACF

#BEAACF
(190,170,207)
#AD9BBD
(173,155,189)
#9C8CAB
(156,140,171)
#8B7D99
(139,125,153)
#7A6E87
(122,110,135)
#695F75
(105,95,117)
#585063
(88,80,99)
#474151
(71,65,81)
#36323F
(54,50,63)
#25232D
(37,35,45)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #BEAACF

#BEAACF
(190,170,207)
#C3B1D3
(195,177,211)
#C8B8D7
(200,184,215)
#CDBFDB
(205,191,219)
#D2C6DF
(210,198,223)
#D7CDE3
(215,205,227)
#DCD4E7
(220,212,231)
#E1DBEB
(225,219,235)
#E6E2EF
(230,226,239)
#EBE9F3
(235,233,243)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAACF; }

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

This text font color is #BEAACF.


Background Color

.myBgColor { background-color: #BEAACF; }

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

This div background color is #BEAACF.


Border color

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

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

This div border color is #BEAACF.


Opacity

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

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

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

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

This text has shadow with #BEAACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAACF on black background.


Color preview on white background

This text has color #BEAACF on white background.



Black color preview on #BEAACF background

This text has black color on #BEAACF background.


White color preview on #BEAACF background

This text has white color on #BEAACF background.