COLOR #B4D0BE

HEX: #B4D0BE
RGB: (180,208,190)

Color info

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

RGB color model

#B4D0BE color RGB value is (180,208,190).

  • red value is 180;
  • green value is 208;
  • blue value is 190.
RGB:
(180,208,190)
(71%,82%,75%)

RGB channels and saturation

R 180 of 255 = 71%
G 208 of 255 = 82%
B 190 of 255 = 75%

180
208
190

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

Portions of RGB colors in percentages

R + G + B =
180 + 208 + 190 = 578 (100%)
R 180 of 578 ~ 31.14%
G 208 of 578 ~ 35.99%
B 190 of 578 ~ 32.87%

%31.14
%35.99
%32.87

CMYK color model

#B4D0BE color CMYK value is (13,0,9,18).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 18.43%
CMYK:
(13,0,9,18)
C13M0Y9K18 
(13%,0%,9%,18%)
(0.13/0.00/0.09/0.18)	

CMYK percentages

%13.46
%0
%8.65
%18.43

Codes

Color #B4D0BE in popluar color models

B4D0BE
RGB180208190
HSL141°22.95%76.08%
HSB/HSV141°13.46%81.57%
CMYK13.46%0.00%8.65%
18.43%

Color #B4D0BE in popluar number systems.

HEXB4D0BE
Decimal180208190
Binary101101001101000010111110
Octal264320276

Shades and tints

Shades of #B4D0BE

#B4D0BE
(180,208,190)
#A4BEAD
(164,190,173)
#94AC9C
(148,172,156)
#849A8B
(132,154,139)
#74887A
(116,136,122)
#647669
(100,118,105)
#546458
(84,100,88)
#445247
(68,82,71)
#344036
(52,64,54)
#242E25
(36,46,37)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #B4D0BE

#B4D0BE
(180,208,190)
#BAD4C3
(186,212,195)
#C0D8C8
(192,216,200)
#C6DCCD
(198,220,205)
#CCE0D2
(204,224,210)
#D2E4D7
(210,228,215)
#D8E8DC
(216,232,220)
#DEECE1
(222,236,225)
#E4F0E6
(228,240,230)
#EAF4EB
(234,244,235)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D0BE color. Also use rgb(180,208,190) instead hex code.

Text Font Color

.myTextColor { color: #B4D0BE; }

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

This text font color is #B4D0BE.


Background Color

.myBgColor { background-color: #B4D0BE; }

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

This div background color is #B4D0BE.


Border color

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

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

This div border color is #B4D0BE.


Opacity

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

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

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

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

This text has shadow with #B4D0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D0BE on black background.


Color preview on white background

This text has color #B4D0BE on white background.



Black color preview on #B4D0BE background

This text has black color on #B4D0BE background.


White color preview on #B4D0BE background

This text has white color on #B4D0BE background.