COLOR #BE94A8

HEX: #BE94A8
RGB: (190,148,168)

Color info

#BE94A8 contains red, green and blue colors in about the same proportion. Web safe color of #BE94A8 is #CC9999 (or #C99).

RGB color model

#BE94A8 color RGB value is (190,148,168).

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

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 168 of 255 = 66%

190
148
168

R + G + B ~ 66%. #BE94A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 148 + 168 = 506 (100%)
R 190 of 506 ~ 37.55%
G 148 of 506 ~ 29.25%
B 168 of 506 ~ 33.2%

%37.55
%29.25
%33.2

CMYK color model

#BE94A8 color CMYK value is (0,22,12,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK:
(0,22,12,25)
C0M22Y12K25 
(0%,22%,12%,25%)
(0.00/0.22/0.12/0.25)	

CMYK percentages

%0
%22.11
%11.58
%25.49

Codes

Color #BE94A8 in popluar color models

BE94A8
RGB190148168
HSL331°24.42%66.27%
HSB/HSV331°22.11%74.51%
CMYK0.00%22.11%11.58%
25.49%

Color #BE94A8 in popluar number systems.

HEXBE94A8
Decimal190148168
Binary101111101001010010101000
Octal276224250

Shades and tints

Shades of #BE94A8

#BE94A8
(190,148,168)
#AD8799
(173,135,153)
#9C7A8A
(156,122,138)
#8B6D7B
(139,109,123)
#7A606C
(122,96,108)
#69535D
(105,83,93)
#58464E
(88,70,78)
#47393F
(71,57,63)
#362C30
(54,44,48)
#251F21
(37,31,33)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #BE94A8

#BE94A8
(190,148,168)
#C39DAF
(195,157,175)
#C8A6B6
(200,166,182)
#CDAFBD
(205,175,189)
#D2B8C4
(210,184,196)
#D7C1CB
(215,193,203)
#DCCAD2
(220,202,210)
#E1D3D9
(225,211,217)
#E6DCE0
(230,220,224)
#EBE5E7
(235,229,231)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE94A8; }

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

This text font color is #BE94A8.


Background Color

.myBgColor { background-color: #BE94A8; }

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

This div background color is #BE94A8.


Border color

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

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

This div border color is #BE94A8.


Opacity

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

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

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

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

This text has shadow with #BE94A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE94A8 on black background.


Color preview on white background

This text has color #BE94A8 on white background.



Black color preview on #BE94A8 background

This text has black color on #BE94A8 background.


White color preview on #BE94A8 background

This text has white color on #BE94A8 background.