COLOR #B68CAE

HEX: #B68CAE
RGB: (182,140,174)

Color info

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

RGB color model

#B68CAE color RGB value is (182,140,174).

  • red value is 182;
  • green value is 140;
  • blue value is 174.
RGB:
(182,140,174)
(71%,55%,68%)

RGB channels and saturation

R 182 of 255 = 71%
G 140 of 255 = 55%
B 174 of 255 = 68%

182
140
174

R + G + B ~ 65%. #B68CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 140 + 174 = 496 (100%)
R 182 of 496 ~ 36.69%
G 140 of 496 ~ 28.23%
B 174 of 496 ~ 35.08%

%36.69
%28.23
%35.08

CMYK color model

#B68CAE color CMYK value is (0,23,4,29).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK:
(0,23,4,29)
C0M23Y4K29 
(0%,23%,4%,29%)
(0.00/0.23/0.04/0.29)	

CMYK percentages

%0
%23.08
%4.4
%28.63

Codes

Color #B68CAE in popluar color models

B68CAE
RGB182140174
HSL311°22.34%63.14%
HSB/HSV311°23.08%71.37%
CMYK0.00%23.08%4.40%
28.63%

Color #B68CAE in popluar number systems.

HEXB68CAE
Decimal182140174
Binary101101101000110010101110
Octal266214256

Shades and tints

Shades of #B68CAE

#B68CAE
(182,140,174)
#A6809F
(166,128,159)
#967490
(150,116,144)
#866881
(134,104,129)
#765C72
(118,92,114)
#665063
(102,80,99)
#564454
(86,68,84)
#463845
(70,56,69)
#362C36
(54,44,54)
#262027
(38,32,39)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #B68CAE

#B68CAE
(182,140,174)
#BC96B5
(188,150,181)
#C2A0BC
(194,160,188)
#C8AAC3
(200,170,195)
#CEB4CA
(206,180,202)
#D4BED1
(212,190,209)
#DAC8D8
(218,200,216)
#E0D2DF
(224,210,223)
#E6DCE6
(230,220,230)
#ECE6ED
(236,230,237)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68CAE color. Also use rgb(182,140,174) instead hex code.

Text Font Color

.myTextColor { color: #B68CAE; }

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

This text font color is #B68CAE.


Background Color

.myBgColor { background-color: #B68CAE; }

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

This div background color is #B68CAE.


Border color

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

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

This div border color is #B68CAE.


Opacity

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

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

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

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

This text has shadow with #B68CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68CAE on black background.


Color preview on white background

This text has color #B68CAE on white background.



Black color preview on #B68CAE background

This text has black color on #B68CAE background.


White color preview on #B68CAE background

This text has white color on #B68CAE background.