COLOR #B2DDE3

HEX: #B2DDE3
RGB: (178,221,227)

Color info

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

RGB color model

#B2DDE3 color RGB value is (178,221,227).

  • red value is 178;
  • green value is 221;
  • blue value is 227.
RGB:
(178,221,227)
(70%,87%,89%)

RGB channels and saturation

R 178 of 255 = 70%
G 221 of 255 = 87%
B 227 of 255 = 89%

178
221
227

R + G + B ~ 82%. #B2DDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 221 + 227 = 626 (100%)
R 178 of 626 ~ 28.43%
G 221 of 626 ~ 35.3%
B 227 of 626 ~ 36.26%

%28.43
%35.3
%36.26

CMYK color model

#B2DDE3 color CMYK value is (22,3,0,11).

  • cyan value is 21.59%
  • magenta value is 2.64%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(22,3,0,11)
C22M3Y0K11 
(22%,3%,0%,11%)
(0.22/0.03/0.00/0.11)	

CMYK percentages

%21.59
%2.64
%0
%10.98

Codes

Color #B2DDE3 in popluar color models

B2DDE3
RGB178221227
HSL187°46.67%79.41%
HSB/HSV187°21.59%89.02%
CMYK21.59%2.64%0.00%
10.98%

Color #B2DDE3 in popluar number systems.

HEXB2DDE3
Decimal178221227
Binary101100101101110111100011
Octal262335343

Shades and tints

Shades of #B2DDE3

#B2DDE3
(178,221,227)
#A2C9CF
(162,201,207)
#92B5BB
(146,181,187)
#82A1A7
(130,161,167)
#728D93
(114,141,147)
#62797F
(98,121,127)
#52656B
(82,101,107)
#425157
(66,81,87)
#323D43
(50,61,67)
#22292F
(34,41,47)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #B2DDE3

#B2DDE3
(178,221,227)
#B9E0E5
(185,224,229)
#C0E3E7
(192,227,231)
#C7E6E9
(199,230,233)
#CEE9EB
(206,233,235)
#D5ECED
(213,236,237)
#DCEFEF
(220,239,239)
#E3F2F1
(227,242,241)
#EAF5F3
(234,245,243)
#F1F8F5
(241,248,245)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DDE3; }

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

This text font color is #B2DDE3.


Background Color

.myBgColor { background-color: #B2DDE3; }

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

This div background color is #B2DDE3.


Border color

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

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

This div border color is #B2DDE3.


Opacity

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

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

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

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

This text has shadow with #B2DDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DDE3 on black background.


Color preview on white background

This text has color #B2DDE3 on white background.



Black color preview on #B2DDE3 background

This text has black color on #B2DDE3 background.


White color preview on #B2DDE3 background

This text has white color on #B2DDE3 background.