COLOR #B692AD

HEX: #B692AD RGB: (182,146,173)

Color info

#B692AD contains red, green and blue colors in about the same proportion. Web safe color of #B692AD is #CC9999 (or #C99).

RGB color model

#B692AD color RGB value is (182,146,173).

RGB: (182,146,173) (71%, 57%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 146 of 255 = 57%
B 173 of 255 = 68%

182
146
173

R + G + B ~ 65%. #B692AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 146 + 173 = 501 (100%)
R 182 of 501 ~ 36.33%
G 146 of 501 ~ 29.14%
B 173 of 501 ~ 34.53'%

%36.33
%29.14
%34.53

CMYK color model

#B692AD color CMYK value is (0,20,5,29).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK: (0,20,5,29) C0M20Y5K29 (0%,20%,5%,29%) (0.00/0.20/0.05/0.29) 

CMYK percentages

%0
%19.78
%4.95
%28.63

Codes

Color #B692AD in popluar color models

B6 92 AD
RGB 182 146 173
HSL 315° 19.78% 64.31%
HSB/HSV 315° 19.78% 71.37%
CMYK 0.00% 19.78% 4.95%
28.63%

Color #B692AD in popluar number systems.

HEX B6 92 AD
Decimal 182 146 173
Binary 10110110 10010010 10101101
Octal 266 222 255

Shades and tints

Shades of #B692AD

#B692AD
(182,146,173)
#A6859E
(166,133,158)
#96788F
(150,120,143)
#866B80
(134,107,128)
#765E71
(118,94,113)
#665162
(102,81,98)
#564453
(86,68,83)
#463744
(70,55,68)
#362A35
(54,42,53)
#261D26
(38,29,38)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #B692AD

#B692AD
(182,146,173)
#BC9BB4
(188,155,180)
#C2A4BB
(194,164,187)
#C8ADC2
(200,173,194)
#CEB6C9
(206,182,201)
#D4BFD0
(212,191,208)
#DAC8D7
(218,200,215)
#E0D1DE
(224,209,222)
#E6DAE5
(230,218,229)
#ECE3EC
(236,227,236)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B692AD color. Also use rgb(182,146,173) instead hex code.

Text Font Color

.myTextColor { color: #B692AD; }

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

This text font color is #B692AD.

Background Color

.myBgColor { background-color: #B692AD; }

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

This div background color is #B692AD.

Border color

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

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

This div border color is #B692AD.

Opacity

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

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

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

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

This text has shadow with #B692AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B692AD.

Preview

Color preview on black background

This text has color #B692AD on black background.


Color preview on white background

This text has color #B692AD on white background.


Black color preview on #B692AD background

This text has black color on #B692AD background.


White color preview on #B692AD background

This text has white color on #B692AD background.


Related colors

Complementary color

Complementary color for #hex is #496D52.


I love getcolorcode.com

Triadic colors

1 #ADB692 and #92ADB6 with #B692AD are triadic colors.

2 #AD92B6 and #92B6AD with #B692AD are triadic colors.