COLOR #B7ADDD

HEX: #B7ADDD RGB: (183,173,221)

Color info

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

RGB color model

#B7ADDD color RGB value is (183,173,221).

RGB: (183,173,221) (72%, 68%, 87%)

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 221 of 255 = 87%

183
173
221

R + G + B ~ 76%. #B7ADDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 173 + 221 = 577 (100%)
R 183 of 577 ~ 31.72%
G 173 of 577 ~ 29.98%
B 221 of 577 ~ 38.3'%

%31.72
%29.98
%38.3

CMYK color model

#B7ADDD color CMYK value is (17,22,0,13).

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

CMYK: (17,22,0,13)
C17M22Y0K13 (17%, 22%, 0%, 13%)
(0.17 / 0.22 / 0.00 / 0.13)

CMYK percentages

%17.19
%21.72
%0
%13.33

Codes

Color #B7ADDD in popluar color models

B7 AD DD
RGB 183 173 221
HSL 253° 41.38% 77.25%
HSB/HSV 253° 21.72% 86.67%
CMYK 17.19% 21.72% 0.00%
13.33%

Color #B7ADDD in popluar number systems.

HEX B7 AD DD
Decimal 183 173 221
Binary 10110111 10101101 11011101
Octal 267 255 335

Shades and tints

Shades of #B7ADDD

#B7ADDD
(183,173,221)
#A79EC9
(167,158,201)
#978FB5
(151,143,181)
#8780A1
(135,128,161)
#77718D
(119,113,141)
#676279
(103,98,121)
#575365
(87,83,101)
#474451
(71,68,81)
#37353D
(55,53,61)
#272629
(39,38,41)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #B7ADDD

#B7ADDD
(183,173,221)
#BDB4E0
(189,180,224)
#C3BBE3
(195,187,227)
#C9C2E6
(201,194,230)
#CFC9E9
(207,201,233)
#D5D0EC
(213,208,236)
#DBD7EF
(219,215,239)
#E1DEF2
(225,222,242)
#E7E5F5
(231,229,245)
#EDECF8
(237,236,248)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ADDD; }

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

This text font color is #B7ADDD.

Background Color

.myBgColor { background-color: #B7ADDD; }

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

This div background color is #B7ADDD.

Border color

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

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

This div border color is #B7ADDD.

Opacity

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

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

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

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

This text has shadow with #B7ADDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7ADDD.

Preview

Color preview on black background

This text has color #B7ADDD on black background.


Color preview on white background

This text has color #B7ADDD on white background.


Black color preview on #B7ADDD background

This text has black color on #B7ADDD background.


White color preview on #B7ADDD background

This text has white color on #B7ADDD background.


Related colors

Complementary color

Complementary color for #hex is #485222.


I love getcolorcode.com

Triadic colors

1 #DDB7AD and #ADDDB7 with #B7ADDD are triadic colors.

2 #DDADB7 and #ADB7DD with #B7ADDD are triadic colors.