COLOR #B7AECB

HEX: #B7AECB
RGB: (183,174,203)

Color info

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

RGB color model

#B7AECB color RGB value is (183,174,203).

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

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 203 of 255 = 80%

183
174
203

R + G + B ~ 73%. #B7AECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 174 + 203 = 560 (100%)
R 183 of 560 ~ 32.68%
G 174 of 560 ~ 31.07%
B 203 of 560 ~ 36.25%

%32.68
%31.07
%36.25

CMYK color model

#B7AECB color CMYK value is (10,14,0,20).

  • cyan value is 9.85%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(10,14,0,20)
C10M14Y0K20 
(10%,14%,0%,20%)
(0.10/0.14/0.00/0.20)	

CMYK percentages

%9.85
%14.29
%0
%20.39

Codes

Color #B7AECB in popluar color models

B7AECB
RGB183174203
HSL259°21.80%73.92%
HSB/HSV259°14.29%79.61%
CMYK9.85%14.29%0.00%
20.39%

Color #B7AECB in popluar number systems.

HEXB7AECB
Decimal183174203
Binary101101111010111011001011
Octal267256313

Shades and tints

Shades of #B7AECB

#B7AECB
(183,174,203)
#A79FB9
(167,159,185)
#9790A7
(151,144,167)
#878195
(135,129,149)
#777283
(119,114,131)
#676371
(103,99,113)
#57545F
(87,84,95)
#47454D
(71,69,77)
#37363B
(55,54,59)
#272729
(39,39,41)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #B7AECB

#B7AECB
(183,174,203)
#BDB5CF
(189,181,207)
#C3BCD3
(195,188,211)
#C9C3D7
(201,195,215)
#CFCADB
(207,202,219)
#D5D1DF
(213,209,223)
#DBD8E3
(219,216,227)
#E1DFE7
(225,223,231)
#E7E6EB
(231,230,235)
#EDEDEF
(237,237,239)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AECB; }

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

This text font color is #B7AECB.


Background Color

.myBgColor { background-color: #B7AECB; }

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

This div background color is #B7AECB.


Border color

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

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

This div border color is #B7AECB.


Opacity

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

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

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

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

This text has shadow with #B7AECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AECB on black background.


Color preview on white background

This text has color #B7AECB on white background.



Black color preview on #B7AECB background

This text has black color on #B7AECB background.


White color preview on #B7AECB background

This text has white color on #B7AECB background.