COLOR #B7AEBE

HEX: #B7AEBE
RGB: (183,174,190)

Color info

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

RGB color model

#B7AEBE color RGB value is (183,174,190).

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

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 190 of 255 = 75%

183
174
190

R + G + B ~ 72%. #B7AEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 174 + 190 = 547 (100%)
R 183 of 547 ~ 33.46%
G 174 of 547 ~ 31.81%
B 190 of 547 ~ 34.73%

%33.46
%31.81
%34.73

CMYK color model

#B7AEBE color CMYK value is (4,8,0,25).

  • cyan value is 3.68%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,8,0,25)
C4M8Y0K25 
(4%,8%,0%,25%)
(0.04/0.08/0.00/0.25)	

CMYK percentages

%3.68
%8.42
%0
%25.49

Codes

Color #B7AEBE in popluar color models

B7AEBE
RGB183174190
HSL274°10.96%71.37%
HSB/HSV274°8.42%74.51%
CMYK3.68%8.42%0.00%
25.49%

Color #B7AEBE in popluar number systems.

HEXB7AEBE
Decimal183174190
Binary101101111010111010111110
Octal267256276

Shades and tints

Shades of #B7AEBE

#B7AEBE
(183,174,190)
#A79FAD
(167,159,173)
#97909C
(151,144,156)
#87818B
(135,129,139)
#77727A
(119,114,122)
#676369
(103,99,105)
#575458
(87,84,88)
#474547
(71,69,71)
#373636
(55,54,54)
#272725
(39,39,37)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #B7AEBE

#B7AEBE
(183,174,190)
#BDB5C3
(189,181,195)
#C3BCC8
(195,188,200)
#C9C3CD
(201,195,205)
#CFCAD2
(207,202,210)
#D5D1D7
(213,209,215)
#DBD8DC
(219,216,220)
#E1DFE1
(225,223,225)
#E7E6E6
(231,230,230)
#EDEDEB
(237,237,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AEBE; }

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

This text font color is #B7AEBE.


Background Color

.myBgColor { background-color: #B7AEBE; }

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

This div background color is #B7AEBE.


Border color

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

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

This div border color is #B7AEBE.


Opacity

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

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

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

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

This text has shadow with #B7AEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AEBE on black background.


Color preview on white background

This text has color #B7AEBE on white background.



Black color preview on #B7AEBE background

This text has black color on #B7AEBE background.


White color preview on #B7AEBE background

This text has white color on #B7AEBE background.