COLOR #B4698D

HEX: #B4698D
RGB: (180,105,141)

Color info

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

RGB color model

#B4698D color RGB value is (180,105,141).

  • red value is 180;
  • green value is 105;
  • blue value is 141.
RGB:
(180,105,141)
(71%,41%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 105 of 255 = 41%
B 141 of 255 = 55%

180
105
141

R + G + B ~ 56%. #B4698D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 105 + 141 = 426 (100%)
R 180 of 426 ~ 42.25%
G 105 of 426 ~ 24.65%
B 141 of 426 ~ 33.1%

%42.25
%24.65
%33.1

CMYK color model

#B4698D color CMYK value is (0,42,22,29).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 21.67%
  • key color value is 29.41%
CMYK:
(0,42,22,29)
C0M42Y22K29 
(0%,42%,22%,29%)
(0.00/0.42/0.22/0.29)	

CMYK percentages

%0
%41.67
%21.67
%29.41

Codes

Color #B4698D in popluar color models

B4698D
RGB180105141
HSL331°33.33%55.88%
HSB/HSV331°41.67%70.59%
CMYK0.00%41.67%21.67%
29.41%

Color #B4698D in popluar number systems.

HEXB4698D
Decimal180105141
Binary10110100110100110001101
Octal264151215

Shades and tints

Shades of #B4698D

#B4698D
(180,105,141)
#A46081
(164,96,129)
#945775
(148,87,117)
#844E69
(132,78,105)
#74455D
(116,69,93)
#643C51
(100,60,81)
#543345
(84,51,69)
#442A39
(68,42,57)
#34212D
(52,33,45)
#241821
(36,24,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #B4698D

#B4698D
(180,105,141)
#BA7697
(186,118,151)
#C083A1
(192,131,161)
#C690AB
(198,144,171)
#CC9DB5
(204,157,181)
#D2AABF
(210,170,191)
#D8B7C9
(216,183,201)
#DEC4D3
(222,196,211)
#E4D1DD
(228,209,221)
#EADEE7
(234,222,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4698D color. Also use rgb(180,105,141) instead hex code.

Text Font Color

.myTextColor { color: #B4698D; }

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

This text font color is #B4698D.


Background Color

.myBgColor { background-color: #B4698D; }

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

This div background color is #B4698D.


Border color

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

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

This div border color is #B4698D.


Opacity

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

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

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

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

This text has shadow with #B4698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4698D on black background.


Color preview on white background

This text has color #B4698D on white background.



Black color preview on #B4698D background

This text has black color on #B4698D background.


White color preview on #B4698D background

This text has white color on #B4698D background.