COLOR #BEAFE7

HEX: #BEAFE7
RGB: (190,175,231)

Color info

#BEAFE7 contains red, green and blue colors in about the same proportion. Web safe color of #BEAFE7 is #CC99FF (or #C9F).

RGB color model

#BEAFE7 color RGB value is (190,175,231).

  • red value is 190;
  • green value is 175;
  • blue value is 231.
RGB:
(190,175,231)
(75%,69%,91%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 231 of 255 = 91%

190
175
231

R + G + B ~ 78%. #BEAFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 231 = 596 (100%)
R 190 of 596 ~ 31.88%
G 175 of 596 ~ 29.36%
B 231 of 596 ~ 38.76%

%31.88
%29.36
%38.76

CMYK color model

#BEAFE7 color CMYK value is (18,24,0,9).

  • cyan value is 17.75%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(18,24,0,9)
C18M24Y0K9 
(18%,24%,0%,9%)
(0.18/0.24/0.00/0.09)	

CMYK percentages

%17.75
%24.24
%0
%9.41

Codes

Color #BEAFE7 in popluar color models

BEAFE7
RGB190175231
HSL256°53.85%79.61%
HSB/HSV256°24.24%90.59%
CMYK17.75%24.24%0.00%
9.41%

Color #BEAFE7 in popluar number systems.

HEXBEAFE7
Decimal190175231
Binary101111101010111111100111
Octal276257347

Shades and tints

Shades of #BEAFE7

#BEAFE7
(190,175,231)
#ADA0D2
(173,160,210)
#9C91BD
(156,145,189)
#8B82A8
(139,130,168)
#7A7393
(122,115,147)
#69647E
(105,100,126)
#585569
(88,85,105)
#474654
(71,70,84)
#36373F
(54,55,63)
#25282A
(37,40,42)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEAFE7

#BEAFE7
(190,175,231)
#C3B6E9
(195,182,233)
#C8BDEB
(200,189,235)
#CDC4ED
(205,196,237)
#D2CBEF
(210,203,239)
#D7D2F1
(215,210,241)
#DCD9F3
(220,217,243)
#E1E0F5
(225,224,245)
#E6E7F7
(230,231,247)
#EBEEF9
(235,238,249)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAFE7 color. Also use rgb(190,175,231) instead hex code.

Text Font Color

.myTextColor { color: #BEAFE7; }

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

This text font color is #BEAFE7.


Background Color

.myBgColor { background-color: #BEAFE7; }

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

This div background color is #BEAFE7.


Border color

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

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

This div border color is #BEAFE7.


Opacity

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

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

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

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

This text has shadow with #BEAFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFE7 on black background.


Color preview on white background

This text has color #BEAFE7 on white background.



Black color preview on #BEAFE7 background

This text has black color on #BEAFE7 background.


White color preview on #BEAFE7 background

This text has white color on #BEAFE7 background.