COLOR #B790CE

HEX: #B790CE
RGB: (183,144,206)

Color info

#B790CE contains mainly red and blue colors. Web safe color of #B790CE is #CC99CC (or #C9C).

RGB color model

#B790CE color RGB value is (183,144,206).

  • red value is 183;
  • green value is 144;
  • blue value is 206.
RGB:
(183,144,206)
(72%,56%,81%)

RGB channels and saturation

R 183 of 255 = 72%
G 144 of 255 = 56%
B 206 of 255 = 81%

183
144
206

R + G + B ~ 70%. #B790CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 144 + 206 = 533 (100%)
R 183 of 533 ~ 34.33%
G 144 of 533 ~ 27.02%
B 206 of 533 ~ 38.65%

%34.33
%27.02
%38.65

CMYK color model

#B790CE color CMYK value is (11,30,0,19).

  • cyan value is 11.17%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(11,30,0,19)
C11M30Y0K19 
(11%,30%,0%,19%)
(0.11/0.30/0.00/0.19)	

CMYK percentages

%11.17
%30.1
%0
%19.22

Codes

Color #B790CE in popluar color models

B790CE
RGB183144206
HSL278°38.75%68.63%
HSB/HSV278°30.10%80.78%
CMYK11.17%30.10%0.00%
19.22%

Color #B790CE in popluar number systems.

HEXB790CE
Decimal183144206
Binary101101111001000011001110
Octal267220316

Shades and tints

Shades of #B790CE

#B790CE
(183,144,206)
#A783BC
(167,131,188)
#9776AA
(151,118,170)
#876998
(135,105,152)
#775C86
(119,92,134)
#674F74
(103,79,116)
#574262
(87,66,98)
#473550
(71,53,80)
#37283E
(55,40,62)
#271B2C
(39,27,44)
#170E1A
(23,14,26)
#000000
(0,0,0)

Tints of #B790CE

#B790CE
(183,144,206)
#BD9AD2
(189,154,210)
#C3A4D6
(195,164,214)
#C9AEDA
(201,174,218)
#CFB8DE
(207,184,222)
#D5C2E2
(213,194,226)
#DBCCE6
(219,204,230)
#E1D6EA
(225,214,234)
#E7E0EE
(231,224,238)
#EDEAF2
(237,234,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B790CE; }

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

This text font color is #B790CE.


Background Color

.myBgColor { background-color: #B790CE; }

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

This div background color is #B790CE.


Border color

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

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

This div border color is #B790CE.


Opacity

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

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

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

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

This text has shadow with #B790CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B790CE on black background.


Color preview on white background

This text has color #B790CE on white background.



Black color preview on #B790CE background

This text has black color on #B790CE background.


White color preview on #B790CE background

This text has white color on #B790CE background.