COLOR #B6D0EB

HEX: #B6D0EB RGB: (182,208,235)

Color info

#B6D0EB contains red, green and blue colors in about the same proportion. Web safe color of #B6D0EB is #CCCCFF (or #CCF).

RGB color model

#B6D0EB color RGB value is (182,208,235).

RGB: (182,208,235) (71%, 82%, 92%)

RGB channels and saturation

R 182 of 255 = 71%
G 208 of 255 = 82%
B 235 of 255 = 92%

182
208
235

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

Portions of RGB colors in percentages

R + G + B = 182 + 208 + 235 = 625 (100%)
R 182 of 625 ~ 29.12%
G 208 of 625 ~ 33.28%
B 235 of 625 ~ 37.6'%

%29.12
%33.28
%37.6

CMYK color model

#B6D0EB color CMYK value is (23,11,0,8).

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

CMYK: (23,11,0,8)
C23M11Y0K8 (23%, 11%, 0%, 8%)
(0.23 / 0.11 / 0.00 / 0.08)

CMYK percentages

%22.55
%11.49
%0
%7.84

Codes

Color #B6D0EB in popluar color models

B6 D0 EB
RGB 182 208 235
HSL 211° 56.99% 81.76%
HSB/HSV 211° 22.55% 92.16%
CMYK 22.55% 11.49% 0.00%
7.84%

Color #B6D0EB in popluar number systems.

HEX B6 D0 EB
Decimal 182 208 235
Binary 10110110 11010000 11101011
Octal 266 320 353

Shades and tints

Shades of #B6D0EB

#B6D0EB
(182,208,235)
#A6BED6
(166,190,214)
#96ACC1
(150,172,193)
#869AAC
(134,154,172)
#768897
(118,136,151)
#667682
(102,118,130)
#56646D
(86,100,109)
#465258
(70,82,88)
#364043
(54,64,67)
#262E2E
(38,46,46)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #B6D0EB

#B6D0EB
(182,208,235)
#BCD4EC
(188,212,236)
#C2D8ED
(194,216,237)
#C8DCEE
(200,220,238)
#CEE0EF
(206,224,239)
#D4E4F0
(212,228,240)
#DAE8F1
(218,232,241)
#E0ECF2
(224,236,242)
#E6F0F3
(230,240,243)
#ECF4F4
(236,244,244)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D0EB; }

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

This text font color is #B6D0EB.

Background Color

.myBgColor { background-color: #B6D0EB; }

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

This div background color is #B6D0EB.

Border color

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

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

This div border color is #B6D0EB.

Opacity

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

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

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

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

This text has shadow with #B6D0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D0EB.

Preview

Color preview on black background

This text has color #B6D0EB on black background.


Color preview on white background

This text has color #B6D0EB on white background.


Black color preview on #B6D0EB background

This text has black color on #B6D0EB background.


White color preview on #B6D0EB background

This text has white color on #B6D0EB background.


Related colors

Complementary color

Complementary color for #hex is #492F14.


I love getcolorcode.com

Triadic colors

1 #EBB6D0 and #D0EBB6 with #B6D0EB are triadic colors.

2 #EBD0B6 and #D0B6EB with #B6D0EB are triadic colors.