COLOR #B4CEC8

HEX: #B4CEC8
RGB: (180,206,200)

Color info

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

RGB color model

#B4CEC8 color RGB value is (180,206,200).

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

RGB channels and saturation

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

180
206
200

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

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 200 = 586 (100%)
R 180 of 586 ~ 30.72%
G 206 of 586 ~ 35.15%
B 200 of 586 ~ 34.13%

%30.72
%35.15
%34.13

CMYK color model

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

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 19.22%
CMYK:
(13,0,3,19)
C13M0Y3K19 
(13%,0%,3%,19%)
(0.13/0.00/0.03/0.19)	

CMYK percentages

%12.62
%0
%2.91
%19.22

Codes

Color #B4CEC8 in popluar color models

B4CEC8
RGB180206200
HSL166°20.97%75.69%
HSB/HSV166°12.62%80.78%
CMYK12.62%0.00%2.91%
19.22%

Color #B4CEC8 in popluar number systems.

HEXB4CEC8
Decimal180206200
Binary101101001100111011001000
Octal264316310

Shades and tints

Shades of #B4CEC8

#B4CEC8
(180,206,200)
#A4BCB6
(164,188,182)
#94AAA4
(148,170,164)
#849892
(132,152,146)
#748680
(116,134,128)
#64746E
(100,116,110)
#54625C
(84,98,92)
#44504A
(68,80,74)
#343E38
(52,62,56)
#242C26
(36,44,38)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #B4CEC8

#B4CEC8
(180,206,200)
#BAD2CD
(186,210,205)
#C0D6D2
(192,214,210)
#C6DAD7
(198,218,215)
#CCDEDC
(204,222,220)
#D2E2E1
(210,226,225)
#D8E6E6
(216,230,230)
#DEEAEB
(222,234,235)
#E4EEF0
(228,238,240)
#EAF2F5
(234,242,245)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CEC8; }

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

This text font color is #B4CEC8.


Background Color

.myBgColor { background-color: #B4CEC8; }

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

This div background color is #B4CEC8.


Border color

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

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

This div border color is #B4CEC8.


Opacity

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

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

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

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

This text has shadow with #B4CEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEC8 on black background.


Color preview on white background

This text has color #B4CEC8 on white background.



Black color preview on #B4CEC8 background

This text has black color on #B4CEC8 background.


White color preview on #B4CEC8 background

This text has white color on #B4CEC8 background.