COLOR #B4D1DD

HEX: #B4D1DD
RGB: (180,209,221)

Color info

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

RGB color model

#B4D1DD color RGB value is (180,209,221).

  • red value is 180;
  • green value is 209;
  • blue value is 221.
RGB:
(180,209,221)
(71%,82%,87%)

RGB channels and saturation

R 180 of 255 = 71%
G 209 of 255 = 82%
B 221 of 255 = 87%

180
209
221

R + G + B ~ 80%. #B4D1DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 209 + 221 = 610 (100%)
R 180 of 610 ~ 29.51%
G 209 of 610 ~ 34.26%
B 221 of 610 ~ 36.23%

%29.51
%34.26
%36.23

CMYK color model

#B4D1DD color CMYK value is (19,5,0,13).

  • cyan value is 18.55%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,5,0,13)
C19M5Y0K13 
(19%,5%,0%,13%)
(0.19/0.05/0.00/0.13)	

CMYK percentages

%18.55
%5.43
%0
%13.33

Codes

Color #B4D1DD in popluar color models

B4D1DD
RGB180209221
HSL198°37.61%78.63%
HSB/HSV198°18.55%86.67%
CMYK18.55%5.43%0.00%
13.33%

Color #B4D1DD in popluar number systems.

HEXB4D1DD
Decimal180209221
Binary101101001101000111011101
Octal264321335

Shades and tints

Shades of #B4D1DD

#B4D1DD
(180,209,221)
#A4BEC9
(164,190,201)
#94ABB5
(148,171,181)
#8498A1
(132,152,161)
#74858D
(116,133,141)
#647279
(100,114,121)
#545F65
(84,95,101)
#444C51
(68,76,81)
#34393D
(52,57,61)
#242629
(36,38,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B4D1DD

#B4D1DD
(180,209,221)
#BAD5E0
(186,213,224)
#C0D9E3
(192,217,227)
#C6DDE6
(198,221,230)
#CCE1E9
(204,225,233)
#D2E5EC
(210,229,236)
#D8E9EF
(216,233,239)
#DEEDF2
(222,237,242)
#E4F1F5
(228,241,245)
#EAF5F8
(234,245,248)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D1DD color. Also use rgb(180,209,221) instead hex code.

Text Font Color

.myTextColor { color: #B4D1DD; }

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

This text font color is #B4D1DD.


Background Color

.myBgColor { background-color: #B4D1DD; }

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

This div background color is #B4D1DD.


Border color

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

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

This div border color is #B4D1DD.


Opacity

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

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

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

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

This text has shadow with #B4D1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D1DD on black background.


Color preview on white background

This text has color #B4D1DD on white background.



Black color preview on #B4D1DD background

This text has black color on #B4D1DD background.


White color preview on #B4D1DD background

This text has white color on #B4D1DD background.