COLOR #B777A3

HEX: #B777A3
RGB: (183,119,163)

Color info

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

RGB color model

#B777A3 color RGB value is (183,119,163).

  • red value is 183;
  • green value is 119;
  • blue value is 163.
RGB:
(183,119,163)
(72%,47%,64%)

RGB channels and saturation

R 183 of 255 = 72%
G 119 of 255 = 47%
B 163 of 255 = 64%

183
119
163

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

Portions of RGB colors in percentages

R + G + B =
183 + 119 + 163 = 465 (100%)
R 183 of 465 ~ 39.35%
G 119 of 465 ~ 25.59%
B 163 of 465 ~ 35.05%

%39.35
%25.59
%35.05

CMYK color model

#B777A3 color CMYK value is (0,35,11,28).

  • cyan value is 0.00%
  • magenta value is 34.97%
  • yellow value is 10.93%
  • key color value is 28.24%
CMYK:
(0,35,11,28)
C0M35Y11K28 
(0%,35%,11%,28%)
(0.00/0.35/0.11/0.28)	

CMYK percentages

%0
%34.97
%10.93
%28.24

Codes

Color #B777A3 in popluar color models

B777A3
RGB183119163
HSL319°30.77%59.22%
HSB/HSV319°34.97%71.76%
CMYK0.00%34.97%10.93%
28.24%

Color #B777A3 in popluar number systems.

HEXB777A3
Decimal183119163
Binary10110111111011110100011
Octal267167243

Shades and tints

Shades of #B777A3

#B777A3
(183,119,163)
#A76D95
(167,109,149)
#976387
(151,99,135)
#875979
(135,89,121)
#774F6B
(119,79,107)
#67455D
(103,69,93)
#573B4F
(87,59,79)
#473141
(71,49,65)
#372733
(55,39,51)
#271D25
(39,29,37)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #B777A3

#B777A3
(183,119,163)
#BD83AB
(189,131,171)
#C38FB3
(195,143,179)
#C99BBB
(201,155,187)
#CFA7C3
(207,167,195)
#D5B3CB
(213,179,203)
#DBBFD3
(219,191,211)
#E1CBDB
(225,203,219)
#E7D7E3
(231,215,227)
#EDE3EB
(237,227,235)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B777A3 color. Also use rgb(183,119,163) instead hex code.

Text Font Color

.myTextColor { color: #B777A3; }

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

This text font color is #B777A3.


Background Color

.myBgColor { background-color: #B777A3; }

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

This div background color is #B777A3.


Border color

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

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

This div border color is #B777A3.


Opacity

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

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

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

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

This text has shadow with #B777A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B777A3 on black background.


Color preview on white background

This text has color #B777A3 on white background.



Black color preview on #B777A3 background

This text has black color on #B777A3 background.


White color preview on #B777A3 background

This text has white color on #B777A3 background.