COLOR #B692AE

HEX: #B692AE
RGB: (182,146,174)

Color info

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

RGB color model

#B692AE color RGB value is (182,146,174).

  • red value is 182;
  • green value is 146;
  • blue value is 174.
RGB:
(182,146,174)
(71%,57%,68%)

RGB channels and saturation

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

182
146
174

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

Portions of RGB colors in percentages

R + G + B =
182 + 146 + 174 = 502 (100%)
R 182 of 502 ~ 36.25%
G 146 of 502 ~ 29.08%
B 174 of 502 ~ 34.66%

%36.25
%29.08
%34.66

CMYK color model

#B692AE color CMYK value is (0,20,4,29).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK:
(0,20,4,29)
C0M20Y4K29 
(0%,20%,4%,29%)
(0.00/0.20/0.04/0.29)	

CMYK percentages

%0
%19.78
%4.4
%28.63

Codes

Color #B692AE in popluar color models

B692AE
RGB182146174
HSL313°19.78%64.31%
HSB/HSV313°19.78%71.37%
CMYK0.00%19.78%4.40%
28.63%

Color #B692AE in popluar number systems.

HEXB692AE
Decimal182146174
Binary101101101001001010101110
Octal266222256

Shades and tints

Shades of #B692AE

#B692AE
(182,146,174)
#A6859F
(166,133,159)
#967890
(150,120,144)
#866B81
(134,107,129)
#765E72
(118,94,114)
#665163
(102,81,99)
#564454
(86,68,84)
#463745
(70,55,69)
#362A36
(54,42,54)
#261D27
(38,29,39)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #B692AE

#B692AE
(182,146,174)
#BC9BB5
(188,155,181)
#C2A4BC
(194,164,188)
#C8ADC3
(200,173,195)
#CEB6CA
(206,182,202)
#D4BFD1
(212,191,209)
#DAC8D8
(218,200,216)
#E0D1DF
(224,209,223)
#E6DAE6
(230,218,230)
#ECE3ED
(236,227,237)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B692AE; }

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

This text font color is #B692AE.


Background Color

.myBgColor { background-color: #B692AE; }

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

This div background color is #B692AE.


Border color

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

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

This div border color is #B692AE.


Opacity

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

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

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

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

This text has shadow with #B692AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B692AE on black background.


Color preview on white background

This text has color #B692AE on white background.



Black color preview on #B692AE background

This text has black color on #B692AE background.


White color preview on #B692AE background

This text has white color on #B692AE background.