COLOR #B2DEC8

HEX: #B2DEC8 RGB: (178,222,200)

Color info

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

RGB color model

#B2DEC8 color RGB value is (178,222,200).

RGB: (178,222,200) (70%, 87%, 78%)

RGB channels and saturation

R 178 of 255 = 70%
G 222 of 255 = 87%
B 200 of 255 = 78%

178
222
200

R + G + B ~ 78%. #B2DEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 222 + 200 = 600 (100%)
R 178 of 600 ~ 29.67%
G 222 of 600 ~ 37%
B 200 of 600 ~ 33.33'%

%29.67
%37
%33.33

CMYK color model

#B2DEC8 color CMYK value is (20,0,10,13).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 12.94%

CMYK: (20,0,10,13)
C20M0Y10K13 (20%, 0%, 10%, 13%)
(0.20 / 0.00 / 0.10 / 0.13)

CMYK percentages

%19.82
%0
%9.91
%12.94

Codes

Color #B2DEC8 in popluar color models

B2 DE C8
RGB 178 222 200
HSL 150° 40.00% 78.43%
HSB/HSV 150° 19.82% 87.06%
CMYK 19.82% 0.00% 9.91%
12.94%

Color #B2DEC8 in popluar number systems.

HEX B2 DE C8
Decimal 178 222 200
Binary 10110010 11011110 11001000
Octal 262 336 310

Shades and tints

Shades of #B2DEC8

#B2DEC8
(178,222,200)
#A2CAB6
(162,202,182)
#92B6A4
(146,182,164)
#82A292
(130,162,146)
#728E80
(114,142,128)
#627A6E
(98,122,110)
#52665C
(82,102,92)
#42524A
(66,82,74)
#323E38
(50,62,56)
#222A26
(34,42,38)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #B2DEC8

#B2DEC8
(178,222,200)
#B9E1CD
(185,225,205)
#C0E4D2
(192,228,210)
#C7E7D7
(199,231,215)
#CEEADC
(206,234,220)
#D5EDE1
(213,237,225)
#DCF0E6
(220,240,230)
#E3F3EB
(227,243,235)
#EAF6F0
(234,246,240)
#F1F9F5
(241,249,245)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DEC8; }

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

This text font color is #B2DEC8.

Background Color

.myBgColor { background-color: #B2DEC8; }

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

This div background color is #B2DEC8.

Border color

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

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

This div border color is #B2DEC8.

Opacity

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

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

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

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

This text has shadow with #B2DEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DEC8.

Preview

Color preview on black background

This text has color #B2DEC8 on black background.


Color preview on white background

This text has color #B2DEC8 on white background.


Black color preview on #B2DEC8 background

This text has black color on #B2DEC8 background.


White color preview on #B2DEC8 background

This text has white color on #B2DEC8 background.


Related colors

Complementary color

Complementary color for #hex is #4D2137.


I love getcolorcode.com

Triadic colors

1 #C8B2DE and #DEC8B2 with #B2DEC8 are triadic colors.

2 #C8DEB2 and #DEB2C8 with #B2DEC8 are triadic colors.