COLOR #B699B7

HEX: #B699B7 RGB: (182,153,183)

Color info

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

RGB color model

#B699B7 color RGB value is (182,153,183).

RGB: (182,153,183) (71%, 60%, 72%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 183 of 255 = 72%

182
153
183

R + G + B ~ 68%. #B699B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 153 + 183 = 518 (100%)
R 182 of 518 ~ 35.14%
G 153 of 518 ~ 29.54%
B 183 of 518 ~ 35.33'%

%35.14
%29.54
%35.33

CMYK color model

#B699B7 color CMYK value is (1,16,0,28).

  • cyan value is 0.55%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (1,16,0,28)
C1M16Y0K28 (1%, 16%, 0%, 28%)
(0.01 / 0.16 / 0.00 / 0.28)

CMYK percentages

%0.55
%16.39
%0
%28.24

Codes

Color #B699B7 in popluar color models

B6 99 B7
RGB 182 153 183
HSL 298° 17.24% 65.88%
HSB/HSV 298° 16.39% 71.76%
CMYK 0.55% 16.39% 0.00%
28.24%

Color #B699B7 in popluar number systems.

HEX B6 99 B7
Decimal 182 153 183
Binary 10110110 10011001 10110111
Octal 266 231 267

Shades and tints

Shades of #B699B7

#B699B7
(182,153,183)
#A68CA7
(166,140,167)
#967F97
(150,127,151)
#867287
(134,114,135)
#766577
(118,101,119)
#665867
(102,88,103)
#564B57
(86,75,87)
#463E47
(70,62,71)
#363137
(54,49,55)
#262427
(38,36,39)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B699B7

#B699B7
(182,153,183)
#BCA2BD
(188,162,189)
#C2ABC3
(194,171,195)
#C8B4C9
(200,180,201)
#CEBDCF
(206,189,207)
#D4C6D5
(212,198,213)
#DACFDB
(218,207,219)
#E0D8E1
(224,216,225)
#E6E1E7
(230,225,231)
#ECEAED
(236,234,237)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B699B7; }

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

This text font color is #B699B7.

Background Color

.myBgColor { background-color: #B699B7; }

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

This div background color is #B699B7.

Border color

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

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

This div border color is #B699B7.

Opacity

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

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

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

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

This text has shadow with #B699B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B699B7.

Preview

Color preview on black background

This text has color #B699B7 on black background.


Color preview on white background

This text has color #B699B7 on white background.


Black color preview on #B699B7 background

This text has black color on #B699B7 background.


White color preview on #B699B7 background

This text has white color on #B699B7 background.


Related colors

Complementary color

Complementary color for #hex is #496648.


I love getcolorcode.com

Triadic colors

1 #B7B699 and #99B7B6 with #B699B7 are triadic colors.

2 #B799B6 and #99B6B7 with #B699B7 are triadic colors.