COLOR #B4D9EB

HEX: #B4D9EB RGB: (180,217,235)

Color info

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

RGB color model

#B4D9EB color RGB value is (180,217,235).

RGB: (180,217,235) (71%, 85%, 92%)

RGB channels and saturation

R 180 of 255 = 71%
G 217 of 255 = 85%
B 235 of 255 = 92%

180
217
235

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

Portions of RGB colors in percentages

R + G + B = 180 + 217 + 235 = 632 (100%)
R 180 of 632 ~ 28.48%
G 217 of 632 ~ 34.34%
B 235 of 632 ~ 37.18'%

%28.48
%34.34
%37.18

CMYK color model

#B4D9EB color CMYK value is (23,8,0,8).

  • cyan value is 23.40%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (23,8,0,8)
C23M8Y0K8 (23%, 8%, 0%, 8%)
(0.23 / 0.08 / 0.00 / 0.08)

CMYK percentages

%23.4
%7.66
%0
%7.84

Codes

Color #B4D9EB in popluar color models

B4 D9 EB
RGB 180 217 235
HSL 200° 57.89% 81.37%
HSB/HSV 200° 23.40% 92.16%
CMYK 23.40% 7.66% 0.00%
7.84%

Color #B4D9EB in popluar number systems.

HEX B4 D9 EB
Decimal 180 217 235
Binary 10110100 11011001 11101011
Octal 264 331 353

Shades and tints

Shades of #B4D9EB

#B4D9EB
(180,217,235)
#A4C6D6
(164,198,214)
#94B3C1
(148,179,193)
#84A0AC
(132,160,172)
#748D97
(116,141,151)
#647A82
(100,122,130)
#54676D
(84,103,109)
#445458
(68,84,88)
#344143
(52,65,67)
#242E2E
(36,46,46)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #B4D9EB

#B4D9EB
(180,217,235)
#BADCEC
(186,220,236)
#C0DFED
(192,223,237)
#C6E2EE
(198,226,238)
#CCE5EF
(204,229,239)
#D2E8F0
(210,232,240)
#D8EBF1
(216,235,241)
#DEEEF2
(222,238,242)
#E4F1F3
(228,241,243)
#EAF4F4
(234,244,244)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D9EB color. Also use rgb(180,217,235) instead hex code.

Text Font Color

.myTextColor { color: #B4D9EB; }

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

This text font color is #B4D9EB.

Background Color

.myBgColor { background-color: #B4D9EB; }

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

This div background color is #B4D9EB.

Border color

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

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

This div border color is #B4D9EB.

Opacity

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

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

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

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

This text has shadow with #B4D9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D9EB.

Preview

Color preview on black background

This text has color #B4D9EB on black background.


Color preview on white background

This text has color #B4D9EB on white background.


Black color preview on #B4D9EB background

This text has black color on #B4D9EB background.


White color preview on #B4D9EB background

This text has white color on #B4D9EB background.


Related colors

Complementary color

Complementary color for #hex is #4B2614.


I love getcolorcode.com

Triadic colors

1 #EBB4D9 and #D9EBB4 with #B4D9EB are triadic colors.

2 #EBD9B4 and #D9B4EB with #B4D9EB are triadic colors.