COLOR #BEA8CF

HEX: #BEA8CF
RGB: (190,168,207)

Color info

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

RGB color model

#BEA8CF color RGB value is (190,168,207).

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

RGB channels and saturation

R 190 of 255 = 75%
G 168 of 255 = 66%
B 207 of 255 = 81%

190
168
207

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

Portions of RGB colors in percentages

R + G + B =
190 + 168 + 207 = 565 (100%)
R 190 of 565 ~ 33.63%
G 168 of 565 ~ 29.73%
B 207 of 565 ~ 36.64%

%33.63
%29.73
%36.64

CMYK color model

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

  • cyan value is 8.21%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(8,19,0,19)
C8M19Y0K19 
(8%,19%,0%,19%)
(0.08/0.19/0.00/0.19)	

CMYK percentages

%8.21
%18.84
%0
%18.82

Codes

Color #BEA8CF in popluar color models

BEA8CF
RGB190168207
HSL274°28.89%73.53%
HSB/HSV274°18.84%81.18%
CMYK8.21%18.84%0.00%
18.82%

Color #BEA8CF in popluar number systems.

HEXBEA8CF
Decimal190168207
Binary101111101010100011001111
Octal276250317

Shades and tints

Shades of #BEA8CF

#BEA8CF
(190,168,207)
#AD99BD
(173,153,189)
#9C8AAB
(156,138,171)
#8B7B99
(139,123,153)
#7A6C87
(122,108,135)
#695D75
(105,93,117)
#584E63
(88,78,99)
#473F51
(71,63,81)
#36303F
(54,48,63)
#25212D
(37,33,45)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #BEA8CF

#BEA8CF
(190,168,207)
#C3AFD3
(195,175,211)
#C8B6D7
(200,182,215)
#CDBDDB
(205,189,219)
#D2C4DF
(210,196,223)
#D7CBE3
(215,203,227)
#DCD2E7
(220,210,231)
#E1D9EB
(225,217,235)
#E6E0EF
(230,224,239)
#EBE7F3
(235,231,243)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA8CF; }

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

This text font color is #BEA8CF.


Background Color

.myBgColor { background-color: #BEA8CF; }

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

This div background color is #BEA8CF.


Border color

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

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

This div border color is #BEA8CF.


Opacity

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

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

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

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

This text has shadow with #BEA8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA8CF on black background.


Color preview on white background

This text has color #BEA8CF on white background.



Black color preview on #BEA8CF background

This text has black color on #BEA8CF background.


White color preview on #BEA8CF background

This text has white color on #BEA8CF background.