COLOR #B699B1

HEX: #B699B1 RGB: (182,153,177)

Color info

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

RGB color model

#B699B1 color RGB value is (182,153,177).

RGB: (182,153,177) (71%, 60%, 69%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 177 of 255 = 69%

182
153
177

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

Portions of RGB colors in percentages

R + G + B = 182 + 153 + 177 = 512 (100%)
R 182 of 512 ~ 35.55%
G 153 of 512 ~ 29.88%
B 177 of 512 ~ 34.57'%

%35.55
%29.88
%34.57

CMYK color model

#B699B1 color CMYK value is (0,16,3,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 2.75%
  • key color value is 28.63%
CMYK: (0,16,3,29) C0M16Y3K29 (0%,16%,3%,29%) (0.00/0.16/0.03/0.29) 

CMYK percentages

%0
%15.93
%2.75
%28.63

Codes

Color #B699B1 in popluar color models

B6 99 B1
RGB 182 153 177
HSL 310° 16.57% 65.69%
HSB/HSV 310° 15.93% 71.37%
CMYK 0.00% 15.93% 2.75%
28.63%

Color #B699B1 in popluar number systems.

HEX B6 99 B1
Decimal 182 153 177
Binary 10110110 10011001 10110001
Octal 266 231 261

Shades and tints

Shades of #B699B1

#B699B1
(182,153,177)
#A68CA1
(166,140,161)
#967F91
(150,127,145)
#867281
(134,114,129)
#766571
(118,101,113)
#665861
(102,88,97)
#564B51
(86,75,81)
#463E41
(70,62,65)
#363131
(54,49,49)
#262421
(38,36,33)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #B699B1

#B699B1
(182,153,177)
#BCA2B8
(188,162,184)
#C2ABBF
(194,171,191)
#C8B4C6
(200,180,198)
#CEBDCD
(206,189,205)
#D4C6D4
(212,198,212)
#DACFDB
(218,207,219)
#E0D8E2
(224,216,226)
#E6E1E9
(230,225,233)
#ECEAF0
(236,234,240)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B699B1 color. Also use rgb(182,153,177) instead hex code.

Text Font Color

.myTextColor { color: #B699B1; }

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

This text font color is #B699B1.

Background Color

.myBgColor { background-color: #B699B1; }

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

This div background color is #B699B1.

Border color

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

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

This div border color is #B699B1.

Opacity

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

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

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

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

This text has shadow with #B699B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B699B1.

Preview

Color preview on black background

This text has color #B699B1 on black background.


Color preview on white background

This text has color #B699B1 on white background.


Black color preview on #B699B1 background

This text has black color on #B699B1 background.


White color preview on #B699B1 background

This text has white color on #B699B1 background.


Related colors

Complementary color

Complementary color for #hex is #49664E.


I love getcolorcode.com

Triadic colors

1 #B1B699 and #99B1B6 with #B699B1 are triadic colors.

2 #B199B6 and #99B6B1 with #B699B1 are triadic colors.