COLOR #B4D5ED

HEX: #B4D5ED RGB: (180,213,237)

Color info

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

RGB color model

#B4D5ED color RGB value is (180,213,237).

RGB: (180,213,237) (71%, 84%, 93%)

RGB channels and saturation

R 180 of 255 = 71%
G 213 of 255 = 84%
B 237 of 255 = 93%

180
213
237

R + G + B ~ 83%. #B4D5ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 213 + 237 = 630 (100%)
R 180 of 630 ~ 28.57%
G 213 of 630 ~ 33.81%
B 237 of 630 ~ 37.62'%

%28.57
%33.81
%37.62

CMYK color model

#B4D5ED color CMYK value is (24,10,0,7).

  • cyan value is 24.05%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (24,10,0,7)
C24M10Y0K7 (24%, 10%, 0%, 7%)
(0.24 / 0.10 / 0.00 / 0.07)

CMYK percentages

%24.05
%10.13
%0
%7.06

Codes

Color #B4D5ED in popluar color models

B4 D5 ED
RGB 180 213 237
HSL 205° 61.29% 81.76%
HSB/HSV 205° 24.05% 92.94%
CMYK 24.05% 10.13% 0.00%
7.06%

Color #B4D5ED in popluar number systems.

HEX B4 D5 ED
Decimal 180 213 237
Binary 10110100 11010101 11101101
Octal 264 325 355

Shades and tints

Shades of #B4D5ED

#B4D5ED
(180,213,237)
#A4C2D8
(164,194,216)
#94AFC3
(148,175,195)
#849CAE
(132,156,174)
#748999
(116,137,153)
#647684
(100,118,132)
#54636F
(84,99,111)
#44505A
(68,80,90)
#343D45
(52,61,69)
#242A30
(36,42,48)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4D5ED

#B4D5ED
(180,213,237)
#BAD8EE
(186,216,238)
#C0DBEF
(192,219,239)
#C6DEF0
(198,222,240)
#CCE1F1
(204,225,241)
#D2E4F2
(210,228,242)
#D8E7F3
(216,231,243)
#DEEAF4
(222,234,244)
#E4EDF5
(228,237,245)
#EAF0F6
(234,240,246)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D5ED; }

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

This text font color is #B4D5ED.

Background Color

.myBgColor { background-color: #B4D5ED; }

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

This div background color is #B4D5ED.

Border color

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

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

This div border color is #B4D5ED.

Opacity

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

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

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

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

This text has shadow with #B4D5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D5ED.

Preview

Color preview on black background

This text has color #B4D5ED on black background.


Color preview on white background

This text has color #B4D5ED on white background.


Black color preview on #B4D5ED background

This text has black color on #B4D5ED background.


White color preview on #B4D5ED background

This text has white color on #B4D5ED background.


Related colors

Complementary color

Complementary color for #hex is #4B2A12.


I love getcolorcode.com

Triadic colors

1 #EDB4D5 and #D5EDB4 with #B4D5ED are triadic colors.

2 #EDD5B4 and #D5B4ED with #B4D5ED are triadic colors.