COLOR #B4D1ED

HEX: #B4D1ED
RGB: (180,209,237)

Color info

#B4D1ED contains red, green and blue colors in about the same proportion. Web safe color of #B4D1ED is #CCCCFF (or #CCF).

RGB color model

#B4D1ED color RGB value is (180,209,237).

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

RGB channels and saturation

R 180 of 255 = 71%
G 209 of 255 = 82%
B 237 of 255 = 93%

180
209
237

R + G + B ~ 82%. #B4D1ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 209 + 237 = 626 (100%)
R 180 of 626 ~ 28.75%
G 209 of 626 ~ 33.39%
B 237 of 626 ~ 37.86%

%28.75
%33.39
%37.86

CMYK color model

#B4D1ED color CMYK value is (24,12,0,7).

  • cyan value is 24.05%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(24,12,0,7)
C24M12Y0K7 
(24%,12%,0%,7%)
(0.24/0.12/0.00/0.07)	

CMYK percentages

%24.05
%11.81
%0
%7.06

Codes

Color #B4D1ED in popluar color models

B4D1ED
RGB180209237
HSL209°61.29%81.76%
HSB/HSV209°24.05%92.94%
CMYK24.05%11.81%0.00%
7.06%

Color #B4D1ED in popluar number systems.

HEXB4D1ED
Decimal180209237
Binary101101001101000111101101
Octal264321355

Shades and tints

Shades of #B4D1ED

#B4D1ED
(180,209,237)
#A4BED8
(164,190,216)
#94ABC3
(148,171,195)
#8498AE
(132,152,174)
#748599
(116,133,153)
#647284
(100,114,132)
#545F6F
(84,95,111)
#444C5A
(68,76,90)
#343945
(52,57,69)
#242630
(36,38,48)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #B4D1ED

#B4D1ED
(180,209,237)
#BAD5EE
(186,213,238)
#C0D9EF
(192,217,239)
#C6DDF0
(198,221,240)
#CCE1F1
(204,225,241)
#D2E5F2
(210,229,242)
#D8E9F3
(216,233,243)
#DEEDF4
(222,237,244)
#E4F1F5
(228,241,245)
#EAF5F6
(234,245,246)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D1ED; }

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

This text font color is #B4D1ED.


Background Color

.myBgColor { background-color: #B4D1ED; }

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

This div background color is #B4D1ED.


Border color

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

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

This div border color is #B4D1ED.


Opacity

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

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

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

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

This text has shadow with #B4D1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D1ED on black background.


Color preview on white background

This text has color #B4D1ED on white background.



Black color preview on #B4D1ED background

This text has black color on #B4D1ED background.


White color preview on #B4D1ED background

This text has white color on #B4D1ED background.