COLOR #BE9298

HEX: #BE9298
RGB: (190,146,152)

Color info

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

RGB color model

#BE9298 color RGB value is (190,146,152).

  • red value is 190;
  • green value is 146;
  • blue value is 152.
RGB:
(190,146,152)
(75%,57%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 152 of 255 = 60%

190
146
152

R + G + B ~ 64%. #BE9298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 152 = 488 (100%)
R 190 of 488 ~ 38.93%
G 146 of 488 ~ 29.92%
B 152 of 488 ~ 31.15%

%38.93
%29.92
%31.15

CMYK color model

#BE9298 color CMYK value is (0,23,20,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 20.00%
  • key color value is 25.49%
CMYK:
(0,23,20,25)
C0M23Y20K25 
(0%,23%,20%,25%)
(0.00/0.23/0.20/0.25)	

CMYK percentages

%0
%23.16
%20
%25.49

Codes

Color #BE9298 in popluar color models

BE9298
RGB190146152
HSL352°25.29%65.88%
HSB/HSV352°23.16%74.51%
CMYK0.00%23.16%20.00%
25.49%

Color #BE9298 in popluar number systems.

HEXBE9298
Decimal190146152
Binary101111101001001010011000
Octal276222230

Shades and tints

Shades of #BE9298

#BE9298
(190,146,152)
#AD858B
(173,133,139)
#9C787E
(156,120,126)
#8B6B71
(139,107,113)
#7A5E64
(122,94,100)
#695157
(105,81,87)
#58444A
(88,68,74)
#47373D
(71,55,61)
#362A30
(54,42,48)
#251D23
(37,29,35)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BE9298

#BE9298
(190,146,152)
#C39BA1
(195,155,161)
#C8A4AA
(200,164,170)
#CDADB3
(205,173,179)
#D2B6BC
(210,182,188)
#D7BFC5
(215,191,197)
#DCC8CE
(220,200,206)
#E1D1D7
(225,209,215)
#E6DAE0
(230,218,224)
#EBE3E9
(235,227,233)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9298 color. Also use rgb(190,146,152) instead hex code.

Text Font Color

.myTextColor { color: #BE9298; }

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

This text font color is #BE9298.


Background Color

.myBgColor { background-color: #BE9298; }

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

This div background color is #BE9298.


Border color

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

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

This div border color is #BE9298.


Opacity

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

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

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

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

This text has shadow with #BE9298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9298 on black background.


Color preview on white background

This text has color #BE9298 on white background.



Black color preview on #BE9298 background

This text has black color on #BE9298 background.


White color preview on #BE9298 background

This text has white color on #BE9298 background.