COLOR #B699C8

HEX: #B699C8 RGB: (182,153,200)

Color info

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

RGB color model

#B699C8 color RGB value is (182,153,200).

RGB: (182,153,200) (71%, 60%, 78%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 200 of 255 = 78%

182
153
200

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

Portions of RGB colors in percentages

R + G + B = 182 + 153 + 200 = 535 (100%)
R 182 of 535 ~ 34.02%
G 153 of 535 ~ 28.6%
B 200 of 535 ~ 37.38'%

%34.02
%28.6
%37.38

CMYK color model

#B699C8 color CMYK value is (9,24,0,22).

  • cyan value is 9.00%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (9,24,0,22)
C9M24Y0K22 (9%, 24%, 0%, 22%)
(0.09 / 0.24 / 0.00 / 0.22)

CMYK percentages

%9
%23.5
%0
%21.57

Codes

Color #B699C8 in popluar color models

B6 99 C8
RGB 182 153 200
HSL 277° 29.94% 69.22%
HSB/HSV 277° 23.50% 78.43%
CMYK 9.00% 23.50% 0.00%
21.57%

Color #B699C8 in popluar number systems.

HEX B6 99 C8
Decimal 182 153 200
Binary 10110110 10011001 11001000
Octal 266 231 310

Shades and tints

Shades of #B699C8

#B699C8
(182,153,200)
#A68CB6
(166,140,182)
#967FA4
(150,127,164)
#867292
(134,114,146)
#766580
(118,101,128)
#66586E
(102,88,110)
#564B5C
(86,75,92)
#463E4A
(70,62,74)
#363138
(54,49,56)
#262426
(38,36,38)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B699C8

#B699C8
(182,153,200)
#BCA2CD
(188,162,205)
#C2ABD2
(194,171,210)
#C8B4D7
(200,180,215)
#CEBDDC
(206,189,220)
#D4C6E1
(212,198,225)
#DACFE6
(218,207,230)
#E0D8EB
(224,216,235)
#E6E1F0
(230,225,240)
#ECEAF5
(236,234,245)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B699C8 color. Also use rgb(182,153,200) instead hex code.

Text Font Color

.myTextColor { color: #B699C8; }

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

This text font color is #B699C8.

Background Color

.myBgColor { background-color: #B699C8; }

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

This div background color is #B699C8.

Border color

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

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

This div border color is #B699C8.

Opacity

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

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

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

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

This text has shadow with #B699C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B699C8.

Preview

Color preview on black background

This text has color #B699C8 on black background.


Color preview on white background

This text has color #B699C8 on white background.


Black color preview on #B699C8 background

This text has black color on #B699C8 background.


White color preview on #B699C8 background

This text has white color on #B699C8 background.


Related colors

Complementary color

Complementary color for #hex is #496637.


I love getcolorcode.com

Triadic colors

1 #C8B699 and #99C8B6 with #B699C8 are triadic colors.

2 #C899B6 and #99B6C8 with #B699C8 are triadic colors.