COLOR #B672AE

HEX: #B672AE
RGB: (182,114,174)

Color info

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

RGB color model

#B672AE color RGB value is (182,114,174).

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

RGB channels and saturation

R 182 of 255 = 71%
G 114 of 255 = 45%
B 174 of 255 = 68%

182
114
174

R + G + B ~ 61%. #B672AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 114 + 174 = 470 (100%)
R 182 of 470 ~ 38.72%
G 114 of 470 ~ 24.26%
B 174 of 470 ~ 37.02%

%38.72
%24.26
%37.02

CMYK color model

#B672AE color CMYK value is (0,37,4,29).

  • cyan value is 0.00%
  • magenta value is 37.36%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK:
(0,37,4,29)
C0M37Y4K29 
(0%,37%,4%,29%)
(0.00/0.37/0.04/0.29)	

CMYK percentages

%0
%37.36
%4.4
%28.63

Codes

Color #B672AE in popluar color models

B672AE
RGB182114174
HSL307°31.78%58.04%
HSB/HSV307°37.36%71.37%
CMYK0.00%37.36%4.40%
28.63%

Color #B672AE in popluar number systems.

HEXB672AE
Decimal182114174
Binary10110110111001010101110
Octal266162256

Shades and tints

Shades of #B672AE

#B672AE
(182,114,174)
#A6689F
(166,104,159)
#965E90
(150,94,144)
#865481
(134,84,129)
#764A72
(118,74,114)
#664063
(102,64,99)
#563654
(86,54,84)
#462C45
(70,44,69)
#362236
(54,34,54)
#261827
(38,24,39)
#160E18
(22,14,24)
#000000
(0,0,0)

Tints of #B672AE

#B672AE
(182,114,174)
#BC7EB5
(188,126,181)
#C28ABC
(194,138,188)
#C896C3
(200,150,195)
#CEA2CA
(206,162,202)
#D4AED1
(212,174,209)
#DABAD8
(218,186,216)
#E0C6DF
(224,198,223)
#E6D2E6
(230,210,230)
#ECDEED
(236,222,237)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B672AE; }

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

This text font color is #B672AE.


Background Color

.myBgColor { background-color: #B672AE; }

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

This div background color is #B672AE.


Border color

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

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

This div border color is #B672AE.


Opacity

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

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

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

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

This text has shadow with #B672AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B672AE on black background.


Color preview on white background

This text has color #B672AE on white background.



Black color preview on #B672AE background

This text has black color on #B672AE background.


White color preview on #B672AE background

This text has white color on #B672AE background.