COLOR #B4CCEC

HEX: #B4CCEC
RGB: (180,204,236)

Color info

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

RGB color model

#B4CCEC color RGB value is (180,204,236).

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

RGB channels and saturation

R 180 of 255 = 71%
G 204 of 255 = 80%
B 236 of 255 = 93%

180
204
236

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

Portions of RGB colors in percentages

R + G + B =
180 + 204 + 236 = 620 (100%)
R 180 of 620 ~ 29.03%
G 204 of 620 ~ 32.9%
B 236 of 620 ~ 38.06%

%29.03
%32.9
%38.06

CMYK color model

#B4CCEC color CMYK value is (24,14,0,7).

  • cyan value is 23.73%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(24,14,0,7)
C24M14Y0K7 
(24%,14%,0%,7%)
(0.24/0.14/0.00/0.07)	

CMYK percentages

%23.73
%13.56
%0
%7.45

Codes

Color #B4CCEC in popluar color models

B4CCEC
RGB180204236
HSL214°59.57%81.57%
HSB/HSV214°23.73%92.55%
CMYK23.73%13.56%0.00%
7.45%

Color #B4CCEC in popluar number systems.

HEXB4CCEC
Decimal180204236
Binary101101001100110011101100
Octal264314354

Shades and tints

Shades of #B4CCEC

#B4CCEC
(180,204,236)
#A4BAD7
(164,186,215)
#94A8C2
(148,168,194)
#8496AD
(132,150,173)
#748498
(116,132,152)
#647283
(100,114,131)
#54606E
(84,96,110)
#444E59
(68,78,89)
#343C44
(52,60,68)
#242A2F
(36,42,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #B4CCEC

#B4CCEC
(180,204,236)
#BAD0ED
(186,208,237)
#C0D4EE
(192,212,238)
#C6D8EF
(198,216,239)
#CCDCF0
(204,220,240)
#D2E0F1
(210,224,241)
#D8E4F2
(216,228,242)
#DEE8F3
(222,232,243)
#E4ECF4
(228,236,244)
#EAF0F5
(234,240,245)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CCEC; }

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

This text font color is #B4CCEC.


Background Color

.myBgColor { background-color: #B4CCEC; }

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

This div background color is #B4CCEC.


Border color

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

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

This div border color is #B4CCEC.


Opacity

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

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

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

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

This text has shadow with #B4CCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CCEC on black background.


Color preview on white background

This text has color #B4CCEC on white background.



Black color preview on #B4CCEC background

This text has black color on #B4CCEC background.


White color preview on #B4CCEC background

This text has white color on #B4CCEC background.