COLOR #B4CDBD

HEX: #B4CDBD
RGB: (180,205,189)

Color info

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

RGB color model

#B4CDBD color RGB value is (180,205,189).

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

RGB channels and saturation

R 180 of 255 = 71%
G 205 of 255 = 80%
B 189 of 255 = 74%

180
205
189

R + G + B ~ 75%. #B4CDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 205 + 189 = 574 (100%)
R 180 of 574 ~ 31.36%
G 205 of 574 ~ 35.71%
B 189 of 574 ~ 32.93%

%31.36
%35.71
%32.93

CMYK color model

#B4CDBD color CMYK value is (12,0,8,20).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 19.61%
CMYK:
(12,0,8,20)
C12M0Y8K20 
(12%,0%,8%,20%)
(0.12/0.00/0.08/0.20)	

CMYK percentages

%12.2
%0
%7.8
%19.61

Codes

Color #B4CDBD in popluar color models

B4CDBD
RGB180205189
HSL142°20.00%75.49%
HSB/HSV142°12.20%80.39%
CMYK12.20%0.00%7.80%
19.61%

Color #B4CDBD in popluar number systems.

HEXB4CDBD
Decimal180205189
Binary101101001100110110111101
Octal264315275

Shades and tints

Shades of #B4CDBD

#B4CDBD
(180,205,189)
#A4BBAC
(164,187,172)
#94A99B
(148,169,155)
#84978A
(132,151,138)
#748579
(116,133,121)
#647368
(100,115,104)
#546157
(84,97,87)
#444F46
(68,79,70)
#343D35
(52,61,53)
#242B24
(36,43,36)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #B4CDBD

#B4CDBD
(180,205,189)
#BAD1C3
(186,209,195)
#C0D5C9
(192,213,201)
#C6D9CF
(198,217,207)
#CCDDD5
(204,221,213)
#D2E1DB
(210,225,219)
#D8E5E1
(216,229,225)
#DEE9E7
(222,233,231)
#E4EDED
(228,237,237)
#EAF1F3
(234,241,243)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CDBD; }

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

This text font color is #B4CDBD.


Background Color

.myBgColor { background-color: #B4CDBD; }

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

This div background color is #B4CDBD.


Border color

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

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

This div border color is #B4CDBD.


Opacity

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

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

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

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

This text has shadow with #B4CDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CDBD on black background.


Color preview on white background

This text has color #B4CDBD on white background.



Black color preview on #B4CDBD background

This text has black color on #B4CDBD background.


White color preview on #B4CDBD background

This text has white color on #B4CDBD background.