COLOR #B698BB

HEX: #B698BB RGB: (182,152,187)

Color info

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

RGB color model

#B698BB color RGB value is (182,152,187).

RGB: (182,152,187) (71%, 60%, 73%)

RGB channels and saturation

R 182 of 255 = 71%
G 152 of 255 = 60%
B 187 of 255 = 73%

182
152
187

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

Portions of RGB colors in percentages

R + G + B = 182 + 152 + 187 = 521 (100%)
R 182 of 521 ~ 34.93%
G 152 of 521 ~ 29.17%
B 187 of 521 ~ 35.89'%

%34.93
%29.17
%35.89

CMYK color model

#B698BB color CMYK value is (3,19,0,27).

  • cyan value is 2.67%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (3,19,0,27)
C3M19Y0K27 (3%, 19%, 0%, 27%)
(0.03 / 0.19 / 0.00 / 0.27)

CMYK percentages

%2.67
%18.72
%0
%26.67

Codes

Color #B698BB in popluar color models

B6 98 BB
RGB 182 152 187
HSL 291° 20.47% 66.47%
HSB/HSV 291° 18.72% 73.33%
CMYK 2.67% 18.72% 0.00%
26.67%

Color #B698BB in popluar number systems.

HEX B6 98 BB
Decimal 182 152 187
Binary 10110110 10011000 10111011
Octal 266 230 273

Shades and tints

Shades of #B698BB

#B698BB
(182,152,187)
#A68BAA
(166,139,170)
#967E99
(150,126,153)
#867188
(134,113,136)
#766477
(118,100,119)
#665766
(102,87,102)
#564A55
(86,74,85)
#463D44
(70,61,68)
#363033
(54,48,51)
#262322
(38,35,34)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #B698BB

#B698BB
(182,152,187)
#BCA1C1
(188,161,193)
#C2AAC7
(194,170,199)
#C8B3CD
(200,179,205)
#CEBCD3
(206,188,211)
#D4C5D9
(212,197,217)
#DACEDF
(218,206,223)
#E0D7E5
(224,215,229)
#E6E0EB
(230,224,235)
#ECE9F1
(236,233,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B698BB color. Also use rgb(182,152,187) instead hex code.

Text Font Color

.myTextColor { color: #B698BB; }

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

This text font color is #B698BB.

Background Color

.myBgColor { background-color: #B698BB; }

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

This div background color is #B698BB.

Border color

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

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

This div border color is #B698BB.

Opacity

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

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

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

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

This text has shadow with #B698BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B698BB.

Preview

Color preview on black background

This text has color #B698BB on black background.


Color preview on white background

This text has color #B698BB on white background.


Black color preview on #B698BB background

This text has black color on #B698BB background.


White color preview on #B698BB background

This text has white color on #B698BB background.


Related colors

Complementary color

Complementary color for #hex is #496744.


I love getcolorcode.com

Triadic colors

1 #BBB698 and #98BBB6 with #B698BB are triadic colors.

2 #BB98B6 and #98B6BB with #B698BB are triadic colors.