COLOR #B4DFC5

HEX: #B4DFC5
RGB: (180,223,197)

Color info

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

RGB color model

#B4DFC5 color RGB value is (180,223,197).

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

RGB channels and saturation

R 180 of 255 = 71%
G 223 of 255 = 87%
B 197 of 255 = 77%

180
223
197

R + G + B ~ 78%. #B4DFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 223 + 197 = 600 (100%)
R 180 of 600 ~ 30%
G 223 of 600 ~ 37.17%
B 197 of 600 ~ 32.83%

%30
%37.17
%32.83

CMYK color model

#B4DFC5 color CMYK value is (19,0,12,13).

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 12.55%
CMYK:
(19,0,12,13)
C19M0Y12K13 
(19%,0%,12%,13%)
(0.19/0.00/0.12/0.13)	

CMYK percentages

%19.28
%0
%11.66
%12.55

Codes

Color #B4DFC5 in popluar color models

B4DFC5
RGB180223197
HSL144°40.19%79.02%
HSB/HSV144°19.28%87.45%
CMYK19.28%0.00%11.66%
12.55%

Color #B4DFC5 in popluar number systems.

HEXB4DFC5
Decimal180223197
Binary101101001101111111000101
Octal264337305

Shades and tints

Shades of #B4DFC5

#B4DFC5
(180,223,197)
#A4CBB4
(164,203,180)
#94B7A3
(148,183,163)
#84A392
(132,163,146)
#748F81
(116,143,129)
#647B70
(100,123,112)
#54675F
(84,103,95)
#44534E
(68,83,78)
#343F3D
(52,63,61)
#242B2C
(36,43,44)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4DFC5

#B4DFC5
(180,223,197)
#BAE1CA
(186,225,202)
#C0E3CF
(192,227,207)
#C6E5D4
(198,229,212)
#CCE7D9
(204,231,217)
#D2E9DE
(210,233,222)
#D8EBE3
(216,235,227)
#DEEDE8
(222,237,232)
#E4EFED
(228,239,237)
#EAF1F2
(234,241,242)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DFC5; }

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

This text font color is #B4DFC5.


Background Color

.myBgColor { background-color: #B4DFC5; }

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

This div background color is #B4DFC5.


Border color

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

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

This div border color is #B4DFC5.


Opacity

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

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

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

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

This text has shadow with #B4DFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DFC5 on black background.


Color preview on white background

This text has color #B4DFC5 on white background.



Black color preview on #B4DFC5 background

This text has black color on #B4DFC5 background.


White color preview on #B4DFC5 background

This text has white color on #B4DFC5 background.