COLOR #B799D8

HEX: #B799D8 RGB: (183,153,216)

Color info

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

RGB color model

#B799D8 color RGB value is (183,153,216).

RGB: (183,153,216) (72%, 60%, 85%)

RGB channels and saturation

R 183 of 255 = 72%
G 153 of 255 = 60%
B 216 of 255 = 85%

183
153
216

R + G + B ~ 72%. #B799D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 153 + 216 = 552 (100%)
R 183 of 552 ~ 33.15%
G 153 of 552 ~ 27.72%
B 216 of 552 ~ 39.13'%

%33.15
%27.72
%39.13

CMYK color model

#B799D8 color CMYK value is (15,29,0,15).

  • cyan value is 15.28%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (15,29,0,15)
C15M29Y0K15 (15%, 29%, 0%, 15%)
(0.15 / 0.29 / 0.00 / 0.15)

CMYK percentages

%15.28
%29.17
%0
%15.29

Codes

Color #B799D8 in popluar color models

B7 99 D8
RGB 183 153 216
HSL 269° 44.68% 72.35%
HSB/HSV 269° 29.17% 84.71%
CMYK 15.28% 29.17% 0.00%
15.29%

Color #B799D8 in popluar number systems.

HEX B7 99 D8
Decimal 183 153 216
Binary 10110111 10011001 11011000
Octal 267 231 330

Shades and tints

Shades of #B799D8

#B799D8
(183,153,216)
#A78CC5
(167,140,197)
#977FB2
(151,127,178)
#87729F
(135,114,159)
#77658C
(119,101,140)
#675879
(103,88,121)
#574B66
(87,75,102)
#473E53
(71,62,83)
#373140
(55,49,64)
#27242D
(39,36,45)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #B799D8

#B799D8
(183,153,216)
#BDA2DB
(189,162,219)
#C3ABDE
(195,171,222)
#C9B4E1
(201,180,225)
#CFBDE4
(207,189,228)
#D5C6E7
(213,198,231)
#DBCFEA
(219,207,234)
#E1D8ED
(225,216,237)
#E7E1F0
(231,225,240)
#EDEAF3
(237,234,243)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B799D8; }

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

This text font color is #B799D8.

Background Color

.myBgColor { background-color: #B799D8; }

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

This div background color is #B799D8.

Border color

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

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

This div border color is #B799D8.

Opacity

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

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

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

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

This text has shadow with #B799D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B799D8.

Preview

Color preview on black background

This text has color #B799D8 on black background.


Color preview on white background

This text has color #B799D8 on white background.


Black color preview on #B799D8 background

This text has black color on #B799D8 background.


White color preview on #B799D8 background

This text has white color on #B799D8 background.


Related colors

Complementary color

Complementary color for #hex is #486627.


I love getcolorcode.com

Triadic colors

1 #D8B799 and #99D8B7 with #B799D8 are triadic colors.

2 #D899B7 and #99B7D8 with #B799D8 are triadic colors.