COLOR #B4CDC7

HEX: #B4CDC7
RGB: (180,205,199)

Color info

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

RGB color model

#B4CDC7 color RGB value is (180,205,199).

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

RGB channels and saturation

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

180
205
199

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

Portions of RGB colors in percentages

R + G + B =
180 + 205 + 199 = 584 (100%)
R 180 of 584 ~ 30.82%
G 205 of 584 ~ 35.1%
B 199 of 584 ~ 34.08%

%30.82
%35.1
%34.08

CMYK color model

#B4CDC7 color CMYK value is (12,0,3,20).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 2.93%
  • key color value is 19.61%
CMYK:
(12,0,3,20)
C12M0Y3K20 
(12%,0%,3%,20%)
(0.12/0.00/0.03/0.20)	

CMYK percentages

%12.2
%0
%2.93
%19.61

Codes

Color #B4CDC7 in popluar color models

B4CDC7
RGB180205199
HSL166°20.00%75.49%
HSB/HSV166°12.20%80.39%
CMYK12.20%0.00%2.93%
19.61%

Color #B4CDC7 in popluar number systems.

HEXB4CDC7
Decimal180205199
Binary101101001100110111000111
Octal264315307

Shades and tints

Shades of #B4CDC7

#B4CDC7
(180,205,199)
#A4BBB5
(164,187,181)
#94A9A3
(148,169,163)
#849791
(132,151,145)
#74857F
(116,133,127)
#64736D
(100,115,109)
#54615B
(84,97,91)
#444F49
(68,79,73)
#343D37
(52,61,55)
#242B25
(36,43,37)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #B4CDC7

#B4CDC7
(180,205,199)
#BAD1CC
(186,209,204)
#C0D5D1
(192,213,209)
#C6D9D6
(198,217,214)
#CCDDDB
(204,221,219)
#D2E1E0
(210,225,224)
#D8E5E5
(216,229,229)
#DEE9EA
(222,233,234)
#E4EDEF
(228,237,239)
#EAF1F4
(234,241,244)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CDC7; }

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

This text font color is #B4CDC7.


Background Color

.myBgColor { background-color: #B4CDC7; }

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

This div background color is #B4CDC7.


Border color

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

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

This div border color is #B4CDC7.


Opacity

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

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

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

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

This text has shadow with #B4CDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CDC7 on black background.


Color preview on white background

This text has color #B4CDC7 on white background.



Black color preview on #B4CDC7 background

This text has black color on #B4CDC7 background.


White color preview on #B4CDC7 background

This text has white color on #B4CDC7 background.