COLOR #B2DED5

HEX: #B2DED5
RGB: (178,222,213)

Color info

#B2DED5 contains red, green and blue colors in about the same proportion. Web safe color of #B2DED5 is #99CCCC (or #9CC).

RGB color model

#B2DED5 color RGB value is (178,222,213).

  • red value is 178;
  • green value is 222;
  • blue value is 213.
RGB:
(178,222,213)
(70%,87%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 222 of 255 = 87%
B 213 of 255 = 84%

178
222
213

R + G + B ~ 80%. #B2DED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 222 + 213 = 613 (100%)
R 178 of 613 ~ 29.04%
G 222 of 613 ~ 36.22%
B 213 of 613 ~ 34.75%

%29.04
%36.22
%34.75

CMYK color model

#B2DED5 color CMYK value is (20,0,4,13).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 12.94%
CMYK:
(20,0,4,13)
C20M0Y4K13 
(20%,0%,4%,13%)
(0.20/0.00/0.04/0.13)	

CMYK percentages

%19.82
%0
%4.05
%12.94

Codes

Color #B2DED5 in popluar color models

B2DED5
RGB178222213
HSL168°40.00%78.43%
HSB/HSV168°19.82%87.06%
CMYK19.82%0.00%4.05%
12.94%

Color #B2DED5 in popluar number systems.

HEXB2DED5
Decimal178222213
Binary101100101101111011010101
Octal262336325

Shades and tints

Shades of #B2DED5

#B2DED5
(178,222,213)
#A2CAC2
(162,202,194)
#92B6AF
(146,182,175)
#82A29C
(130,162,156)
#728E89
(114,142,137)
#627A76
(98,122,118)
#526663
(82,102,99)
#425250
(66,82,80)
#323E3D
(50,62,61)
#222A2A
(34,42,42)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2DED5

#B2DED5
(178,222,213)
#B9E1D8
(185,225,216)
#C0E4DB
(192,228,219)
#C7E7DE
(199,231,222)
#CEEAE1
(206,234,225)
#D5EDE4
(213,237,228)
#DCF0E7
(220,240,231)
#E3F3EA
(227,243,234)
#EAF6ED
(234,246,237)
#F1F9F0
(241,249,240)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DED5; }

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

This text font color is #B2DED5.


Background Color

.myBgColor { background-color: #B2DED5; }

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

This div background color is #B2DED5.


Border color

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

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

This div border color is #B2DED5.


Opacity

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

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

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

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

This text has shadow with #B2DED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DED5 on black background.


Color preview on white background

This text has color #B2DED5 on white background.



Black color preview on #B2DED5 background

This text has black color on #B2DED5 background.


White color preview on #B2DED5 background

This text has white color on #B2DED5 background.