COLOR #B799E0

HEX: #B799E0
RGB: (183,153,224)

Color info

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

RGB color model

#B799E0 color RGB value is (183,153,224).

  • red value is 183;
  • green value is 153;
  • blue value is 224.
RGB:
(183,153,224)
(72%,60%,88%)

RGB channels and saturation

R 183 of 255 = 72%
G 153 of 255 = 60%
B 224 of 255 = 88%

183
153
224

R + G + B ~ 73%. #B799E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 153 + 224 = 560 (100%)
R 183 of 560 ~ 32.68%
G 153 of 560 ~ 27.32%
B 224 of 560 ~ 40%

%32.68
%27.32
%40

CMYK color model

#B799E0 color CMYK value is (18,32,0,12).

  • cyan value is 18.30%
  • magenta value is 31.70%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(18,32,0,12)
C18M32Y0K12 
(18%,32%,0%,12%)
(0.18/0.32/0.00/0.12)	

CMYK percentages

%18.3
%31.7
%0
%12.16

Codes

Color #B799E0 in popluar color models

B799E0
RGB183153224
HSL265°53.38%73.92%
HSB/HSV265°31.70%87.84%
CMYK18.30%31.70%0.00%
12.16%

Color #B799E0 in popluar number systems.

HEXB799E0
Decimal183153224
Binary101101111001100111100000
Octal267231340

Shades and tints

Shades of #B799E0

#B799E0
(183,153,224)
#A78CCC
(167,140,204)
#977FB8
(151,127,184)
#8772A4
(135,114,164)
#776590
(119,101,144)
#67587C
(103,88,124)
#574B68
(87,75,104)
#473E54
(71,62,84)
#373140
(55,49,64)
#27242C
(39,36,44)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #B799E0

#B799E0
(183,153,224)
#BDA2E2
(189,162,226)
#C3ABE4
(195,171,228)
#C9B4E6
(201,180,230)
#CFBDE8
(207,189,232)
#D5C6EA
(213,198,234)
#DBCFEC
(219,207,236)
#E1D8EE
(225,216,238)
#E7E1F0
(231,225,240)
#EDEAF2
(237,234,242)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B799E0 color. Also use rgb(183,153,224) instead hex code.

Text Font Color

.myTextColor { color: #B799E0; }

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

This text font color is #B799E0.


Background Color

.myBgColor { background-color: #B799E0; }

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

This div background color is #B799E0.


Border color

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

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

This div border color is #B799E0.


Opacity

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

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

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

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

This text has shadow with #B799E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B799E0 on black background.


Color preview on white background

This text has color #B799E0 on white background.



Black color preview on #B799E0 background

This text has black color on #B799E0 background.


White color preview on #B799E0 background

This text has white color on #B799E0 background.