COLOR #BEACE3

HEX: #BEACE3
RGB: (190,172,227)

Color info

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

RGB color model

#BEACE3 color RGB value is (190,172,227).

  • red value is 190;
  • green value is 172;
  • blue value is 227.
RGB:
(190,172,227)
(75%,67%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 227 of 255 = 89%

190
172
227

R + G + B ~ 77%. #BEACE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 172 + 227 = 589 (100%)
R 190 of 589 ~ 32.26%
G 172 of 589 ~ 29.2%
B 227 of 589 ~ 38.54%

%32.26
%29.2
%38.54

CMYK color model

#BEACE3 color CMYK value is (16,24,0,11).

  • cyan value is 16.30%
  • magenta value is 24.23%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(16,24,0,11)
C16M24Y0K11 
(16%,24%,0%,11%)
(0.16/0.24/0.00/0.11)	

CMYK percentages

%16.3
%24.23
%0
%10.98

Codes

Color #BEACE3 in popluar color models

BEACE3
RGB190172227
HSL260°49.55%78.24%
HSB/HSV260°24.23%89.02%
CMYK16.30%24.23%0.00%
10.98%

Color #BEACE3 in popluar number systems.

HEXBEACE3
Decimal190172227
Binary101111101010110011100011
Octal276254343

Shades and tints

Shades of #BEACE3

#BEACE3
(190,172,227)
#AD9DCF
(173,157,207)
#9C8EBB
(156,142,187)
#8B7FA7
(139,127,167)
#7A7093
(122,112,147)
#69617F
(105,97,127)
#58526B
(88,82,107)
#474357
(71,67,87)
#363443
(54,52,67)
#25252F
(37,37,47)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #BEACE3

#BEACE3
(190,172,227)
#C3B3E5
(195,179,229)
#C8BAE7
(200,186,231)
#CDC1E9
(205,193,233)
#D2C8EB
(210,200,235)
#D7CFED
(215,207,237)
#DCD6EF
(220,214,239)
#E1DDF1
(225,221,241)
#E6E4F3
(230,228,243)
#EBEBF5
(235,235,245)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEACE3 color. Also use rgb(190,172,227) instead hex code.

Text Font Color

.myTextColor { color: #BEACE3; }

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

This text font color is #BEACE3.


Background Color

.myBgColor { background-color: #BEACE3; }

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

This div background color is #BEACE3.


Border color

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

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

This div border color is #BEACE3.


Opacity

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

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

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

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

This text has shadow with #BEACE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEACE3 on black background.


Color preview on white background

This text has color #BEACE3 on white background.



Black color preview on #BEACE3 background

This text has black color on #BEACE3 background.


White color preview on #BEACE3 background

This text has white color on #BEACE3 background.