COLOR #B4CECC

HEX: #B4CECC RGB: (180,206,204)

Color info

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

RGB color model

#B4CECC color RGB value is (180,206,204).

RGB: (180,206,204) (71%, 81%, 80%)

RGB channels and saturation

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

180
206
204

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

Portions of RGB colors in percentages

R + G + B = 180 + 206 + 204 = 590 (100%)
R 180 of 590 ~ 30.51%
G 206 of 590 ~ 34.92%
B 204 of 590 ~ 34.58'%

%30.51
%34.92
%34.58

CMYK color model

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

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 19.22%
CMYK: (13,0,1,19) C13M0Y1K19 (13%,0%,1%,19%) (0.13/0.00/0.01/0.19) 

CMYK percentages

%12.62
%0
%0.97
%19.22

Codes

Color #B4CECC in popluar color models

B4 CE CC
RGB 180 206 204
HSL 175° 20.97% 75.69%
HSB/HSV 175° 12.62% 80.78%
CMYK 12.62% 0.00% 0.97%
19.22%

Color #B4CECC in popluar number systems.

HEX B4 CE CC
Decimal 180 206 204
Binary 10110100 11001110 11001100
Octal 264 316 314

Shades and tints

Shades of #B4CECC

#B4CECC
(180,206,204)
#A4BCBA
(164,188,186)
#94AAA8
(148,170,168)
#849896
(132,152,150)
#748684
(116,134,132)
#647472
(100,116,114)
#546260
(84,98,96)
#44504E
(68,80,78)
#343E3C
(52,62,60)
#242C2A
(36,44,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #B4CECC

#B4CECC
(180,206,204)
#BAD2D0
(186,210,208)
#C0D6D4
(192,214,212)
#C6DAD8
(198,218,216)
#CCDEDC
(204,222,220)
#D2E2E0
(210,226,224)
#D8E6E4
(216,230,228)
#DEEAE8
(222,234,232)
#E4EEEC
(228,238,236)
#EAF2F0
(234,242,240)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CECC; }

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

This text font color is #B4CECC.

Background Color

.myBgColor { background-color: #B4CECC; }

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

This div background color is #B4CECC.

Border color

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

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

This div border color is #B4CECC.

Opacity

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

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

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

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

This text has shadow with #B4CECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CECC.

Preview

Color preview on black background

This text has color #B4CECC on black background.


Color preview on white background

This text has color #B4CECC on white background.


Black color preview on #B4CECC background

This text has black color on #B4CECC background.


White color preview on #B4CECC background

This text has white color on #B4CECC background.


Related colors

Complementary color

Complementary color for #hex is #4B3133.


I love getcolorcode.com

Triadic colors

1 #CCB4CE and #CECCB4 with #B4CECC are triadic colors.

2 #CCCEB4 and #CEB4CC with #B4CECC are triadic colors.