COLOR #B4C7E2

HEX: #B4C7E2
RGB: (180,199,226)

Color info

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

RGB color model

#B4C7E2 color RGB value is (180,199,226).

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

RGB channels and saturation

R 180 of 255 = 71%
G 199 of 255 = 78%
B 226 of 255 = 89%

180
199
226

R + G + B ~ 79%. #B4C7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 199 + 226 = 605 (100%)
R 180 of 605 ~ 29.75%
G 199 of 605 ~ 32.89%
B 226 of 605 ~ 37.36%

%29.75
%32.89
%37.36

CMYK color model

#B4C7E2 color CMYK value is (20,12,0,11).

  • cyan value is 20.35%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(20,12,0,11)
C20M12Y0K11 
(20%,12%,0%,11%)
(0.20/0.12/0.00/0.11)	

CMYK percentages

%20.35
%11.95
%0
%11.37

Codes

Color #B4C7E2 in popluar color models

B4C7E2
RGB180199226
HSL215°44.23%79.61%
HSB/HSV215°20.35%88.63%
CMYK20.35%11.95%0.00%
11.37%

Color #B4C7E2 in popluar number systems.

HEXB4C7E2
Decimal180199226
Binary101101001100011111100010
Octal264307342

Shades and tints

Shades of #B4C7E2

#B4C7E2
(180,199,226)
#A4B5CE
(164,181,206)
#94A3BA
(148,163,186)
#8491A6
(132,145,166)
#747F92
(116,127,146)
#646D7E
(100,109,126)
#545B6A
(84,91,106)
#444956
(68,73,86)
#343742
(52,55,66)
#24252E
(36,37,46)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #B4C7E2

#B4C7E2
(180,199,226)
#BACCE4
(186,204,228)
#C0D1E6
(192,209,230)
#C6D6E8
(198,214,232)
#CCDBEA
(204,219,234)
#D2E0EC
(210,224,236)
#D8E5EE
(216,229,238)
#DEEAF0
(222,234,240)
#E4EFF2
(228,239,242)
#EAF4F4
(234,244,244)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C7E2; }

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

This text font color is #B4C7E2.


Background Color

.myBgColor { background-color: #B4C7E2; }

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

This div background color is #B4C7E2.


Border color

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

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

This div border color is #B4C7E2.


Opacity

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

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

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

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

This text has shadow with #B4C7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C7E2 on black background.


Color preview on white background

This text has color #B4C7E2 on white background.



Black color preview on #B4C7E2 background

This text has black color on #B4C7E2 background.


White color preview on #B4C7E2 background

This text has white color on #B4C7E2 background.