COLOR #B4CCC7

HEX: #B4CCC7
RGB: (180,204,199)

Color info

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

RGB color model

#B4CCC7 color RGB value is (180,204,199).

  • red value is 180;
  • green value is 204;
  • blue value is 199.
RGB:
(180,204,199)
(71%,80%,78%)

RGB channels and saturation

R 180 of 255 = 71%
G 204 of 255 = 80%
B 199 of 255 = 78%

180
204
199

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

Portions of RGB colors in percentages

R + G + B =
180 + 204 + 199 = 583 (100%)
R 180 of 583 ~ 30.87%
G 204 of 583 ~ 34.99%
B 199 of 583 ~ 34.13%

%30.87
%34.99
%34.13

CMYK color model

#B4CCC7 color CMYK value is (12,0,2,20).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 20.00%
CMYK:
(12,0,2,20)
C12M0Y2K20 
(12%,0%,2%,20%)
(0.12/0.00/0.02/0.20)	

CMYK percentages

%11.76
%0
%2.45
%20

Codes

Color #B4CCC7 in popluar color models

B4CCC7
RGB180204199
HSL168°19.05%75.29%
HSB/HSV168°11.76%80.00%
CMYK11.76%0.00%2.45%
20.00%

Color #B4CCC7 in popluar number systems.

HEXB4CCC7
Decimal180204199
Binary101101001100110011000111
Octal264314307

Shades and tints

Shades of #B4CCC7

#B4CCC7
(180,204,199)
#A4BAB5
(164,186,181)
#94A8A3
(148,168,163)
#849691
(132,150,145)
#74847F
(116,132,127)
#64726D
(100,114,109)
#54605B
(84,96,91)
#444E49
(68,78,73)
#343C37
(52,60,55)
#242A25
(36,42,37)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #B4CCC7

#B4CCC7
(180,204,199)
#BAD0CC
(186,208,204)
#C0D4D1
(192,212,209)
#C6D8D6
(198,216,214)
#CCDCDB
(204,220,219)
#D2E0E0
(210,224,224)
#D8E4E5
(216,228,229)
#DEE8EA
(222,232,234)
#E4ECEF
(228,236,239)
#EAF0F4
(234,240,244)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CCC7; }

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

This text font color is #B4CCC7.


Background Color

.myBgColor { background-color: #B4CCC7; }

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

This div background color is #B4CCC7.


Border color

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

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

This div border color is #B4CCC7.


Opacity

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

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

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

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

This text has shadow with #B4CCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CCC7 on black background.


Color preview on white background

This text has color #B4CCC7 on white background.



Black color preview on #B4CCC7 background

This text has black color on #B4CCC7 background.


White color preview on #B4CCC7 background

This text has white color on #B4CCC7 background.