COLOR #B4CCEF

HEX: #B4CCEF RGB: (180,204,239)

Color info

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

RGB color model

#B4CCEF color RGB value is (180,204,239).

RGB: (180,204,239) (71%, 80%, 94%)

RGB channels and saturation

R 180 of 255 = 71%
G 204 of 255 = 80%
B 239 of 255 = 94%

180
204
239

R + G + B ~ 82%. #B4CCEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 204 + 239 = 623 (100%)
R 180 of 623 ~ 28.89%
G 204 of 623 ~ 32.74%
B 239 of 623 ~ 38.36'%

%28.89
%32.74
%38.36

CMYK color model

#B4CCEF color CMYK value is (25,15,0,6).

  • cyan value is 24.69%
  • magenta value is 14.64%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (25,15,0,6)
C25M15Y0K6 (25%, 15%, 0%, 6%)
(0.25 / 0.15 / 0.00 / 0.06)

CMYK percentages

%24.69
%14.64
%0
%6.27

Codes

Color #B4CCEF in popluar color models

B4 CC EF
RGB 180 204 239
HSL 216° 64.84% 82.16%
HSB/HSV 216° 24.69% 93.73%
CMYK 24.69% 14.64% 0.00%
6.27%

Color #B4CCEF in popluar number systems.

HEX B4 CC EF
Decimal 180 204 239
Binary 10110100 11001100 11101111
Octal 264 314 357

Shades and tints

Shades of #B4CCEF

#B4CCEF
(180,204,239)
#A4BADA
(164,186,218)
#94A8C5
(148,168,197)
#8496B0
(132,150,176)
#74849B
(116,132,155)
#647286
(100,114,134)
#546071
(84,96,113)
#444E5C
(68,78,92)
#343C47
(52,60,71)
#242A32
(36,42,50)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #B4CCEF

#B4CCEF
(180,204,239)
#BAD0F0
(186,208,240)
#C0D4F1
(192,212,241)
#C6D8F2
(198,216,242)
#CCDCF3
(204,220,243)
#D2E0F4
(210,224,244)
#D8E4F5
(216,228,245)
#DEE8F6
(222,232,246)
#E4ECF7
(228,236,247)
#EAF0F8
(234,240,248)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CCEF color. Also use rgb(180,204,239) instead hex code.

Text Font Color

.myTextColor { color: #B4CCEF; }

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

This text font color is #B4CCEF.

Background Color

.myBgColor { background-color: #B4CCEF; }

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

This div background color is #B4CCEF.

Border color

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

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

This div border color is #B4CCEF.

Opacity

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

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

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

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

This text has shadow with #B4CCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CCEF.

Preview

Color preview on black background

This text has color #B4CCEF on black background.


Color preview on white background

This text has color #B4CCEF on white background.


Black color preview on #B4CCEF background

This text has black color on #B4CCEF background.


White color preview on #B4CCEF background

This text has white color on #B4CCEF background.


Related colors

Complementary color

Complementary color for #hex is #4B3310.


I love getcolorcode.com

Triadic colors

1 #EFB4CC and #CCEFB4 with #B4CCEF are triadic colors.

2 #EFCCB4 and #CCB4EF with #B4CCEF are triadic colors.