COLOR #B69CD0

HEX: #B69CD0 RGB: (182,156,208)

Color info

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

RGB color model

#B69CD0 color RGB value is (182,156,208).

RGB: (182,156,208) (71%, 61%, 82%)

RGB channels and saturation

R 182 of 255 = 71%
G 156 of 255 = 61%
B 208 of 255 = 82%

182
156
208

R + G + B ~ 71%. #B69CD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 156 + 208 = 546 (100%)
R 182 of 546 ~ 33.33%
G 156 of 546 ~ 28.57%
B 208 of 546 ~ 38.1'%

%33.33
%28.57
%38.1

CMYK color model

#B69CD0 color CMYK value is (13,25,0,18).

  • cyan value is 12.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (13,25,0,18)
C13M25Y0K18 (13%, 25%, 0%, 18%)
(0.13 / 0.25 / 0.00 / 0.18)

CMYK percentages

%12.5
%25
%0
%18.43

Codes

Color #B69CD0 in popluar color models

B6 9C D0
RGB 182 156 208
HSL 270° 35.62% 71.37%
HSB/HSV 270° 25.00% 81.57%
CMYK 12.50% 25.00% 0.00%
18.43%

Color #B69CD0 in popluar number systems.

HEX B6 9C D0
Decimal 182 156 208
Binary 10110110 10011100 11010000
Octal 266 234 320

Shades and tints

Shades of #B69CD0

#B69CD0
(182,156,208)
#A68EBE
(166,142,190)
#9680AC
(150,128,172)
#86729A
(134,114,154)
#766488
(118,100,136)
#665676
(102,86,118)
#564864
(86,72,100)
#463A52
(70,58,82)
#362C40
(54,44,64)
#261E2E
(38,30,46)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #B69CD0

#B69CD0
(182,156,208)
#BCA5D4
(188,165,212)
#C2AED8
(194,174,216)
#C8B7DC
(200,183,220)
#CEC0E0
(206,192,224)
#D4C9E4
(212,201,228)
#DAD2E8
(218,210,232)
#E0DBEC
(224,219,236)
#E6E4F0
(230,228,240)
#ECEDF4
(236,237,244)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69CD0; }

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

This text font color is #B69CD0.

Background Color

.myBgColor { background-color: #B69CD0; }

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

This div background color is #B69CD0.

Border color

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

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

This div border color is #B69CD0.

Opacity

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

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

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

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

This text has shadow with #B69CD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69CD0.

Preview

Color preview on black background

This text has color #B69CD0 on black background.


Color preview on white background

This text has color #B69CD0 on white background.


Black color preview on #B69CD0 background

This text has black color on #B69CD0 background.


White color preview on #B69CD0 background

This text has white color on #B69CD0 background.


Related colors

Complementary color

Complementary color for #hex is #49632F.


I love getcolorcode.com

Triadic colors

1 #D0B69C and #9CD0B6 with #B69CD0 are triadic colors.

2 #D09CB6 and #9CB6D0 with #B69CD0 are triadic colors.