COLOR #B69BD4

HEX: #B69BD4 RGB: (182,155,212)

Color info

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

RGB color model

#B69BD4 color RGB value is (182,155,212).

RGB: (182,155,212) (71%, 61%, 83%)

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 212 of 255 = 83%

182
155
212

R + G + B ~ 72%. #B69BD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 155 + 212 = 549 (100%)
R 182 of 549 ~ 33.15%
G 155 of 549 ~ 28.23%
B 212 of 549 ~ 38.62'%

%33.15
%28.23
%38.62

CMYK color model

#B69BD4 color CMYK value is (14,27,0,17).

  • cyan value is 14.15%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (14,27,0,17)
C14M27Y0K17 (14%, 27%, 0%, 17%)
(0.14 / 0.27 / 0.00 / 0.17)

CMYK percentages

%14.15
%26.89
%0
%16.86

Codes

Color #B69BD4 in popluar color models

B6 9B D4
RGB 182 155 212
HSL 268° 39.86% 71.96%
HSB/HSV 268° 26.89% 83.14%
CMYK 14.15% 26.89% 0.00%
16.86%

Color #B69BD4 in popluar number systems.

HEX B6 9B D4
Decimal 182 155 212
Binary 10110110 10011011 11010100
Octal 266 233 324

Shades and tints

Shades of #B69BD4

#B69BD4
(182,155,212)
#A68DC1
(166,141,193)
#967FAE
(150,127,174)
#86719B
(134,113,155)
#766388
(118,99,136)
#665575
(102,85,117)
#564762
(86,71,98)
#46394F
(70,57,79)
#362B3C
(54,43,60)
#261D29
(38,29,41)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #B69BD4

#B69BD4
(182,155,212)
#BCA4D7
(188,164,215)
#C2ADDA
(194,173,218)
#C8B6DD
(200,182,221)
#CEBFE0
(206,191,224)
#D4C8E3
(212,200,227)
#DAD1E6
(218,209,230)
#E0DAE9
(224,218,233)
#E6E3EC
(230,227,236)
#ECECEF
(236,236,239)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69BD4; }

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

This text font color is #B69BD4.

Background Color

.myBgColor { background-color: #B69BD4; }

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

This div background color is #B69BD4.

Border color

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

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

This div border color is #B69BD4.

Opacity

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

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

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

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

This text has shadow with #B69BD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69BD4.

Preview

Color preview on black background

This text has color #B69BD4 on black background.


Color preview on white background

This text has color #B69BD4 on white background.


Black color preview on #B69BD4 background

This text has black color on #B69BD4 background.


White color preview on #B69BD4 background

This text has white color on #B69BD4 background.


Related colors

Complementary color

Complementary color for #hex is #49642B.


I love getcolorcode.com

Triadic colors

1 #D4B69B and #9BD4B6 with #B69BD4 are triadic colors.

2 #D49BB6 and #9BB6D4 with #B69BD4 are triadic colors.