COLOR #B4DEEC

HEX: #B4DEEC RGB: (180,222,236)

Color info

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

RGB color model

#B4DEEC color RGB value is (180,222,236).

RGB: (180,222,236) (71%, 87%, 93%)

RGB channels and saturation

R 180 of 255 = 71%
G 222 of 255 = 87%
B 236 of 255 = 93%

180
222
236

R + G + B ~ 84%. #B4DEEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 222 + 236 = 638 (100%)
R 180 of 638 ~ 28.21%
G 222 of 638 ~ 34.8%
B 236 of 638 ~ 36.99'%

%28.21
%34.8
%36.99

CMYK color model

#B4DEEC color CMYK value is (24,6,0,7).

  • cyan value is 23.73%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (24,6,0,7)
C24M6Y0K7 (24%, 6%, 0%, 7%)
(0.24 / 0.06 / 0.00 / 0.07)

CMYK percentages

%23.73
%5.93
%0
%7.45

Codes

Color #B4DEEC in popluar color models

B4 DE EC
RGB 180 222 236
HSL 195° 59.57% 81.57%
HSB/HSV 195° 23.73% 92.55%
CMYK 23.73% 5.93% 0.00%
7.45%

Color #B4DEEC in popluar number systems.

HEX B4 DE EC
Decimal 180 222 236
Binary 10110100 11011110 11101100
Octal 264 336 354

Shades and tints

Shades of #B4DEEC

#B4DEEC
(180,222,236)
#A4CAD7
(164,202,215)
#94B6C2
(148,182,194)
#84A2AD
(132,162,173)
#748E98
(116,142,152)
#647A83
(100,122,131)
#54666E
(84,102,110)
#445259
(68,82,89)
#343E44
(52,62,68)
#242A2F
(36,42,47)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #B4DEEC

#B4DEEC
(180,222,236)
#BAE1ED
(186,225,237)
#C0E4EE
(192,228,238)
#C6E7EF
(198,231,239)
#CCEAF0
(204,234,240)
#D2EDF1
(210,237,241)
#D8F0F2
(216,240,242)
#DEF3F3
(222,243,243)
#E4F6F4
(228,246,244)
#EAF9F5
(234,249,245)
#F0FCF6
(240,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DEEC color. Also use rgb(180,222,236) instead hex code.

Text Font Color

.myTextColor { color: #B4DEEC; }

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

This text font color is #B4DEEC.

Background Color

.myBgColor { background-color: #B4DEEC; }

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

This div background color is #B4DEEC.

Border color

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

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

This div border color is #B4DEEC.

Opacity

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

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

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

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

This text has shadow with #B4DEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DEEC.

Preview

Color preview on black background

This text has color #B4DEEC on black background.


Color preview on white background

This text has color #B4DEEC on white background.


Black color preview on #B4DEEC background

This text has black color on #B4DEEC background.


White color preview on #B4DEEC background

This text has white color on #B4DEEC background.


Related colors

Complementary color

Complementary color for #hex is #4B2113.


I love getcolorcode.com

Triadic colors

1 #ECB4DE and #DEECB4 with #B4DEEC are triadic colors.

2 #ECDEB4 and #DEB4EC with #B4DEEC are triadic colors.