COLOR #B4D5E2

HEX: #B4D5E2 RGB: (180,213,226)

Color info

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

RGB color model

#B4D5E2 color RGB value is (180,213,226).

RGB: (180,213,226) (71%, 84%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 213 of 255 = 84%
B 226 of 255 = 89%

180
213
226

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

Portions of RGB colors in percentages

R + G + B = 180 + 213 + 226 = 619 (100%)
R 180 of 619 ~ 29.08%
G 213 of 619 ~ 34.41%
B 226 of 619 ~ 36.51'%

%29.08
%34.41
%36.51

CMYK color model

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

  • cyan value is 20.35%
  • magenta value is 5.75%
  • 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
%5.75
%0
%11.37

Codes

Color #B4D5E2 in popluar color models

B4 D5 E2
RGB 180 213 226
HSL 197° 44.23% 79.61%
HSB/HSV 197° 20.35% 88.63%
CMYK 20.35% 5.75% 0.00%
11.37%

Color #B4D5E2 in popluar number systems.

HEX B4 D5 E2
Decimal 180 213 226
Binary 10110100 11010101 11100010
Octal 264 325 342

Shades and tints

Shades of #B4D5E2

#B4D5E2
(180,213,226)
#A4C2CE
(164,194,206)
#94AFBA
(148,175,186)
#849CA6
(132,156,166)
#748992
(116,137,146)
#64767E
(100,118,126)
#54636A
(84,99,106)
#445056
(68,80,86)
#343D42
(52,61,66)
#242A2E
(36,42,46)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #B4D5E2

#B4D5E2
(180,213,226)
#BAD8E4
(186,216,228)
#C0DBE6
(192,219,230)
#C6DEE8
(198,222,232)
#CCE1EA
(204,225,234)
#D2E4EC
(210,228,236)
#D8E7EE
(216,231,238)
#DEEAF0
(222,234,240)
#E4EDF2
(228,237,242)
#EAF0F4
(234,240,244)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D5E2; }

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

This text font color is #B4D5E2.

Background Color

.myBgColor { background-color: #B4D5E2; }

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

This div background color is #B4D5E2.

Border color

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

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

This div border color is #B4D5E2.

Opacity

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

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

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

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

This text has shadow with #B4D5E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D5E2.

Preview

Color preview on black background

This text has color #B4D5E2 on black background.


Color preview on white background

This text has color #B4D5E2 on white background.


Black color preview on #B4D5E2 background

This text has black color on #B4D5E2 background.


White color preview on #B4D5E2 background

This text has white color on #B4D5E2 background.


Related colors

Complementary color

Complementary color for #hex is #4B2A1D.


I love getcolorcode.com

Triadic colors

1 #E2B4D5 and #D5E2B4 with #B4D5E2 are triadic colors.

2 #E2D5B4 and #D5B4E2 with #B4D5E2 are triadic colors.