COLOR #B69BC9

HEX: #B69BC9 RGB: (182,155,201)

Color info

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

RGB color model

#B69BC9 color RGB value is (182,155,201).

RGB: (182,155,201) (71%, 61%, 79%)

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 201 of 255 = 79%

182
155
201

R + G + B ~ 70%. #B69BC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 155 + 201 = 538 (100%)
R 182 of 538 ~ 33.83%
G 155 of 538 ~ 28.81%
B 201 of 538 ~ 37.36'%

%33.83
%28.81
%37.36

CMYK color model

#B69BC9 color CMYK value is (9,23,0,21).

  • cyan value is 9.45%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (9,23,0,21)
C9M23Y0K21 (9%, 23%, 0%, 21%)
(0.09 / 0.23 / 0.00 / 0.21)

CMYK percentages

%9.45
%22.89
%0
%21.18

Codes

Color #B69BC9 in popluar color models

B6 9B C9
RGB 182 155 201
HSL 275° 29.87% 69.80%
HSB/HSV 275° 22.89% 78.82%
CMYK 9.45% 22.89% 0.00%
21.18%

Color #B69BC9 in popluar number systems.

HEX B6 9B C9
Decimal 182 155 201
Binary 10110110 10011011 11001001
Octal 266 233 311

Shades and tints

Shades of #B69BC9

#B69BC9
(182,155,201)
#A68DB7
(166,141,183)
#967FA5
(150,127,165)
#867193
(134,113,147)
#766381
(118,99,129)
#66556F
(102,85,111)
#56475D
(86,71,93)
#46394B
(70,57,75)
#362B39
(54,43,57)
#261D27
(38,29,39)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #B69BC9

#B69BC9
(182,155,201)
#BCA4CD
(188,164,205)
#C2ADD1
(194,173,209)
#C8B6D5
(200,182,213)
#CEBFD9
(206,191,217)
#D4C8DD
(212,200,221)
#DAD1E1
(218,209,225)
#E0DAE5
(224,218,229)
#E6E3E9
(230,227,233)
#ECECED
(236,236,237)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69BC9 color. Also use rgb(182,155,201) instead hex code.

Text Font Color

.myTextColor { color: #B69BC9; }

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

This text font color is #B69BC9.

Background Color

.myBgColor { background-color: #B69BC9; }

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

This div background color is #B69BC9.

Border color

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

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

This div border color is #B69BC9.

Opacity

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

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

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

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

This text has shadow with #B69BC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69BC9.

Preview

Color preview on black background

This text has color #B69BC9 on black background.


Color preview on white background

This text has color #B69BC9 on white background.


Black color preview on #B69BC9 background

This text has black color on #B69BC9 background.


White color preview on #B69BC9 background

This text has white color on #B69BC9 background.


Related colors

Complementary color

Complementary color for #hex is #496436.


I love getcolorcode.com

Triadic colors

1 #C9B69B and #9BC9B6 with #B69BC9 are triadic colors.

2 #C99BB6 and #9BB6C9 with #B69BC9 are triadic colors.