COLOR #B690AF

HEX: #B690AF RGB: (182,144,175)

Color info

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

RGB color model

#B690AF color RGB value is (182,144,175).

RGB: (182,144,175) (71%, 56%, 69%)

RGB channels and saturation

R 182 of 255 = 71%
G 144 of 255 = 56%
B 175 of 255 = 69%

182
144
175

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

Portions of RGB colors in percentages

R + G + B = 182 + 144 + 175 = 501 (100%)
R 182 of 501 ~ 36.33%
G 144 of 501 ~ 28.74%
B 175 of 501 ~ 34.93'%

%36.33
%28.74
%34.93

CMYK color model

#B690AF color CMYK value is (0,21,4,29).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 3.85%
  • key color value is 28.63%

CMYK: (0,21,4,29)
C0M21Y4K29 (0%, 21%, 4%, 29%)
(0.00 / 0.21 / 0.04 / 0.29)

CMYK percentages

%0
%20.88
%3.85
%28.63

Codes

Color #B690AF in popluar color models

B6 90 AF
RGB 182 144 175
HSL 311° 20.65% 63.92%
HSB/HSV 311° 20.88% 71.37%
CMYK 0.00% 20.88% 3.85%
28.63%

Color #B690AF in popluar number systems.

HEX B6 90 AF
Decimal 182 144 175
Binary 10110110 10010000 10101111
Octal 266 220 257

Shades and tints

Shades of #B690AF

#B690AF
(182,144,175)
#A683A0
(166,131,160)
#967691
(150,118,145)
#866982
(134,105,130)
#765C73
(118,92,115)
#664F64
(102,79,100)
#564255
(86,66,85)
#463546
(70,53,70)
#362837
(54,40,55)
#261B28
(38,27,40)
#160E19
(22,14,25)
#000000
(0,0,0)

Tints of #B690AF

#B690AF
(182,144,175)
#BC9AB6
(188,154,182)
#C2A4BD
(194,164,189)
#C8AEC4
(200,174,196)
#CEB8CB
(206,184,203)
#D4C2D2
(212,194,210)
#DACCD9
(218,204,217)
#E0D6E0
(224,214,224)
#E6E0E7
(230,224,231)
#ECEAEE
(236,234,238)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B690AF; }

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

This text font color is #B690AF.

Background Color

.myBgColor { background-color: #B690AF; }

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

This div background color is #B690AF.

Border color

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

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

This div border color is #B690AF.

Opacity

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

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

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

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

This text has shadow with #B690AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B690AF.

Preview

Color preview on black background

This text has color #B690AF on black background.


Color preview on white background

This text has color #B690AF on white background.


Black color preview on #B690AF background

This text has black color on #B690AF background.


White color preview on #B690AF background

This text has white color on #B690AF background.


Related colors

Complementary color

Complementary color for #hex is #496F50.


I love getcolorcode.com

Triadic colors

1 #AFB690 and #90AFB6 with #B690AF are triadic colors.

2 #AF90B6 and #90B6AF with #B690AF are triadic colors.