COLOR #B699BC

HEX: #B699BC
RGB: (182,153,188)

Color info

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

RGB color model

#B699BC color RGB value is (182,153,188).

  • red value is 182;
  • green value is 153;
  • blue value is 188.
RGB:
(182,153,188)
(71%,60%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 188 of 255 = 74%

182
153
188

R + G + B ~ 68%. #B699BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 188 = 523 (100%)
R 182 of 523 ~ 34.8%
G 153 of 523 ~ 29.25%
B 188 of 523 ~ 35.95%

%34.8
%29.25
%35.95

CMYK color model

#B699BC color CMYK value is (3,19,0,26).

  • cyan value is 3.19%
  • magenta value is 18.62%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(3,19,0,26)
C3M19Y0K26 
(3%,19%,0%,26%)
(0.03/0.19/0.00/0.26)	

CMYK percentages

%3.19
%18.62
%0
%26.27

Codes

Color #B699BC in popluar color models

B699BC
RGB182153188
HSL290°20.71%66.86%
HSB/HSV290°18.62%73.73%
CMYK3.19%18.62%0.00%
26.27%

Color #B699BC in popluar number systems.

HEXB699BC
Decimal182153188
Binary101101101001100110111100
Octal266231274

Shades and tints

Shades of #B699BC

#B699BC
(182,153,188)
#A68CAB
(166,140,171)
#967F9A
(150,127,154)
#867289
(134,114,137)
#766578
(118,101,120)
#665867
(102,88,103)
#564B56
(86,75,86)
#463E45
(70,62,69)
#363134
(54,49,52)
#262423
(38,36,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #B699BC

#B699BC
(182,153,188)
#BCA2C2
(188,162,194)
#C2ABC8
(194,171,200)
#C8B4CE
(200,180,206)
#CEBDD4
(206,189,212)
#D4C6DA
(212,198,218)
#DACFE0
(218,207,224)
#E0D8E6
(224,216,230)
#E6E1EC
(230,225,236)
#ECEAF2
(236,234,242)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B699BC; }

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

This text font color is #B699BC.


Background Color

.myBgColor { background-color: #B699BC; }

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

This div background color is #B699BC.


Border color

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

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

This div border color is #B699BC.


Opacity

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

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

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

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

This text has shadow with #B699BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B699BC on black background.


Color preview on white background

This text has color #B699BC on white background.



Black color preview on #B699BC background

This text has black color on #B699BC background.


White color preview on #B699BC background

This text has white color on #B699BC background.