COLOR #BEA8D0

HEX: #BEA8D0
RGB: (190,168,208)

Color info

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

RGB color model

#BEA8D0 color RGB value is (190,168,208).

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

RGB channels and saturation

R 190 of 255 = 75%
G 168 of 255 = 66%
B 208 of 255 = 82%

190
168
208

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

Portions of RGB colors in percentages

R + G + B =
190 + 168 + 208 = 566 (100%)
R 190 of 566 ~ 33.57%
G 168 of 566 ~ 29.68%
B 208 of 566 ~ 36.75%

%33.57
%29.68
%36.75

CMYK color model

#BEA8D0 color CMYK value is (9,19,0,18).

  • cyan value is 8.65%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(9,19,0,18)
C9M19Y0K18 
(9%,19%,0%,18%)
(0.09/0.19/0.00/0.18)	

CMYK percentages

%8.65
%19.23
%0
%18.43

Codes

Color #BEA8D0 in popluar color models

BEA8D0
RGB190168208
HSL273°29.85%73.73%
HSB/HSV273°19.23%81.57%
CMYK8.65%19.23%0.00%
18.43%

Color #BEA8D0 in popluar number systems.

HEXBEA8D0
Decimal190168208
Binary101111101010100011010000
Octal276250320

Shades and tints

Shades of #BEA8D0

#BEA8D0
(190,168,208)
#AD99BE
(173,153,190)
#9C8AAC
(156,138,172)
#8B7B9A
(139,123,154)
#7A6C88
(122,108,136)
#695D76
(105,93,118)
#584E64
(88,78,100)
#473F52
(71,63,82)
#363040
(54,48,64)
#25212E
(37,33,46)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #BEA8D0

#BEA8D0
(190,168,208)
#C3AFD4
(195,175,212)
#C8B6D8
(200,182,216)
#CDBDDC
(205,189,220)
#D2C4E0
(210,196,224)
#D7CBE4
(215,203,228)
#DCD2E8
(220,210,232)
#E1D9EC
(225,217,236)
#E6E0F0
(230,224,240)
#EBE7F4
(235,231,244)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA8D0; }

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

This text font color is #BEA8D0.


Background Color

.myBgColor { background-color: #BEA8D0; }

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

This div background color is #BEA8D0.


Border color

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

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

This div border color is #BEA8D0.


Opacity

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

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

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

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

This text has shadow with #BEA8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA8D0 on black background.


Color preview on white background

This text has color #BEA8D0 on white background.



Black color preview on #BEA8D0 background

This text has black color on #BEA8D0 background.


White color preview on #BEA8D0 background

This text has white color on #BEA8D0 background.