COLOR #B679AE

HEX: #B679AE RGB: (182,121,174)

Color info

#B679AE contains mainly red and blue colors. Web safe color of #B679AE is #CC6699 (or #C69).

RGB color model

#B679AE color RGB value is (182,121,174).

RGB: (182,121,174) (71%, 47%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 121 of 255 = 47%
B 174 of 255 = 68%

182
121
174

R + G + B ~ 62%. #B679AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 121 + 174 = 477 (100%)
R 182 of 477 ~ 38.16%
G 121 of 477 ~ 25.37%
B 174 of 477 ~ 36.48'%

%38.16
%25.37
%36.48

CMYK color model

#B679AE color CMYK value is (0,34,4,29).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 4.40%
  • key color value is 28.63%

CMYK: (0,34,4,29)
C0M34Y4K29 (0%, 34%, 4%, 29%)
(0.00 / 0.34 / 0.04 / 0.29)

CMYK percentages

%0
%33.52
%4.4
%28.63

Codes

Color #B679AE in popluar color models

B6 79 AE
RGB 182 121 174
HSL 308° 29.47% 59.41%
HSB/HSV 308° 33.52% 71.37%
CMYK 0.00% 33.52% 4.40%
28.63%

Color #B679AE in popluar number systems.

HEX B6 79 AE
Decimal 182 121 174
Binary 10110110 1111001 10101110
Octal 266 171 256

Shades and tints

Shades of #B679AE

#B679AE
(182,121,174)
#A66E9F
(166,110,159)
#966390
(150,99,144)
#865881
(134,88,129)
#764D72
(118,77,114)
#664263
(102,66,99)
#563754
(86,55,84)
#462C45
(70,44,69)
#362136
(54,33,54)
#261627
(38,22,39)
#160B18
(22,11,24)
#000000
(0,0,0)

Tints of #B679AE

#B679AE
(182,121,174)
#BC85B5
(188,133,181)
#C291BC
(194,145,188)
#C89DC3
(200,157,195)
#CEA9CA
(206,169,202)
#D4B5D1
(212,181,209)
#DAC1D8
(218,193,216)
#E0CDDF
(224,205,223)
#E6D9E6
(230,217,230)
#ECE5ED
(236,229,237)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B679AE; }

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

This text font color is #B679AE.

Background Color

.myBgColor { background-color: #B679AE; }

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

This div background color is #B679AE.

Border color

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

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

This div border color is #B679AE.

Opacity

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

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

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

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

This text has shadow with #B679AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B679AE.

Preview

Color preview on black background

This text has color #B679AE on black background.


Color preview on white background

This text has color #B679AE on white background.


Black color preview on #B679AE background

This text has black color on #B679AE background.


White color preview on #B679AE background

This text has white color on #B679AE background.


Related colors

Complementary color

Complementary color for #hex is #498651.


I love getcolorcode.com

Triadic colors

1 #AEB679 and #79AEB6 with #B679AE are triadic colors.

2 #AE79B6 and #79B6AE with #B679AE are triadic colors.