COLOR #B69DA5

HEX: #B69DA5
RGB: (182,157,165)

Color info

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

RGB color model

#B69DA5 color RGB value is (182,157,165).

  • red value is 182;
  • green value is 157;
  • blue value is 165.
RGB:
(182,157,165)
(71%,62%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 165 of 255 = 65%

182
157
165

R + G + B ~ 66%. #B69DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 165 = 504 (100%)
R 182 of 504 ~ 36.11%
G 157 of 504 ~ 31.15%
B 165 of 504 ~ 32.74%

%36.11
%31.15
%32.74

CMYK color model

#B69DA5 color CMYK value is (0,14,9,29).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 9.34%
  • key color value is 28.63%
CMYK:
(0,14,9,29)
C0M14Y9K29 
(0%,14%,9%,29%)
(0.00/0.14/0.09/0.29)	

CMYK percentages

%0
%13.74
%9.34
%28.63

Codes

Color #B69DA5 in popluar color models

B69DA5
RGB182157165
HSL341°14.62%66.47%
HSB/HSV341°13.74%71.37%
CMYK0.00%13.74%9.34%
28.63%

Color #B69DA5 in popluar number systems.

HEXB69DA5
Decimal182157165
Binary101101101001110110100101
Octal266235245

Shades and tints

Shades of #B69DA5

#B69DA5
(182,157,165)
#A68F96
(166,143,150)
#968187
(150,129,135)
#867378
(134,115,120)
#766569
(118,101,105)
#66575A
(102,87,90)
#56494B
(86,73,75)
#463B3C
(70,59,60)
#362D2D
(54,45,45)
#261F1E
(38,31,30)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #B69DA5

#B69DA5
(182,157,165)
#BCA5AD
(188,165,173)
#C2ADB5
(194,173,181)
#C8B5BD
(200,181,189)
#CEBDC5
(206,189,197)
#D4C5CD
(212,197,205)
#DACDD5
(218,205,213)
#E0D5DD
(224,213,221)
#E6DDE5
(230,221,229)
#ECE5ED
(236,229,237)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69DA5 color. Also use rgb(182,157,165) instead hex code.

Text Font Color

.myTextColor { color: #B69DA5; }

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

This text font color is #B69DA5.


Background Color

.myBgColor { background-color: #B69DA5; }

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

This div background color is #B69DA5.


Border color

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

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

This div border color is #B69DA5.


Opacity

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

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

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

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

This text has shadow with #B69DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DA5 on black background.


Color preview on white background

This text has color #B69DA5 on white background.



Black color preview on #B69DA5 background

This text has black color on #B69DA5 background.


White color preview on #B69DA5 background

This text has white color on #B69DA5 background.