COLOR #B4B7DF

HEX: #B4B7DF RGB: (180,183,223)

Color info

#B4B7DF contains red, green and blue colors in about the same proportion. Web safe color of #B4B7DF is #CCCCCC (or #CCC).

RGB color model

#B4B7DF color RGB value is (180,183,223).

RGB: (180,183,223) (71%, 72%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 223 of 255 = 87%

180
183
223

R + G + B ~ 77%. #B4B7DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 183 + 223 = 586 (100%)
R 180 of 586 ~ 30.72%
G 183 of 586 ~ 31.23%
B 223 of 586 ~ 38.05'%

%30.72
%31.23
%38.05

CMYK color model

#B4B7DF color CMYK value is (19,18,0,13).

  • cyan value is 19.28%
  • magenta value is 17.94%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (19,18,0,13)
C19M18Y0K13 (19%, 18%, 0%, 13%)
(0.19 / 0.18 / 0.00 / 0.13)

CMYK percentages

%19.28
%17.94
%0
%12.55

Codes

Color #B4B7DF in popluar color models

B4 B7 DF
RGB 180 183 223
HSL 236° 40.19% 79.02%
HSB/HSV 236° 19.28% 87.45%
CMYK 19.28% 17.94% 0.00%
12.55%

Color #B4B7DF in popluar number systems.

HEX B4 B7 DF
Decimal 180 183 223
Binary 10110100 10110111 11011111
Octal 264 267 337

Shades and tints

Shades of #B4B7DF

#B4B7DF
(180,183,223)
#A4A7CB
(164,167,203)
#9497B7
(148,151,183)
#8487A3
(132,135,163)
#74778F
(116,119,143)
#64677B
(100,103,123)
#545767
(84,87,103)
#444753
(68,71,83)
#34373F
(52,55,63)
#24272B
(36,39,43)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4B7DF

#B4B7DF
(180,183,223)
#BABDE1
(186,189,225)
#C0C3E3
(192,195,227)
#C6C9E5
(198,201,229)
#CCCFE7
(204,207,231)
#D2D5E9
(210,213,233)
#D8DBEB
(216,219,235)
#DEE1ED
(222,225,237)
#E4E7EF
(228,231,239)
#EAEDF1
(234,237,241)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B7DF color. Also use rgb(180,183,223) instead hex code.

Text Font Color

.myTextColor { color: #B4B7DF; }

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

This text font color is #B4B7DF.

Background Color

.myBgColor { background-color: #B4B7DF; }

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

This div background color is #B4B7DF.

Border color

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

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

This div border color is #B4B7DF.

Opacity

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

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

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

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

This text has shadow with #B4B7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B7DF.

Preview

Color preview on black background

This text has color #B4B7DF on black background.


Color preview on white background

This text has color #B4B7DF on white background.


Black color preview on #B4B7DF background

This text has black color on #B4B7DF background.


White color preview on #B4B7DF background

This text has white color on #B4B7DF background.


Related colors

Complementary color

Complementary color for #hex is #4B4820.


I love getcolorcode.com

Triadic colors

1 #DFB4B7 and #B7DFB4 with #B4B7DF are triadic colors.

2 #DFB7B4 and #B7B4DF with #B4B7DF are triadic colors.