COLOR #B4DED5

HEX: #B4DED5 RGB: (180,222,213)

Color info

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

RGB color model

#B4DED5 color RGB value is (180,222,213).

RGB: (180,222,213) (71%, 87%, 84%)

RGB channels and saturation

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

180
222
213

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

Portions of RGB colors in percentages

R + G + B = 180 + 222 + 213 = 615 (100%)
R 180 of 615 ~ 29.27%
G 222 of 615 ~ 36.1%
B 213 of 615 ~ 34.63'%

%29.27
%36.1
%34.63

CMYK color model

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

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • 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
%4.05
%12.94

Codes

Color #B4DED5 in popluar color models

B4 DE D5
RGB 180 222 213
HSL 167° 38.89% 78.82%
HSB/HSV 167° 18.92% 87.06%
CMYK 18.92% 0.00% 4.05%
12.94%

Color #B4DED5 in popluar number systems.

HEX B4 DE D5
Decimal 180 222 213
Binary 10110100 11011110 11010101
Octal 264 336 325

Shades and tints

Shades of #B4DED5

#B4DED5
(180,222,213)
#A4CAC2
(164,202,194)
#94B6AF
(148,182,175)
#84A29C
(132,162,156)
#748E89
(116,142,137)
#647A76
(100,122,118)
#546663
(84,102,99)
#445250
(68,82,80)
#343E3D
(52,62,61)
#242A2A
(36,42,42)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B4DED5

#B4DED5
(180,222,213)
#BAE1D8
(186,225,216)
#C0E4DB
(192,228,219)
#C6E7DE
(198,231,222)
#CCEAE1
(204,234,225)
#D2EDE4
(210,237,228)
#D8F0E7
(216,240,231)
#DEF3EA
(222,243,234)
#E4F6ED
(228,246,237)
#EAF9F0
(234,249,240)
#F0FCF3
(240,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DED5; }

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

This text font color is #B4DED5.

Background Color

.myBgColor { background-color: #B4DED5; }

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

This div background color is #B4DED5.

Border color

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

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

This div border color is #B4DED5.

Opacity

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

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

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

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

This text has shadow with #B4DED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DED5.

Preview

Color preview on black background

This text has color #B4DED5 on black background.


Color preview on white background

This text has color #B4DED5 on white background.


Black color preview on #B4DED5 background

This text has black color on #B4DED5 background.


White color preview on #B4DED5 background

This text has white color on #B4DED5 background.


Related colors

Complementary color

Complementary color for #hex is #4B212A.


I love getcolorcode.com

Triadic colors

1 #D5B4DE and #DED5B4 with #B4DED5 are triadic colors.

2 #D5DEB4 and #DEB4D5 with #B4DED5 are triadic colors.