COLOR #B4CEC4

HEX: #B4CEC4
RGB: (180,206,196)

Color info

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

RGB color model

#B4CEC4 color RGB value is (180,206,196).

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

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 196 of 255 = 77%

180
206
196

R + G + B ~ 76%. #B4CEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 196 = 582 (100%)
R 180 of 582 ~ 30.93%
G 206 of 582 ~ 35.4%
B 196 of 582 ~ 33.68%

%30.93
%35.4
%33.68

CMYK color model

#B4CEC4 color CMYK value is (13,0,5,19).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 19.22%
CMYK:
(13,0,5,19)
C13M0Y5K19 
(13%,0%,5%,19%)
(0.13/0.00/0.05/0.19)	

CMYK percentages

%12.62
%0
%4.85
%19.22

Codes

Color #B4CEC4 in popluar color models

B4CEC4
RGB180206196
HSL157°20.97%75.69%
HSB/HSV157°12.62%80.78%
CMYK12.62%0.00%4.85%
19.22%

Color #B4CEC4 in popluar number systems.

HEXB4CEC4
Decimal180206196
Binary101101001100111011000100
Octal264316304

Shades and tints

Shades of #B4CEC4

#B4CEC4
(180,206,196)
#A4BCB3
(164,188,179)
#94AAA2
(148,170,162)
#849891
(132,152,145)
#748680
(116,134,128)
#64746F
(100,116,111)
#54625E
(84,98,94)
#44504D
(68,80,77)
#343E3C
(52,62,60)
#242C2B
(36,44,43)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #B4CEC4

#B4CEC4
(180,206,196)
#BAD2C9
(186,210,201)
#C0D6CE
(192,214,206)
#C6DAD3
(198,218,211)
#CCDED8
(204,222,216)
#D2E2DD
(210,226,221)
#D8E6E2
(216,230,226)
#DEEAE7
(222,234,231)
#E4EEEC
(228,238,236)
#EAF2F1
(234,242,241)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CEC4; }

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

This text font color is #B4CEC4.


Background Color

.myBgColor { background-color: #B4CEC4; }

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

This div background color is #B4CEC4.


Border color

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

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

This div border color is #B4CEC4.


Opacity

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

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

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

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

This text has shadow with #B4CEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEC4 on black background.


Color preview on white background

This text has color #B4CEC4 on white background.



Black color preview on #B4CEC4 background

This text has black color on #B4CEC4 background.


White color preview on #B4CEC4 background

This text has white color on #B4CEC4 background.