COLOR #B4CEE2

HEX: #B4CEE2
RGB: (180,206,226)

Color info

#B4CEE2 contains red, green and blue colors in about the same proportion. Web safe color of #B4CEE2 is #CCCCCC (or #CCC).

RGB color model

#B4CEE2 color RGB value is (180,206,226).

  • red value is 180;
  • green value is 206;
  • blue value is 226.
RGB:
(180,206,226)
(71%,81%,89%)

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 226 of 255 = 89%

180
206
226

R + G + B ~ 80%. #B4CEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 226 = 612 (100%)
R 180 of 612 ~ 29.41%
G 206 of 612 ~ 33.66%
B 226 of 612 ~ 36.93%

%29.41
%33.66
%36.93

CMYK color model

#B4CEE2 color CMYK value is (20,9,0,11).

  • cyan value is 20.35%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(20,9,0,11)
C20M9Y0K11 
(20%,9%,0%,11%)
(0.20/0.09/0.00/0.11)	

CMYK percentages

%20.35
%8.85
%0
%11.37

Codes

Color #B4CEE2 in popluar color models

B4CEE2
RGB180206226
HSL206°44.23%79.61%
HSB/HSV206°20.35%88.63%
CMYK20.35%8.85%0.00%
11.37%

Color #B4CEE2 in popluar number systems.

HEXB4CEE2
Decimal180206226
Binary101101001100111011100010
Octal264316342

Shades and tints

Shades of #B4CEE2

#B4CEE2
(180,206,226)
#A4BCCE
(164,188,206)
#94AABA
(148,170,186)
#8498A6
(132,152,166)
#748692
(116,134,146)
#64747E
(100,116,126)
#54626A
(84,98,106)
#445056
(68,80,86)
#343E42
(52,62,66)
#242C2E
(36,44,46)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #B4CEE2

#B4CEE2
(180,206,226)
#BAD2E4
(186,210,228)
#C0D6E6
(192,214,230)
#C6DAE8
(198,218,232)
#CCDEEA
(204,222,234)
#D2E2EC
(210,226,236)
#D8E6EE
(216,230,238)
#DEEAF0
(222,234,240)
#E4EEF2
(228,238,242)
#EAF2F4
(234,242,244)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CEE2 color. Also use rgb(180,206,226) instead hex code.

Text Font Color

.myTextColor { color: #B4CEE2; }

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

This text font color is #B4CEE2.


Background Color

.myBgColor { background-color: #B4CEE2; }

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

This div background color is #B4CEE2.


Border color

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

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

This div border color is #B4CEE2.


Opacity

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

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

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

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

This text has shadow with #B4CEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEE2 on black background.


Color preview on white background

This text has color #B4CEE2 on white background.



Black color preview on #B4CEE2 background

This text has black color on #B4CEE2 background.


White color preview on #B4CEE2 background

This text has white color on #B4CEE2 background.