COLOR #B4DED6

HEX: #B4DED6
RGB: (180,222,214)

Color info

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

RGB color model

#B4DED6 color RGB value is (180,222,214).

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

RGB channels and saturation

R 180 of 255 = 71%
G 222 of 255 = 87%
B 214 of 255 = 84%

180
222
214

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

Portions of RGB colors in percentages

R + G + B =
180 + 222 + 214 = 616 (100%)
R 180 of 616 ~ 29.22%
G 222 of 616 ~ 36.04%
B 214 of 616 ~ 34.74%

%29.22
%36.04
%34.74

CMYK color model

#B4DED6 color CMYK value is (19,0,4,13).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 12.94%
CMYK:
(19,0,4,13)
C19M0Y4K13 
(19%,0%,4%,13%)
(0.19/0.00/0.04/0.13)	

CMYK percentages

%18.92
%0
%3.6
%12.94

Codes

Color #B4DED6 in popluar color models

B4DED6
RGB180222214
HSL169°38.89%78.82%
HSB/HSV169°18.92%87.06%
CMYK18.92%0.00%3.60%
12.94%

Color #B4DED6 in popluar number systems.

HEXB4DED6
Decimal180222214
Binary101101001101111011010110
Octal264336326

Shades and tints

Shades of #B4DED6

#B4DED6
(180,222,214)
#A4CAC3
(164,202,195)
#94B6B0
(148,182,176)
#84A29D
(132,162,157)
#748E8A
(116,142,138)
#647A77
(100,122,119)
#546664
(84,102,100)
#445251
(68,82,81)
#343E3E
(52,62,62)
#242A2B
(36,42,43)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #B4DED6

#B4DED6
(180,222,214)
#BAE1D9
(186,225,217)
#C0E4DC
(192,228,220)
#C6E7DF
(198,231,223)
#CCEAE2
(204,234,226)
#D2EDE5
(210,237,229)
#D8F0E8
(216,240,232)
#DEF3EB
(222,243,235)
#E4F6EE
(228,246,238)
#EAF9F1
(234,249,241)
#F0FCF4
(240,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DED6; }

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

This text font color is #B4DED6.


Background Color

.myBgColor { background-color: #B4DED6; }

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

This div background color is #B4DED6.


Border color

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

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

This div border color is #B4DED6.


Opacity

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

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

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

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

This text has shadow with #B4DED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DED6 on black background.


Color preview on white background

This text has color #B4DED6 on white background.



Black color preview on #B4DED6 background

This text has black color on #B4DED6 background.


White color preview on #B4DED6 background

This text has white color on #B4DED6 background.