COLOR #BEAED1

HEX: #BEAED1
RGB: (190,174,209)

Color info

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

RGB color model

#BEAED1 color RGB value is (190,174,209).

  • red value is 190;
  • green value is 174;
  • blue value is 209.
RGB:
(190,174,209)
(75%,68%,82%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 209 of 255 = 82%

190
174
209

R + G + B ~ 75%. #BEAED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 174 + 209 = 573 (100%)
R 190 of 573 ~ 33.16%
G 174 of 573 ~ 30.37%
B 209 of 573 ~ 36.47%

%33.16
%30.37
%36.47

CMYK color model

#BEAED1 color CMYK value is (9,17,0,18).

  • cyan value is 9.09%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,17,0,18)
C9M17Y0K18 
(9%,17%,0%,18%)
(0.09/0.17/0.00/0.18)	

CMYK percentages

%9.09
%16.75
%0
%18.04

Codes

Color #BEAED1 in popluar color models

BEAED1
RGB190174209
HSL267°27.56%75.10%
HSB/HSV267°16.75%81.96%
CMYK9.09%16.75%0.00%
18.04%

Color #BEAED1 in popluar number systems.

HEXBEAED1
Decimal190174209
Binary101111101010111011010001
Octal276256321

Shades and tints

Shades of #BEAED1

#BEAED1
(190,174,209)
#AD9FBE
(173,159,190)
#9C90AB
(156,144,171)
#8B8198
(139,129,152)
#7A7285
(122,114,133)
#696372
(105,99,114)
#58545F
(88,84,95)
#47454C
(71,69,76)
#363639
(54,54,57)
#252726
(37,39,38)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #BEAED1

#BEAED1
(190,174,209)
#C3B5D5
(195,181,213)
#C8BCD9
(200,188,217)
#CDC3DD
(205,195,221)
#D2CAE1
(210,202,225)
#D7D1E5
(215,209,229)
#DCD8E9
(220,216,233)
#E1DFED
(225,223,237)
#E6E6F1
(230,230,241)
#EBEDF5
(235,237,245)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAED1 color. Also use rgb(190,174,209) instead hex code.

Text Font Color

.myTextColor { color: #BEAED1; }

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

This text font color is #BEAED1.


Background Color

.myBgColor { background-color: #BEAED1; }

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

This div background color is #BEAED1.


Border color

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

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

This div border color is #BEAED1.


Opacity

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

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

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

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

This text has shadow with #BEAED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAED1 on black background.


Color preview on white background

This text has color #BEAED1 on white background.



Black color preview on #BEAED1 background

This text has black color on #BEAED1 background.


White color preview on #BEAED1 background

This text has white color on #BEAED1 background.