COLOR #B690A2

HEX: #B690A2
RGB: (182,144,162)

Color info

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

RGB color model

#B690A2 color RGB value is (182,144,162).

  • red value is 182;
  • green value is 144;
  • blue value is 162.
RGB:
(182,144,162)
(71%,56%,64%)

RGB channels and saturation

R 182 of 255 = 71%
G 144 of 255 = 56%
B 162 of 255 = 64%

182
144
162

R + G + B ~ 64%. #B690A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 144 + 162 = 488 (100%)
R 182 of 488 ~ 37.3%
G 144 of 488 ~ 29.51%
B 162 of 488 ~ 33.2%

%37.3
%29.51
%33.2

CMYK color model

#B690A2 color CMYK value is (0,21,11,29).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 10.99%
  • key color value is 28.63%
CMYK:
(0,21,11,29)
C0M21Y11K29 
(0%,21%,11%,29%)
(0.00/0.21/0.11/0.29)	

CMYK percentages

%0
%20.88
%10.99
%28.63

Codes

Color #B690A2 in popluar color models

B690A2
RGB182144162
HSL332°20.65%63.92%
HSB/HSV332°20.88%71.37%
CMYK0.00%20.88%10.99%
28.63%

Color #B690A2 in popluar number systems.

HEXB690A2
Decimal182144162
Binary101101101001000010100010
Octal266220242

Shades and tints

Shades of #B690A2

#B690A2
(182,144,162)
#A68394
(166,131,148)
#967686
(150,118,134)
#866978
(134,105,120)
#765C6A
(118,92,106)
#664F5C
(102,79,92)
#56424E
(86,66,78)
#463540
(70,53,64)
#362832
(54,40,50)
#261B24
(38,27,36)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #B690A2

#B690A2
(182,144,162)
#BC9AAA
(188,154,170)
#C2A4B2
(194,164,178)
#C8AEBA
(200,174,186)
#CEB8C2
(206,184,194)
#D4C2CA
(212,194,202)
#DACCD2
(218,204,210)
#E0D6DA
(224,214,218)
#E6E0E2
(230,224,226)
#ECEAEA
(236,234,234)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B690A2 color. Also use rgb(182,144,162) instead hex code.

Text Font Color

.myTextColor { color: #B690A2; }

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

This text font color is #B690A2.


Background Color

.myBgColor { background-color: #B690A2; }

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

This div background color is #B690A2.


Border color

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

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

This div border color is #B690A2.


Opacity

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

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

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

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

This text has shadow with #B690A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B690A2 on black background.


Color preview on white background

This text has color #B690A2 on white background.



Black color preview on #B690A2 background

This text has black color on #B690A2 background.


White color preview on #B690A2 background

This text has white color on #B690A2 background.