COLOR #B4698E

HEX: #B4698E
RGB: (180,105,142)

Color info

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

RGB color model

#B4698E color RGB value is (180,105,142).

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

RGB channels and saturation

R 180 of 255 = 71%
G 105 of 255 = 41%
B 142 of 255 = 56%

180
105
142

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

Portions of RGB colors in percentages

R + G + B =
180 + 105 + 142 = 427 (100%)
R 180 of 427 ~ 42.15%
G 105 of 427 ~ 24.59%
B 142 of 427 ~ 33.26%

%42.15
%24.59
%33.26

CMYK color model

#B4698E color CMYK value is (0,42,21,29).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(0,42,21,29)
C0M42Y21K29 
(0%,42%,21%,29%)
(0.00/0.42/0.21/0.29)	

CMYK percentages

%0
%41.67
%21.11
%29.41

Codes

Color #B4698E in popluar color models

B4698E
RGB180105142
HSL330°33.33%55.88%
HSB/HSV330°41.67%70.59%
CMYK0.00%41.67%21.11%
29.41%

Color #B4698E in popluar number systems.

HEXB4698E
Decimal180105142
Binary10110100110100110001110
Octal264151216

Shades and tints

Shades of #B4698E

#B4698E
(180,105,142)
#A46082
(164,96,130)
#945776
(148,87,118)
#844E6A
(132,78,106)
#74455E
(116,69,94)
#643C52
(100,60,82)
#543346
(84,51,70)
#442A3A
(68,42,58)
#34212E
(52,33,46)
#241822
(36,24,34)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #B4698E

#B4698E
(180,105,142)
#BA7698
(186,118,152)
#C083A2
(192,131,162)
#C690AC
(198,144,172)
#CC9DB6
(204,157,182)
#D2AAC0
(210,170,192)
#D8B7CA
(216,183,202)
#DEC4D4
(222,196,212)
#E4D1DE
(228,209,222)
#EADEE8
(234,222,232)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4698E; }

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

This text font color is #B4698E.


Background Color

.myBgColor { background-color: #B4698E; }

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

This div background color is #B4698E.


Border color

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

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

This div border color is #B4698E.


Opacity

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

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

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

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

This text has shadow with #B4698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4698E on black background.


Color preview on white background

This text has color #B4698E on white background.



Black color preview on #B4698E background

This text has black color on #B4698E background.


White color preview on #B4698E background

This text has white color on #B4698E background.