COLOR #B69CC1

HEX: #B69CC1 RGB: (182,156,193)

Color info

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

RGB color model

#B69CC1 color RGB value is (182,156,193).

RGB: (182,156,193) (71%, 61%, 76%)

RGB channels and saturation

R 182 of 255 = 71%
G 156 of 255 = 61%
B 193 of 255 = 76%

182
156
193

R + G + B ~ 69%. #B69CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 156 + 193 = 531 (100%)
R 182 of 531 ~ 34.27%
G 156 of 531 ~ 29.38%
B 193 of 531 ~ 36.35'%

%34.27
%29.38
%36.35

CMYK color model

#B69CC1 color CMYK value is (6,19,0,24).

  • cyan value is 5.70%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (6,19,0,24)
C6M19Y0K24 (6%, 19%, 0%, 24%)
(0.06 / 0.19 / 0.00 / 0.24)

CMYK percentages

%5.7
%19.17
%0
%24.31

Codes

Color #B69CC1 in popluar color models

B6 9C C1
RGB 182 156 193
HSL 282° 22.98% 68.43%
HSB/HSV 282° 19.17% 75.69%
CMYK 5.70% 19.17% 0.00%
24.31%

Color #B69CC1 in popluar number systems.

HEX B6 9C C1
Decimal 182 156 193
Binary 10110110 10011100 11000001
Octal 266 234 301

Shades and tints

Shades of #B69CC1

#B69CC1
(182,156,193)
#A68EB0
(166,142,176)
#96809F
(150,128,159)
#86728E
(134,114,142)
#76647D
(118,100,125)
#66566C
(102,86,108)
#56485B
(86,72,91)
#463A4A
(70,58,74)
#362C39
(54,44,57)
#261E28
(38,30,40)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #B69CC1

#B69CC1
(182,156,193)
#BCA5C6
(188,165,198)
#C2AECB
(194,174,203)
#C8B7D0
(200,183,208)
#CEC0D5
(206,192,213)
#D4C9DA
(212,201,218)
#DAD2DF
(218,210,223)
#E0DBE4
(224,219,228)
#E6E4E9
(230,228,233)
#ECEDEE
(236,237,238)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69CC1 color. Also use rgb(182,156,193) instead hex code.

Text Font Color

.myTextColor { color: #B69CC1; }

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

This text font color is #B69CC1.

Background Color

.myBgColor { background-color: #B69CC1; }

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

This div background color is #B69CC1.

Border color

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

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

This div border color is #B69CC1.

Opacity

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

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

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

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

This text has shadow with #B69CC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69CC1.

Preview

Color preview on black background

This text has color #B69CC1 on black background.


Color preview on white background

This text has color #B69CC1 on white background.


Black color preview on #B69CC1 background

This text has black color on #B69CC1 background.


White color preview on #B69CC1 background

This text has white color on #B69CC1 background.


Related colors

Complementary color

Complementary color for #hex is #49633E.


I love getcolorcode.com

Triadic colors

1 #C1B69C and #9CC1B6 with #B69CC1 are triadic colors.

2 #C19CB6 and #9CB6C1 with #B69CC1 are triadic colors.