COLOR #B69EAE

HEX: #B69EAE
RGB: (182,158,174)

Color info

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

RGB color model

#B69EAE color RGB value is (182,158,174).

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

RGB channels and saturation

R 182 of 255 = 71%
G 158 of 255 = 62%
B 174 of 255 = 68%

182
158
174

R + G + B ~ 67%. #B69EAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 158 + 174 = 514 (100%)
R 182 of 514 ~ 35.41%
G 158 of 514 ~ 30.74%
B 174 of 514 ~ 33.85%

%35.41
%30.74
%33.85

CMYK color model

#B69EAE color CMYK value is (0,13,4,29).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK:
(0,13,4,29)
C0M13Y4K29 
(0%,13%,4%,29%)
(0.00/0.13/0.04/0.29)	

CMYK percentages

%0
%13.19
%4.4
%28.63

Codes

Color #B69EAE in popluar color models

B69EAE
RGB182158174
HSL320°14.12%66.67%
HSB/HSV320°13.19%71.37%
CMYK0.00%13.19%4.40%
28.63%

Color #B69EAE in popluar number systems.

HEXB69EAE
Decimal182158174
Binary101101101001111010101110
Octal266236256

Shades and tints

Shades of #B69EAE

#B69EAE
(182,158,174)
#A6909F
(166,144,159)
#968290
(150,130,144)
#867481
(134,116,129)
#766672
(118,102,114)
#665863
(102,88,99)
#564A54
(86,74,84)
#463C45
(70,60,69)
#362E36
(54,46,54)
#262027
(38,32,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #B69EAE

#B69EAE
(182,158,174)
#BCA6B5
(188,166,181)
#C2AEBC
(194,174,188)
#C8B6C3
(200,182,195)
#CEBECA
(206,190,202)
#D4C6D1
(212,198,209)
#DACED8
(218,206,216)
#E0D6DF
(224,214,223)
#E6DEE6
(230,222,230)
#ECE6ED
(236,230,237)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69EAE; }

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

This text font color is #B69EAE.


Background Color

.myBgColor { background-color: #B69EAE; }

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

This div background color is #B69EAE.


Border color

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

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

This div border color is #B69EAE.


Opacity

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

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

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

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

This text has shadow with #B69EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69EAE on black background.


Color preview on white background

This text has color #B69EAE on white background.



Black color preview on #B69EAE background

This text has black color on #B69EAE background.


White color preview on #B69EAE background

This text has white color on #B69EAE background.