COLOR #B4C7DB

HEX: #B4C7DB RGB: (180,199,219)

Color info

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

RGB color model

#B4C7DB color RGB value is (180,199,219).

RGB: (180,199,219) (71%, 78%, 86%)

RGB channels and saturation

R 180 of 255 = 71%
G 199 of 255 = 78%
B 219 of 255 = 86%

180
199
219

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

Portions of RGB colors in percentages

R + G + B = 180 + 199 + 219 = 598 (100%)
R 180 of 598 ~ 30.1%
G 199 of 598 ~ 33.28%
B 219 of 598 ~ 36.62'%

%30.1
%33.28
%36.62

CMYK color model

#B4C7DB color CMYK value is (18,9,0,14).

  • cyan value is 17.81%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (18,9,0,14) C18M9Y0K14 (18%,9%,0%,14%) (0.18/0.09/0.00/0.14) 

CMYK percentages

%17.81
%9.13
%0
%14.12

Codes

Color #B4C7DB in popluar color models

B4 C7 DB
RGB 180 199 219
HSL 211° 35.14% 78.24%
HSB/HSV 211° 17.81% 85.88%
CMYK 17.81% 9.13% 0.00%
14.12%

Color #B4C7DB in popluar number systems.

HEX B4 C7 DB
Decimal 180 199 219
Binary 10110100 11000111 11011011
Octal 264 307 333

Shades and tints

Shades of #B4C7DB

#B4C7DB
(180,199,219)
#A4B5C8
(164,181,200)
#94A3B5
(148,163,181)
#8491A2
(132,145,162)
#747F8F
(116,127,143)
#646D7C
(100,109,124)
#545B69
(84,91,105)
#444956
(68,73,86)
#343743
(52,55,67)
#242530
(36,37,48)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #B4C7DB

#B4C7DB
(180,199,219)
#BACCDE
(186,204,222)
#C0D1E1
(192,209,225)
#C6D6E4
(198,214,228)
#CCDBE7
(204,219,231)
#D2E0EA
(210,224,234)
#D8E5ED
(216,229,237)
#DEEAF0
(222,234,240)
#E4EFF3
(228,239,243)
#EAF4F6
(234,244,246)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C7DB color. Also use rgb(180,199,219) instead hex code.

Text Font Color

.myTextColor { color: #B4C7DB; }

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

This text font color is #B4C7DB.

Background Color

.myBgColor { background-color: #B4C7DB; }

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

This div background color is #B4C7DB.

Border color

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

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

This div border color is #B4C7DB.

Opacity

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

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

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

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

This text has shadow with #B4C7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C7DB.

Preview

Color preview on black background

This text has color #B4C7DB on black background.


Color preview on white background

This text has color #B4C7DB on white background.


Black color preview on #B4C7DB background

This text has black color on #B4C7DB background.


White color preview on #B4C7DB background

This text has white color on #B4C7DB background.


Related colors

Complementary color

Complementary color for #hex is #4B3824.


I love getcolorcode.com

Triadic colors

1 #DBB4C7 and #C7DBB4 with #B4C7DB are triadic colors.

2 #DBC7B4 and #C7B4DB with #B4C7DB are triadic colors.