COLOR #B4DFC8

HEX: #B4DFC8
RGB: (180,223,200)

Color info

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

RGB color model

#B4DFC8 color RGB value is (180,223,200).

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

RGB channels and saturation

R 180 of 255 = 71%
G 223 of 255 = 87%
B 200 of 255 = 78%

180
223
200

R + G + B ~ 79%. #B4DFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 223 + 200 = 603 (100%)
R 180 of 603 ~ 29.85%
G 223 of 603 ~ 36.98%
B 200 of 603 ~ 33.17%

%29.85
%36.98
%33.17

CMYK color model

#B4DFC8 color CMYK value is (19,0,10,13).

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 12.55%
CMYK:
(19,0,10,13)
C19M0Y10K13 
(19%,0%,10%,13%)
(0.19/0.00/0.10/0.13)	

CMYK percentages

%19.28
%0
%10.31
%12.55

Codes

Color #B4DFC8 in popluar color models

B4DFC8
RGB180223200
HSL148°40.19%79.02%
HSB/HSV148°19.28%87.45%
CMYK19.28%0.00%10.31%
12.55%

Color #B4DFC8 in popluar number systems.

HEXB4DFC8
Decimal180223200
Binary101101001101111111001000
Octal264337310

Shades and tints

Shades of #B4DFC8

#B4DFC8
(180,223,200)
#A4CBB6
(164,203,182)
#94B7A4
(148,183,164)
#84A392
(132,163,146)
#748F80
(116,143,128)
#647B6E
(100,123,110)
#54675C
(84,103,92)
#44534A
(68,83,74)
#343F38
(52,63,56)
#242B26
(36,43,38)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4DFC8

#B4DFC8
(180,223,200)
#BAE1CD
(186,225,205)
#C0E3D2
(192,227,210)
#C6E5D7
(198,229,215)
#CCE7DC
(204,231,220)
#D2E9E1
(210,233,225)
#D8EBE6
(216,235,230)
#DEEDEB
(222,237,235)
#E4EFF0
(228,239,240)
#EAF1F5
(234,241,245)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DFC8; }

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

This text font color is #B4DFC8.


Background Color

.myBgColor { background-color: #B4DFC8; }

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

This div background color is #B4DFC8.


Border color

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

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

This div border color is #B4DFC8.


Opacity

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

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

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

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

This text has shadow with #B4DFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DFC8 on black background.


Color preview on white background

This text has color #B4DFC8 on white background.



Black color preview on #B4DFC8 background

This text has black color on #B4DFC8 background.


White color preview on #B4DFC8 background

This text has white color on #B4DFC8 background.