COLOR #B675AD

HEX: #B675AD
RGB: (182,117,173)

Color info

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

RGB color model

#B675AD color RGB value is (182,117,173).

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

RGB channels and saturation

R 182 of 255 = 71%
G 117 of 255 = 46%
B 173 of 255 = 68%

182
117
173

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

Portions of RGB colors in percentages

R + G + B =
182 + 117 + 173 = 472 (100%)
R 182 of 472 ~ 38.56%
G 117 of 472 ~ 24.79%
B 173 of 472 ~ 36.65%

%38.56
%24.79
%36.65

CMYK color model

#B675AD color CMYK value is (0,36,5,29).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(0,36,5,29)
C0M36Y5K29 
(0%,36%,5%,29%)
(0.00/0.36/0.05/0.29)	

CMYK percentages

%0
%35.71
%4.95
%28.63

Codes

Color #B675AD in popluar color models

B675AD
RGB182117173
HSL308°30.81%58.63%
HSB/HSV308°35.71%71.37%
CMYK0.00%35.71%4.95%
28.63%

Color #B675AD in popluar number systems.

HEXB675AD
Decimal182117173
Binary10110110111010110101101
Octal266165255

Shades and tints

Shades of #B675AD

#B675AD
(182,117,173)
#A66B9E
(166,107,158)
#96618F
(150,97,143)
#865780
(134,87,128)
#764D71
(118,77,113)
#664362
(102,67,98)
#563953
(86,57,83)
#462F44
(70,47,68)
#362535
(54,37,53)
#261B26
(38,27,38)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B675AD

#B675AD
(182,117,173)
#BC81B4
(188,129,180)
#C28DBB
(194,141,187)
#C899C2
(200,153,194)
#CEA5C9
(206,165,201)
#D4B1D0
(212,177,208)
#DABDD7
(218,189,215)
#E0C9DE
(224,201,222)
#E6D5E5
(230,213,229)
#ECE1EC
(236,225,236)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B675AD; }

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

This text font color is #B675AD.


Background Color

.myBgColor { background-color: #B675AD; }

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

This div background color is #B675AD.


Border color

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

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

This div border color is #B675AD.


Opacity

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

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

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

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

This text has shadow with #B675AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B675AD on black background.


Color preview on white background

This text has color #B675AD on white background.



Black color preview on #B675AD background

This text has black color on #B675AD background.


White color preview on #B675AD background

This text has white color on #B675AD background.