COLOR #B4D4C5

HEX: #B4D4C5
RGB: (180,212,197)

Color info

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

RGB color model

#B4D4C5 color RGB value is (180,212,197).

  • red value is 180;
  • green value is 212;
  • blue value is 197.
RGB:
(180,212,197)
(71%,83%,77%)

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 197 of 255 = 77%

180
212
197

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

Portions of RGB colors in percentages

R + G + B =
180 + 212 + 197 = 589 (100%)
R 180 of 589 ~ 30.56%
G 212 of 589 ~ 35.99%
B 197 of 589 ~ 33.45%

%30.56
%35.99
%33.45

CMYK color model

#B4D4C5 color CMYK value is (15,0,7,17).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 16.86%
CMYK:
(15,0,7,17)
C15M0Y7K17 
(15%,0%,7%,17%)
(0.15/0.00/0.07/0.17)	

CMYK percentages

%15.09
%0
%7.08
%16.86

Codes

Color #B4D4C5 in popluar color models

B4D4C5
RGB180212197
HSL152°27.12%76.86%
HSB/HSV152°15.09%83.14%
CMYK15.09%0.00%7.08%
16.86%

Color #B4D4C5 in popluar number systems.

HEXB4D4C5
Decimal180212197
Binary101101001101010011000101
Octal264324305

Shades and tints

Shades of #B4D4C5

#B4D4C5
(180,212,197)
#A4C1B4
(164,193,180)
#94AEA3
(148,174,163)
#849B92
(132,155,146)
#748881
(116,136,129)
#647570
(100,117,112)
#54625F
(84,98,95)
#444F4E
(68,79,78)
#343C3D
(52,60,61)
#24292C
(36,41,44)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #B4D4C5

#B4D4C5
(180,212,197)
#BAD7CA
(186,215,202)
#C0DACF
(192,218,207)
#C6DDD4
(198,221,212)
#CCE0D9
(204,224,217)
#D2E3DE
(210,227,222)
#D8E6E3
(216,230,227)
#DEE9E8
(222,233,232)
#E4ECED
(228,236,237)
#EAEFF2
(234,239,242)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D4C5 color. Also use rgb(180,212,197) instead hex code.

Text Font Color

.myTextColor { color: #B4D4C5; }

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

This text font color is #B4D4C5.


Background Color

.myBgColor { background-color: #B4D4C5; }

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

This div background color is #B4D4C5.


Border color

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

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

This div border color is #B4D4C5.


Opacity

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

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

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

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

This text has shadow with #B4D4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D4C5 on black background.


Color preview on white background

This text has color #B4D4C5 on white background.



Black color preview on #B4D4C5 background

This text has black color on #B4D4C5 background.


White color preview on #B4D4C5 background

This text has white color on #B4D4C5 background.