COLOR #BE9CAE

HEX: #BE9CAE
RGB: (190,156,174)

Color info

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

RGB color model

#BE9CAE color RGB value is (190,156,174).

  • red value is 190;
  • green value is 156;
  • blue value is 174.
RGB:
(190,156,174)
(75%,61%,68%)

RGB channels and saturation

R 190 of 255 = 75%
G 156 of 255 = 61%
B 174 of 255 = 68%

190
156
174

R + G + B ~ 68%. #BE9CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 156 + 174 = 520 (100%)
R 190 of 520 ~ 36.54%
G 156 of 520 ~ 30%
B 174 of 520 ~ 33.46%

%36.54
%30
%33.46

CMYK color model

#BE9CAE color CMYK value is (0,18,8,25).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK:
(0,18,8,25)
C0M18Y8K25 
(0%,18%,8%,25%)
(0.00/0.18/0.08/0.25)	

CMYK percentages

%0
%17.89
%8.42
%25.49

Codes

Color #BE9CAE in popluar color models

BE9CAE
RGB190156174
HSL328°20.73%67.84%
HSB/HSV328°17.89%74.51%
CMYK0.00%17.89%8.42%
25.49%

Color #BE9CAE in popluar number systems.

HEXBE9CAE
Decimal190156174
Binary101111101001110010101110
Octal276234256

Shades and tints

Shades of #BE9CAE

#BE9CAE
(190,156,174)
#AD8E9F
(173,142,159)
#9C8090
(156,128,144)
#8B7281
(139,114,129)
#7A6472
(122,100,114)
#695663
(105,86,99)
#584854
(88,72,84)
#473A45
(71,58,69)
#362C36
(54,44,54)
#251E27
(37,30,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #BE9CAE

#BE9CAE
(190,156,174)
#C3A5B5
(195,165,181)
#C8AEBC
(200,174,188)
#CDB7C3
(205,183,195)
#D2C0CA
(210,192,202)
#D7C9D1
(215,201,209)
#DCD2D8
(220,210,216)
#E1DBDF
(225,219,223)
#E6E4E6
(230,228,230)
#EBEDED
(235,237,237)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9CAE color. Also use rgb(190,156,174) instead hex code.

Text Font Color

.myTextColor { color: #BE9CAE; }

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

This text font color is #BE9CAE.


Background Color

.myBgColor { background-color: #BE9CAE; }

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

This div background color is #BE9CAE.


Border color

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

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

This div border color is #BE9CAE.


Opacity

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

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

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

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

This text has shadow with #BE9CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9CAE on black background.


Color preview on white background

This text has color #BE9CAE on white background.



Black color preview on #BE9CAE background

This text has black color on #BE9CAE background.


White color preview on #BE9CAE background

This text has white color on #BE9CAE background.