COLOR #B4DED8

HEX: #B4DED8
RGB: (180,222,216)

Color info

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

RGB color model

#B4DED8 color RGB value is (180,222,216).

  • red value is 180;
  • green value is 222;
  • blue value is 216.
RGB:
(180,222,216)
(71%,87%,85%)

RGB channels and saturation

R 180 of 255 = 71%
G 222 of 255 = 87%
B 216 of 255 = 85%

180
222
216

R + G + B ~ 81%. #B4DED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 222 + 216 = 618 (100%)
R 180 of 618 ~ 29.13%
G 222 of 618 ~ 35.92%
B 216 of 618 ~ 34.95%

%29.13
%35.92
%34.95

CMYK color model

#B4DED8 color CMYK value is (19,0,3,13).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 12.94%
CMYK:
(19,0,3,13)
C19M0Y3K13 
(19%,0%,3%,13%)
(0.19/0.00/0.03/0.13)	

CMYK percentages

%18.92
%0
%2.7
%12.94

Codes

Color #B4DED8 in popluar color models

B4DED8
RGB180222216
HSL171°38.89%78.82%
HSB/HSV171°18.92%87.06%
CMYK18.92%0.00%2.70%
12.94%

Color #B4DED8 in popluar number systems.

HEXB4DED8
Decimal180222216
Binary101101001101111011011000
Octal264336330

Shades and tints

Shades of #B4DED8

#B4DED8
(180,222,216)
#A4CAC5
(164,202,197)
#94B6B2
(148,182,178)
#84A29F
(132,162,159)
#748E8C
(116,142,140)
#647A79
(100,122,121)
#546666
(84,102,102)
#445253
(68,82,83)
#343E40
(52,62,64)
#242A2D
(36,42,45)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #B4DED8

#B4DED8
(180,222,216)
#BAE1DB
(186,225,219)
#C0E4DE
(192,228,222)
#C6E7E1
(198,231,225)
#CCEAE4
(204,234,228)
#D2EDE7
(210,237,231)
#D8F0EA
(216,240,234)
#DEF3ED
(222,243,237)
#E4F6F0
(228,246,240)
#EAF9F3
(234,249,243)
#F0FCF6
(240,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DED8 color. Also use rgb(180,222,216) instead hex code.

Text Font Color

.myTextColor { color: #B4DED8; }

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

This text font color is #B4DED8.


Background Color

.myBgColor { background-color: #B4DED8; }

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

This div background color is #B4DED8.


Border color

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

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

This div border color is #B4DED8.


Opacity

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

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

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

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

This text has shadow with #B4DED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DED8 on black background.


Color preview on white background

This text has color #B4DED8 on white background.



Black color preview on #B4DED8 background

This text has black color on #B4DED8 background.


White color preview on #B4DED8 background

This text has white color on #B4DED8 background.