COLOR #B2DBED

HEX: #B2DBED RGB: (178,219,237)

Color info

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

RGB color model

#B2DBED color RGB value is (178,219,237).

RGB: (178,219,237) (70%, 86%, 93%)

RGB channels and saturation

R 178 of 255 = 70%
G 219 of 255 = 86%
B 237 of 255 = 93%

178
219
237

R + G + B ~ 83%. #B2DBED is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 219 + 237 = 634 (100%)
R 178 of 634 ~ 28.08%
G 219 of 634 ~ 34.54%
B 237 of 634 ~ 37.38'%

%28.08
%34.54
%37.38

CMYK color model

#B2DBED color CMYK value is (25,8,0,7).

  • cyan value is 24.89%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (25,8,0,7)
C25M8Y0K7 (25%, 8%, 0%, 7%)
(0.25 / 0.08 / 0.00 / 0.07)

CMYK percentages

%24.89
%7.59
%0
%7.06

Codes

Color #B2DBED in popluar color models

B2 DB ED
RGB 178 219 237
HSL 198° 62.11% 81.37%
HSB/HSV 198° 24.89% 92.94%
CMYK 24.89% 7.59% 0.00%
7.06%

Color #B2DBED in popluar number systems.

HEX B2 DB ED
Decimal 178 219 237
Binary 10110010 11011011 11101101
Octal 262 333 355

Shades and tints

Shades of #B2DBED

#B2DBED
(178,219,237)
#A2C8D8
(162,200,216)
#92B5C3
(146,181,195)
#82A2AE
(130,162,174)
#728F99
(114,143,153)
#627C84
(98,124,132)
#52696F
(82,105,111)
#42565A
(66,86,90)
#324345
(50,67,69)
#223030
(34,48,48)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #B2DBED

#B2DBED
(178,219,237)
#B9DEEE
(185,222,238)
#C0E1EF
(192,225,239)
#C7E4F0
(199,228,240)
#CEE7F1
(206,231,241)
#D5EAF2
(213,234,242)
#DCEDF3
(220,237,243)
#E3F0F4
(227,240,244)
#EAF3F5
(234,243,245)
#F1F6F6
(241,246,246)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DBED color. Also use rgb(178,219,237) instead hex code.

Text Font Color

.myTextColor { color: #B2DBED; }

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

This text font color is #B2DBED.

Background Color

.myBgColor { background-color: #B2DBED; }

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

This div background color is #B2DBED.

Border color

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

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

This div border color is #B2DBED.

Opacity

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

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

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

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

This text has shadow with #B2DBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DBED.

Preview

Color preview on black background

This text has color #B2DBED on black background.


Color preview on white background

This text has color #B2DBED on white background.


Black color preview on #B2DBED background

This text has black color on #B2DBED background.


White color preview on #B2DBED background

This text has white color on #B2DBED background.


Related colors

Complementary color

Complementary color for #hex is #4D2412.


I love getcolorcode.com

Triadic colors

1 #EDB2DB and #DBEDB2 with #B2DBED are triadic colors.

2 #EDDBB2 and #DBB2ED with #B2DBED are triadic colors.