COLOR #B2D0EB

HEX: #B2D0EB RGB: (178,208,235)

Color info

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

RGB color model

#B2D0EB color RGB value is (178,208,235).

RGB: (178,208,235) (70%, 82%, 92%)

RGB channels and saturation

R 178 of 255 = 70%
G 208 of 255 = 82%
B 235 of 255 = 92%

178
208
235

R + G + B ~ 81%. #B2D0EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 208 + 235 = 621 (100%)
R 178 of 621 ~ 28.66%
G 208 of 621 ~ 33.49%
B 235 of 621 ~ 37.84'%

%28.66
%33.49
%37.84

CMYK color model

#B2D0EB color CMYK value is (24,11,0,8).

  • cyan value is 24.26%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (24,11,0,8)
C24M11Y0K8 (24%, 11%, 0%, 8%)
(0.24 / 0.11 / 0.00 / 0.08)

CMYK percentages

%24.26
%11.49
%0
%7.84

Codes

Color #B2D0EB in popluar color models

B2 D0 EB
RGB 178 208 235
HSL 208° 58.76% 80.98%
HSB/HSV 208° 24.26% 92.16%
CMYK 24.26% 11.49% 0.00%
7.84%

Color #B2D0EB in popluar number systems.

HEX B2 D0 EB
Decimal 178 208 235
Binary 10110010 11010000 11101011
Octal 262 320 353

Shades and tints

Shades of #B2D0EB

#B2D0EB
(178,208,235)
#A2BED6
(162,190,214)
#92ACC1
(146,172,193)
#829AAC
(130,154,172)
#728897
(114,136,151)
#627682
(98,118,130)
#52646D
(82,100,109)
#425258
(66,82,88)
#324043
(50,64,67)
#222E2E
(34,46,46)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #B2D0EB

#B2D0EB
(178,208,235)
#B9D4EC
(185,212,236)
#C0D8ED
(192,216,237)
#C7DCEE
(199,220,238)
#CEE0EF
(206,224,239)
#D5E4F0
(213,228,240)
#DCE8F1
(220,232,241)
#E3ECF2
(227,236,242)
#EAF0F3
(234,240,243)
#F1F4F4
(241,244,244)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D0EB color. Also use rgb(178,208,235) instead hex code.

Text Font Color

.myTextColor { color: #B2D0EB; }

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

This text font color is #B2D0EB.

Background Color

.myBgColor { background-color: #B2D0EB; }

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

This div background color is #B2D0EB.

Border color

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

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

This div border color is #B2D0EB.

Opacity

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

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

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

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

This text has shadow with #B2D0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D0EB.

Preview

Color preview on black background

This text has color #B2D0EB on black background.


Color preview on white background

This text has color #B2D0EB on white background.


Black color preview on #B2D0EB background

This text has black color on #B2D0EB background.


White color preview on #B2D0EB background

This text has white color on #B2D0EB background.


Related colors

Complementary color

Complementary color for #hex is #4D2F14.


I love getcolorcode.com

Triadic colors

1 #EBB2D0 and #D0EBB2 with #B2D0EB are triadic colors.

2 #EBD0B2 and #D0B2EB with #B2D0EB are triadic colors.