COLOR #B4CCEE

HEX: #B4CCEE
RGB: (180,204,238)

Color info

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

RGB color model

#B4CCEE color RGB value is (180,204,238).

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

RGB channels and saturation

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

180
204
238

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

Portions of RGB colors in percentages

R + G + B =
180 + 204 + 238 = 622 (100%)
R 180 of 622 ~ 28.94%
G 204 of 622 ~ 32.8%
B 238 of 622 ~ 38.26%

%28.94
%32.8
%38.26

CMYK color model

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

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

CMYK percentages

%24.37
%14.29
%0
%6.67

Codes

Color #B4CCEE in popluar color models

B4CCEE
RGB180204238
HSL215°63.04%81.96%
HSB/HSV215°24.37%93.33%
CMYK24.37%14.29%0.00%
6.67%

Color #B4CCEE in popluar number systems.

HEXB4CCEE
Decimal180204238
Binary101101001100110011101110
Octal264314356

Shades and tints

Shades of #B4CCEE

#B4CCEE
(180,204,238)
#A4BAD9
(164,186,217)
#94A8C4
(148,168,196)
#8496AF
(132,150,175)
#74849A
(116,132,154)
#647285
(100,114,133)
#546070
(84,96,112)
#444E5B
(68,78,91)
#343C46
(52,60,70)
#242A31
(36,42,49)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #B4CCEE

#B4CCEE
(180,204,238)
#BAD0EF
(186,208,239)
#C0D4F0
(192,212,240)
#C6D8F1
(198,216,241)
#CCDCF2
(204,220,242)
#D2E0F3
(210,224,243)
#D8E4F4
(216,228,244)
#DEE8F5
(222,232,245)
#E4ECF6
(228,236,246)
#EAF0F7
(234,240,247)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CCEE; }

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

This text font color is #B4CCEE.


Background Color

.myBgColor { background-color: #B4CCEE; }

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

This div background color is #B4CCEE.


Border color

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

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

This div border color is #B4CCEE.


Opacity

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

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

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

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

This text has shadow with #B4CCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CCEE on black background.


Color preview on white background

This text has color #B4CCEE on white background.



Black color preview on #B4CCEE background

This text has black color on #B4CCEE background.


White color preview on #B4CCEE background

This text has white color on #B4CCEE background.