COLOR #B675AF

HEX: #B675AF
RGB: (182,117,175)

Color info

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

RGB color model

#B675AF color RGB value is (182,117,175).

  • red value is 182;
  • green value is 117;
  • blue value is 175.
RGB:
(182,117,175)
(71%,46%,69%)

RGB channels and saturation

R 182 of 255 = 71%
G 117 of 255 = 46%
B 175 of 255 = 69%

182
117
175

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

Portions of RGB colors in percentages

R + G + B =
182 + 117 + 175 = 474 (100%)
R 182 of 474 ~ 38.4%
G 117 of 474 ~ 24.68%
B 175 of 474 ~ 36.92%

%38.4
%24.68
%36.92

CMYK color model

#B675AF color CMYK value is (0,36,4,29).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 3.85%
  • key color value is 28.63%
CMYK:
(0,36,4,29)
C0M36Y4K29 
(0%,36%,4%,29%)
(0.00/0.36/0.04/0.29)	

CMYK percentages

%0
%35.71
%3.85
%28.63

Codes

Color #B675AF in popluar color models

B675AF
RGB182117175
HSL306°30.81%58.63%
HSB/HSV306°35.71%71.37%
CMYK0.00%35.71%3.85%
28.63%

Color #B675AF in popluar number systems.

HEXB675AF
Decimal182117175
Binary10110110111010110101111
Octal266165257

Shades and tints

Shades of #B675AF

#B675AF
(182,117,175)
#A66BA0
(166,107,160)
#966191
(150,97,145)
#865782
(134,87,130)
#764D73
(118,77,115)
#664364
(102,67,100)
#563955
(86,57,85)
#462F46
(70,47,70)
#362537
(54,37,55)
#261B28
(38,27,40)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #B675AF

#B675AF
(182,117,175)
#BC81B6
(188,129,182)
#C28DBD
(194,141,189)
#C899C4
(200,153,196)
#CEA5CB
(206,165,203)
#D4B1D2
(212,177,210)
#DABDD9
(218,189,217)
#E0C9E0
(224,201,224)
#E6D5E7
(230,213,231)
#ECE1EE
(236,225,238)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B675AF; }

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

This text font color is #B675AF.


Background Color

.myBgColor { background-color: #B675AF; }

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

This div background color is #B675AF.


Border color

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

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

This div border color is #B675AF.


Opacity

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

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

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

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

This text has shadow with #B675AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B675AF on black background.


Color preview on white background

This text has color #B675AF on white background.



Black color preview on #B675AF background

This text has black color on #B675AF background.


White color preview on #B675AF background

This text has white color on #B675AF background.