COLOR #B4C5DF

HEX: #B4C5DF RGB: (180,197,223)

Color info

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

RGB color model

#B4C5DF color RGB value is (180,197,223).

RGB: (180,197,223) (71%, 77%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 197 of 255 = 77%
B 223 of 255 = 87%

180
197
223

R + G + B ~ 78%. #B4C5DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 197 + 223 = 600 (100%)
R 180 of 600 ~ 30%
G 197 of 600 ~ 32.83%
B 223 of 600 ~ 37.17'%

%30
%32.83
%37.17

CMYK color model

#B4C5DF color CMYK value is (19,12,0,13).

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

CMYK: (19,12,0,13)
C19M12Y0K13 (19%, 12%, 0%, 13%)
(0.19 / 0.12 / 0.00 / 0.13)

CMYK percentages

%19.28
%11.66
%0
%12.55

Codes

Color #B4C5DF in popluar color models

B4 C5 DF
RGB 180 197 223
HSL 216° 40.19% 79.02%
HSB/HSV 216° 19.28% 87.45%
CMYK 19.28% 11.66% 0.00%
12.55%

Color #B4C5DF in popluar number systems.

HEX B4 C5 DF
Decimal 180 197 223
Binary 10110100 11000101 11011111
Octal 264 305 337

Shades and tints

Shades of #B4C5DF

#B4C5DF
(180,197,223)
#A4B4CB
(164,180,203)
#94A3B7
(148,163,183)
#8492A3
(132,146,163)
#74818F
(116,129,143)
#64707B
(100,112,123)
#545F67
(84,95,103)
#444E53
(68,78,83)
#343D3F
(52,61,63)
#242C2B
(36,44,43)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #B4C5DF

#B4C5DF
(180,197,223)
#BACAE1
(186,202,225)
#C0CFE3
(192,207,227)
#C6D4E5
(198,212,229)
#CCD9E7
(204,217,231)
#D2DEE9
(210,222,233)
#D8E3EB
(216,227,235)
#DEE8ED
(222,232,237)
#E4EDEF
(228,237,239)
#EAF2F1
(234,242,241)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C5DF; }

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

This text font color is #B4C5DF.

Background Color

.myBgColor { background-color: #B4C5DF; }

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

This div background color is #B4C5DF.

Border color

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

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

This div border color is #B4C5DF.

Opacity

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

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

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

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

This text has shadow with #B4C5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C5DF.

Preview

Color preview on black background

This text has color #B4C5DF on black background.


Color preview on white background

This text has color #B4C5DF on white background.


Black color preview on #B4C5DF background

This text has black color on #B4C5DF background.


White color preview on #B4C5DF background

This text has white color on #B4C5DF background.


Related colors

Complementary color

Complementary color for #hex is #4B3A20.


I love getcolorcode.com

Triadic colors

1 #DFB4C5 and #C5DFB4 with #B4C5DF are triadic colors.

2 #DFC5B4 and #C5B4DF with #B4C5DF are triadic colors.