COLOR #B4CECD

HEX: #B4CECD
RGB: (180,206,205)

Color info

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

RGB color model

#B4CECD color RGB value is (180,206,205).

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

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 205 of 255 = 80%

180
206
205

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

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 205 = 591 (100%)
R 180 of 591 ~ 30.46%
G 206 of 591 ~ 34.86%
B 205 of 591 ~ 34.69%

%30.46
%34.86
%34.69

CMYK color model

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

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 19.22%
CMYK:
(13,0,0,19)
C13M0Y0K19 
(13%,0%,0%,19%)
(0.13/0.00/0.00/0.19)	

CMYK percentages

%12.62
%0
%0.49
%19.22

Codes

Color #B4CECD in popluar color models

B4CECD
RGB180206205
HSL178°20.97%75.69%
HSB/HSV178°12.62%80.78%
CMYK12.62%0.00%0.49%
19.22%

Color #B4CECD in popluar number systems.

HEXB4CECD
Decimal180206205
Binary101101001100111011001101
Octal264316315

Shades and tints

Shades of #B4CECD

#B4CECD
(180,206,205)
#A4BCBB
(164,188,187)
#94AAA9
(148,170,169)
#849897
(132,152,151)
#748685
(116,134,133)
#647473
(100,116,115)
#546261
(84,98,97)
#44504F
(68,80,79)
#343E3D
(52,62,61)
#242C2B
(36,44,43)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4CECD

#B4CECD
(180,206,205)
#BAD2D1
(186,210,209)
#C0D6D5
(192,214,213)
#C6DAD9
(198,218,217)
#CCDEDD
(204,222,221)
#D2E2E1
(210,226,225)
#D8E6E5
(216,230,229)
#DEEAE9
(222,234,233)
#E4EEED
(228,238,237)
#EAF2F1
(234,242,241)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CECD; }

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

This text font color is #B4CECD.


Background Color

.myBgColor { background-color: #B4CECD; }

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

This div background color is #B4CECD.


Border color

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

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

This div border color is #B4CECD.


Opacity

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

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

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

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

This text has shadow with #B4CECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CECD on black background.


Color preview on white background

This text has color #B4CECD on white background.



Black color preview on #B4CECD background

This text has black color on #B4CECD background.


White color preview on #B4CECD background

This text has white color on #B4CECD background.