COLOR #B4CCE8

HEX: #B4CCE8
RGB: (180,204,232)

Color info

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

RGB color model

#B4CCE8 color RGB value is (180,204,232).

  • red value is 180;
  • green value is 204;
  • blue value is 232.
RGB:
(180,204,232)
(71%,80%,91%)

RGB channels and saturation

R 180 of 255 = 71%
G 204 of 255 = 80%
B 232 of 255 = 91%

180
204
232

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

Portions of RGB colors in percentages

R + G + B =
180 + 204 + 232 = 616 (100%)
R 180 of 616 ~ 29.22%
G 204 of 616 ~ 33.12%
B 232 of 616 ~ 37.66%

%29.22
%33.12
%37.66

CMYK color model

#B4CCE8 color CMYK value is (22,12,0,9).

  • cyan value is 22.41%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(22,12,0,9)
C22M12Y0K9 
(22%,12%,0%,9%)
(0.22/0.12/0.00/0.09)	

CMYK percentages

%22.41
%12.07
%0
%9.02

Codes

Color #B4CCE8 in popluar color models

B4CCE8
RGB180204232
HSL212°53.06%80.78%
HSB/HSV212°22.41%90.98%
CMYK22.41%12.07%0.00%
9.02%

Color #B4CCE8 in popluar number systems.

HEXB4CCE8
Decimal180204232
Binary101101001100110011101000
Octal264314350

Shades and tints

Shades of #B4CCE8

#B4CCE8
(180,204,232)
#A4BAD3
(164,186,211)
#94A8BE
(148,168,190)
#8496A9
(132,150,169)
#748494
(116,132,148)
#64727F
(100,114,127)
#54606A
(84,96,106)
#444E55
(68,78,85)
#343C40
(52,60,64)
#242A2B
(36,42,43)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #B4CCE8

#B4CCE8
(180,204,232)
#BAD0EA
(186,208,234)
#C0D4EC
(192,212,236)
#C6D8EE
(198,216,238)
#CCDCF0
(204,220,240)
#D2E0F2
(210,224,242)
#D8E4F4
(216,228,244)
#DEE8F6
(222,232,246)
#E4ECF8
(228,236,248)
#EAF0FA
(234,240,250)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CCE8; }

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

This text font color is #B4CCE8.


Background Color

.myBgColor { background-color: #B4CCE8; }

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

This div background color is #B4CCE8.


Border color

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

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

This div border color is #B4CCE8.


Opacity

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

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

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

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

This text has shadow with #B4CCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CCE8 on black background.


Color preview on white background

This text has color #B4CCE8 on white background.



Black color preview on #B4CCE8 background

This text has black color on #B4CCE8 background.


White color preview on #B4CCE8 background

This text has white color on #B4CCE8 background.