COLOR #BE9398

HEX: #BE9398 RGB: (190,147,152)

Color info

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

RGB color model

#BE9398 color RGB value is (190,147,152).

RGB: (190,147,152) (75%, 58%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 152 of 255 = 60%

190
147
152

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

Portions of RGB colors in percentages

R + G + B = 190 + 147 + 152 = 489 (100%)
R 190 of 489 ~ 38.85%
G 147 of 489 ~ 30.06%
B 152 of 489 ~ 31.08'%

%38.85
%30.06
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.63%
  • 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
%22.63
%20
%25.49

Codes

Color #BE9398 in popluar color models

BE 93 98
RGB 190 147 152
HSL 353° 24.86% 66.08%
HSB/HSV 353° 22.63% 74.51%
CMYK 0.00% 22.63% 20.00%
25.49%

Color #BE9398 in popluar number systems.

HEX BE 93 98
Decimal 190 147 152
Binary 10111110 10010011 10011000
Octal 276 223 230

Shades and tints

Shades of #BE9398

#BE9398
(190,147,152)
#AD868B
(173,134,139)
#9C797E
(156,121,126)
#8B6C71
(139,108,113)
#7A5F64
(122,95,100)
#695257
(105,82,87)
#58454A
(88,69,74)
#47383D
(71,56,61)
#362B30
(54,43,48)
#251E23
(37,30,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #BE9398

#BE9398
(190,147,152)
#C39CA1
(195,156,161)
#C8A5AA
(200,165,170)
#CDAEB3
(205,174,179)
#D2B7BC
(210,183,188)
#D7C0C5
(215,192,197)
#DCC9CE
(220,201,206)
#E1D2D7
(225,210,215)
#E6DBE0
(230,219,224)
#EBE4E9
(235,228,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9398; }

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

This text font color is #BE9398.

Background Color

.myBgColor { background-color: #BE9398; }

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

This div background color is #BE9398.

Border color

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

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

This div border color is #BE9398.

Opacity

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

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

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

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

This text has shadow with #BE9398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9398.

Preview

Color preview on black background

This text has color #BE9398 on black background.


Color preview on white background

This text has color #BE9398 on white background.


Black color preview on #BE9398 background

This text has black color on #BE9398 background.


White color preview on #BE9398 background

This text has white color on #BE9398 background.


Related colors

Complementary color

Complementary color for #hex is #416C67.


I love getcolorcode.com

Triadic colors

1 #98BE93 and #9398BE with #BE9398 are triadic colors.

2 #9893BE and #93BE98 with #BE9398 are triadic colors.