COLOR #B6D1F3

HEX: #B6D1F3 RGB: (182,209,243)

Color info

#B6D1F3 contains mainly green and blue colors. Web safe color of #B6D1F3 is #CCCCFF (or #CCF).

RGB color model

#B6D1F3 color RGB value is (182,209,243).

RGB: (182,209,243) (71%, 82%, 95%)

RGB channels and saturation

R 182 of 255 = 71%
G 209 of 255 = 82%
B 243 of 255 = 95%

182
209
243

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

Portions of RGB colors in percentages

R + G + B = 182 + 209 + 243 = 634 (100%)
R 182 of 634 ~ 28.71%
G 209 of 634 ~ 32.97%
B 243 of 634 ~ 38.33'%

%28.71
%32.97
%38.33

CMYK color model

#B6D1F3 color CMYK value is (25,14,0,5).

  • cyan value is 25.10%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (25,14,0,5)
C25M14Y0K5 (25%, 14%, 0%, 5%)
(0.25 / 0.14 / 0.00 / 0.05)

CMYK percentages

%25.1
%13.99
%0
%4.71

Codes

Color #B6D1F3 in popluar color models

B6 D1 F3
RGB 182 209 243
HSL 213° 71.76% 83.33%
HSB/HSV 213° 25.10% 95.29%
CMYK 25.10% 13.99% 0.00%
4.71%

Color #B6D1F3 in popluar number systems.

HEX B6 D1 F3
Decimal 182 209 243
Binary 10110110 11010001 11110011
Octal 266 321 363

Shades and tints

Shades of #B6D1F3

#B6D1F3
(182,209,243)
#A6BEDD
(166,190,221)
#96ABC7
(150,171,199)
#8698B1
(134,152,177)
#76859B
(118,133,155)
#667285
(102,114,133)
#565F6F
(86,95,111)
#464C59
(70,76,89)
#363943
(54,57,67)
#26262D
(38,38,45)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #B6D1F3

#B6D1F3
(182,209,243)
#BCD5F4
(188,213,244)
#C2D9F5
(194,217,245)
#C8DDF6
(200,221,246)
#CEE1F7
(206,225,247)
#D4E5F8
(212,229,248)
#DAE9F9
(218,233,249)
#E0EDFA
(224,237,250)
#E6F1FB
(230,241,251)
#ECF5FC
(236,245,252)
#F2F9FD
(242,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D1F3 color. Also use rgb(182,209,243) instead hex code.

Text Font Color

.myTextColor { color: #B6D1F3; }

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

This text font color is #B6D1F3.

Background Color

.myBgColor { background-color: #B6D1F3; }

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

This div background color is #B6D1F3.

Border color

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

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

This div border color is #B6D1F3.

Opacity

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

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

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

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

This text has shadow with #B6D1F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D1F3.

Preview

Color preview on black background

This text has color #B6D1F3 on black background.


Color preview on white background

This text has color #B6D1F3 on white background.


Black color preview on #B6D1F3 background

This text has black color on #B6D1F3 background.


White color preview on #B6D1F3 background

This text has white color on #B6D1F3 background.


Related colors

Complementary color

Complementary color for #hex is #492E0C.


I love getcolorcode.com

Triadic colors

1 #F3B6D1 and #D1F3B6 with #B6D1F3 are triadic colors.

2 #F3D1B6 and #D1B6F3 with #B6D1F3 are triadic colors.