COLOR #B790BA

HEX: #B790BA RGB: (183,144,186)

Color info

#B790BA contains red, green and blue colors in about the same proportion. Web safe color of #B790BA is #CC99CC (or #C9C).

RGB color model

#B790BA color RGB value is (183,144,186).

RGB: (183,144,186) (72%, 56%, 73%)

RGB channels and saturation

R 183 of 255 = 72%
G 144 of 255 = 56%
B 186 of 255 = 73%

183
144
186

R + G + B ~ 67%. #B790BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 144 + 186 = 513 (100%)
R 183 of 513 ~ 35.67%
G 144 of 513 ~ 28.07%
B 186 of 513 ~ 36.26'%

%35.67
%28.07
%36.26

CMYK color model

#B790BA color CMYK value is (2,23,0,27).

  • cyan value is 1.61%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (2,23,0,27)
C2M23Y0K27 (2%, 23%, 0%, 27%)
(0.02 / 0.23 / 0.00 / 0.27)

CMYK percentages

%1.61
%22.58
%0
%27.06

Codes

Color #B790BA in popluar color models

B7 90 BA
RGB 183 144 186
HSL 296° 23.33% 64.71%
HSB/HSV 296° 22.58% 72.94%
CMYK 1.61% 22.58% 0.00%
27.06%

Color #B790BA in popluar number systems.

HEX B7 90 BA
Decimal 183 144 186
Binary 10110111 10010000 10111010
Octal 267 220 272

Shades and tints

Shades of #B790BA

#B790BA
(183,144,186)
#A783AA
(167,131,170)
#97769A
(151,118,154)
#87698A
(135,105,138)
#775C7A
(119,92,122)
#674F6A
(103,79,106)
#57425A
(87,66,90)
#47354A
(71,53,74)
#37283A
(55,40,58)
#271B2A
(39,27,42)
#170E1A
(23,14,26)
#000000
(0,0,0)

Tints of #B790BA

#B790BA
(183,144,186)
#BD9AC0
(189,154,192)
#C3A4C6
(195,164,198)
#C9AECC
(201,174,204)
#CFB8D2
(207,184,210)
#D5C2D8
(213,194,216)
#DBCCDE
(219,204,222)
#E1D6E4
(225,214,228)
#E7E0EA
(231,224,234)
#EDEAF0
(237,234,240)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B790BA color. Also use rgb(183,144,186) instead hex code.

Text Font Color

.myTextColor { color: #B790BA; }

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

This text font color is #B790BA.

Background Color

.myBgColor { background-color: #B790BA; }

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

This div background color is #B790BA.

Border color

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

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

This div border color is #B790BA.

Opacity

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

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

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

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

This text has shadow with #B790BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B790BA.

Preview

Color preview on black background

This text has color #B790BA on black background.


Color preview on white background

This text has color #B790BA on white background.


Black color preview on #B790BA background

This text has black color on #B790BA background.


White color preview on #B790BA background

This text has white color on #B790BA background.


Related colors

Complementary color

Complementary color for #hex is #486F45.


I love getcolorcode.com

Triadic colors

1 #BAB790 and #90BAB7 with #B790BA are triadic colors.

2 #BA90B7 and #90B7BA with #B790BA are triadic colors.