COLOR #B4D4E2

HEX: #B4D4E2 RGB: (180,212,226)

Color info

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

RGB color model

#B4D4E2 color RGB value is (180,212,226).

RGB: (180,212,226) (71%, 83%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 226 of 255 = 89%

180
212
226

R + G + B ~ 81%. #B4D4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 212 + 226 = 618 (100%)
R 180 of 618 ~ 29.13%
G 212 of 618 ~ 34.3%
B 226 of 618 ~ 36.57'%

%29.13
%34.3
%36.57

CMYK color model

#B4D4E2 color CMYK value is (20,6,0,11).

  • cyan value is 20.35%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (20,6,0,11)
C20M6Y0K11 (20%, 6%, 0%, 11%)
(0.20 / 0.06 / 0.00 / 0.11)

CMYK percentages

%20.35
%6.19
%0
%11.37

Codes

Color #B4D4E2 in popluar color models

B4 D4 E2
RGB 180 212 226
HSL 198° 44.23% 79.61%
HSB/HSV 198° 20.35% 88.63%
CMYK 20.35% 6.19% 0.00%
11.37%

Color #B4D4E2 in popluar number systems.

HEX B4 D4 E2
Decimal 180 212 226
Binary 10110100 11010100 11100010
Octal 264 324 342

Shades and tints

Shades of #B4D4E2

#B4D4E2
(180,212,226)
#A4C1CE
(164,193,206)
#94AEBA
(148,174,186)
#849BA6
(132,155,166)
#748892
(116,136,146)
#64757E
(100,117,126)
#54626A
(84,98,106)
#444F56
(68,79,86)
#343C42
(52,60,66)
#24292E
(36,41,46)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #B4D4E2

#B4D4E2
(180,212,226)
#BAD7E4
(186,215,228)
#C0DAE6
(192,218,230)
#C6DDE8
(198,221,232)
#CCE0EA
(204,224,234)
#D2E3EC
(210,227,236)
#D8E6EE
(216,230,238)
#DEE9F0
(222,233,240)
#E4ECF2
(228,236,242)
#EAEFF4
(234,239,244)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D4E2 color. Also use rgb(180,212,226) instead hex code.

Text Font Color

.myTextColor { color: #B4D4E2; }

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

This text font color is #B4D4E2.

Background Color

.myBgColor { background-color: #B4D4E2; }

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

This div background color is #B4D4E2.

Border color

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

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

This div border color is #B4D4E2.

Opacity

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

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

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

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

This text has shadow with #B4D4E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D4E2.

Preview

Color preview on black background

This text has color #B4D4E2 on black background.


Color preview on white background

This text has color #B4D4E2 on white background.


Black color preview on #B4D4E2 background

This text has black color on #B4D4E2 background.


White color preview on #B4D4E2 background

This text has white color on #B4D4E2 background.


Related colors

Complementary color

Complementary color for #hex is #4B2B1D.


I love getcolorcode.com

Triadic colors

1 #E2B4D4 and #D4E2B4 with #B4D4E2 are triadic colors.

2 #E2D4B4 and #D4B4E2 with #B4D4E2 are triadic colors.