COLOR #B799DD

HEX: #B799DD RGB: (183,153,221)

Color info

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

RGB color model

#B799DD color RGB value is (183,153,221).

RGB: (183,153,221) (72%, 60%, 87%)

RGB channels and saturation

R 183 of 255 = 72%
G 153 of 255 = 60%
B 221 of 255 = 87%

183
153
221

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

Portions of RGB colors in percentages

R + G + B = 183 + 153 + 221 = 557 (100%)
R 183 of 557 ~ 32.85%
G 153 of 557 ~ 27.47%
B 221 of 557 ~ 39.68'%

%32.85
%27.47
%39.68

CMYK color model

#B799DD color CMYK value is (17,31,0,13).

  • cyan value is 17.19%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (17,31,0,13)
C17M31Y0K13 (17%, 31%, 0%, 13%)
(0.17 / 0.31 / 0.00 / 0.13)

CMYK percentages

%17.19
%30.77
%0
%13.33

Codes

Color #B799DD in popluar color models

B7 99 DD
RGB 183 153 221
HSL 266° 50.00% 73.33%
HSB/HSV 266° 30.77% 86.67%
CMYK 17.19% 30.77% 0.00%
13.33%

Color #B799DD in popluar number systems.

HEX B7 99 DD
Decimal 183 153 221
Binary 10110111 10011001 11011101
Octal 267 231 335

Shades and tints

Shades of #B799DD

#B799DD
(183,153,221)
#A78CC9
(167,140,201)
#977FB5
(151,127,181)
#8772A1
(135,114,161)
#77658D
(119,101,141)
#675879
(103,88,121)
#574B65
(87,75,101)
#473E51
(71,62,81)
#37313D
(55,49,61)
#272429
(39,36,41)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #B799DD

#B799DD
(183,153,221)
#BDA2E0
(189,162,224)
#C3ABE3
(195,171,227)
#C9B4E6
(201,180,230)
#CFBDE9
(207,189,233)
#D5C6EC
(213,198,236)
#DBCFEF
(219,207,239)
#E1D8F2
(225,216,242)
#E7E1F5
(231,225,245)
#EDEAF8
(237,234,248)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B799DD; }

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

This text font color is #B799DD.

Background Color

.myBgColor { background-color: #B799DD; }

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

This div background color is #B799DD.

Border color

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

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

This div border color is #B799DD.

Opacity

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

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

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

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

This text has shadow with #B799DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B799DD.

Preview

Color preview on black background

This text has color #B799DD on black background.


Color preview on white background

This text has color #B799DD on white background.


Black color preview on #B799DD background

This text has black color on #B799DD background.


White color preview on #B799DD background

This text has white color on #B799DD background.


Related colors

Complementary color

Complementary color for #hex is #486622.


I love getcolorcode.com

Triadic colors

1 #DDB799 and #99DDB7 with #B799DD are triadic colors.

2 #DD99B7 and #99B7DD with #B799DD are triadic colors.