COLOR #B2DDC6

HEX: #B2DDC6 RGB: (178,221,198)

Color info

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

RGB color model

#B2DDC6 color RGB value is (178,221,198).

RGB: (178,221,198) (70%, 87%, 78%)

RGB channels and saturation

R 178 of 255 = 70%
G 221 of 255 = 87%
B 198 of 255 = 78%

178
221
198

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

Portions of RGB colors in percentages

R + G + B = 178 + 221 + 198 = 597 (100%)
R 178 of 597 ~ 29.82%
G 221 of 597 ~ 37.02%
B 198 of 597 ~ 33.17'%

%29.82
%37.02
%33.17

CMYK color model

#B2DDC6 color CMYK value is (19,0,10,13).

  • cyan value is 19.46%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%

CMYK: (19,0,10,13)
C19M0Y10K13 (19%, 0%, 10%, 13%)
(0.19 / 0.00 / 0.10 / 0.13)

CMYK percentages

%19.46
%0
%10.41
%13.33

Codes

Color #B2DDC6 in popluar color models

B2 DD C6
RGB 178 221 198
HSL 148° 38.74% 78.24%
HSB/HSV 148° 19.46% 86.67%
CMYK 19.46% 0.00% 10.41%
13.33%

Color #B2DDC6 in popluar number systems.

HEX B2 DD C6
Decimal 178 221 198
Binary 10110010 11011101 11000110
Octal 262 335 306

Shades and tints

Shades of #B2DDC6

#B2DDC6
(178,221,198)
#A2C9B4
(162,201,180)
#92B5A2
(146,181,162)
#82A190
(130,161,144)
#728D7E
(114,141,126)
#62796C
(98,121,108)
#52655A
(82,101,90)
#425148
(66,81,72)
#323D36
(50,61,54)
#222924
(34,41,36)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #B2DDC6

#B2DDC6
(178,221,198)
#B9E0CB
(185,224,203)
#C0E3D0
(192,227,208)
#C7E6D5
(199,230,213)
#CEE9DA
(206,233,218)
#D5ECDF
(213,236,223)
#DCEFE4
(220,239,228)
#E3F2E9
(227,242,233)
#EAF5EE
(234,245,238)
#F1F8F3
(241,248,243)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DDC6 color. Also use rgb(178,221,198) instead hex code.

Text Font Color

.myTextColor { color: #B2DDC6; }

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

This text font color is #B2DDC6.

Background Color

.myBgColor { background-color: #B2DDC6; }

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

This div background color is #B2DDC6.

Border color

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

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

This div border color is #B2DDC6.

Opacity

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

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

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

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

This text has shadow with #B2DDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DDC6.

Preview

Color preview on black background

This text has color #B2DDC6 on black background.


Color preview on white background

This text has color #B2DDC6 on white background.


Black color preview on #B2DDC6 background

This text has black color on #B2DDC6 background.


White color preview on #B2DDC6 background

This text has white color on #B2DDC6 background.


Related colors

Complementary color

Complementary color for #hex is #4D2239.


I love getcolorcode.com

Triadic colors

1 #C6B2DD and #DDC6B2 with #B2DDC6 are triadic colors.

2 #C6DDB2 and #DDB2C6 with #B2DDC6 are triadic colors.