COLOR #B4C7CE

HEX: #B4C7CE RGB: (180,199,206)

Color info

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

RGB color model

#B4C7CE color RGB value is (180,199,206).

RGB: (180,199,206) (71%, 78%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 199 of 255 = 78%
B 206 of 255 = 81%

180
199
206

R + G + B ~ 77%. #B4C7CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 199 + 206 = 585 (100%)
R 180 of 585 ~ 30.77%
G 199 of 585 ~ 34.02%
B 206 of 585 ~ 35.21'%

%30.77
%34.02
%35.21

CMYK color model

#B4C7CE color CMYK value is (13,3,0,19).

  • cyan value is 12.62%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (13,3,0,19)
C13M3Y0K19 (13%, 3%, 0%, 19%)
(0.13 / 0.03 / 0.00 / 0.19)

CMYK percentages

%12.62
%3.4
%0
%19.22

Codes

Color #B4C7CE in popluar color models

B4 C7 CE
RGB 180 199 206
HSL 196° 20.97% 75.69%
HSB/HSV 196° 12.62% 80.78%
CMYK 12.62% 3.40% 0.00%
19.22%

Color #B4C7CE in popluar number systems.

HEX B4 C7 CE
Decimal 180 199 206
Binary 10110100 11000111 11001110
Octal 264 307 316

Shades and tints

Shades of #B4C7CE

#B4C7CE
(180,199,206)
#A4B5BC
(164,181,188)
#94A3AA
(148,163,170)
#849198
(132,145,152)
#747F86
(116,127,134)
#646D74
(100,109,116)
#545B62
(84,91,98)
#444950
(68,73,80)
#34373E
(52,55,62)
#24252C
(36,37,44)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #B4C7CE

#B4C7CE
(180,199,206)
#BACCD2
(186,204,210)
#C0D1D6
(192,209,214)
#C6D6DA
(198,214,218)
#CCDBDE
(204,219,222)
#D2E0E2
(210,224,226)
#D8E5E6
(216,229,230)
#DEEAEA
(222,234,234)
#E4EFEE
(228,239,238)
#EAF4F2
(234,244,242)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C7CE; }

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

This text font color is #B4C7CE.

Background Color

.myBgColor { background-color: #B4C7CE; }

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

This div background color is #B4C7CE.

Border color

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

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

This div border color is #B4C7CE.

Opacity

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

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

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

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

This text has shadow with #B4C7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C7CE.

Preview

Color preview on black background

This text has color #B4C7CE on black background.


Color preview on white background

This text has color #B4C7CE on white background.


Black color preview on #B4C7CE background

This text has black color on #B4C7CE background.


White color preview on #B4C7CE background

This text has white color on #B4C7CE background.


Related colors

Complementary color

Complementary color for #hex is #4B3831.


I love getcolorcode.com

Triadic colors

1 #CEB4C7 and #C7CEB4 with #B4C7CE are triadic colors.

2 #CEC7B4 and #C7B4CE with #B4C7CE are triadic colors.