COLOR #B699BE

HEX: #B699BE RGB: (182,153,190)

Color info

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

RGB color model

#B699BE color RGB value is (182,153,190).

RGB: (182,153,190) (71%, 60%, 75%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 190 of 255 = 75%

182
153
190

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

Portions of RGB colors in percentages

R + G + B = 182 + 153 + 190 = 525 (100%)
R 182 of 525 ~ 34.67%
G 153 of 525 ~ 29.14%
B 190 of 525 ~ 36.19'%

%34.67
%29.14
%36.19

CMYK color model

#B699BE color CMYK value is (4,19,0,25).

  • cyan value is 4.21%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (4,19,0,25)
C4M19Y0K25 (4%, 19%, 0%, 25%)
(0.04 / 0.19 / 0.00 / 0.25)

CMYK percentages

%4.21
%19.47
%0
%25.49

Codes

Color #B699BE in popluar color models

B6 99 BE
RGB 182 153 190
HSL 287° 22.16% 67.25%
HSB/HSV 287° 19.47% 74.51%
CMYK 4.21% 19.47% 0.00%
25.49%

Color #B699BE in popluar number systems.

HEX B6 99 BE
Decimal 182 153 190
Binary 10110110 10011001 10111110
Octal 266 231 276

Shades and tints

Shades of #B699BE

#B699BE
(182,153,190)
#A68CAD
(166,140,173)
#967F9C
(150,127,156)
#86728B
(134,114,139)
#76657A
(118,101,122)
#665869
(102,88,105)
#564B58
(86,75,88)
#463E47
(70,62,71)
#363136
(54,49,54)
#262425
(38,36,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B699BE

#B699BE
(182,153,190)
#BCA2C3
(188,162,195)
#C2ABC8
(194,171,200)
#C8B4CD
(200,180,205)
#CEBDD2
(206,189,210)
#D4C6D7
(212,198,215)
#DACFDC
(218,207,220)
#E0D8E1
(224,216,225)
#E6E1E6
(230,225,230)
#ECEAEB
(236,234,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B699BE; }

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

This text font color is #B699BE.

Background Color

.myBgColor { background-color: #B699BE; }

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

This div background color is #B699BE.

Border color

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

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

This div border color is #B699BE.

Opacity

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

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

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

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

This text has shadow with #B699BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B699BE.

Preview

Color preview on black background

This text has color #B699BE on black background.


Color preview on white background

This text has color #B699BE on white background.


Black color preview on #B699BE background

This text has black color on #B699BE background.


White color preview on #B699BE background

This text has white color on #B699BE background.


Related colors

Complementary color

Complementary color for #hex is #496641.


I love getcolorcode.com

Triadic colors

1 #BEB699 and #99BEB6 with #B699BE are triadic colors.

2 #BE99B6 and #99B6BE with #B699BE are triadic colors.