COLOR #B6CDEF

HEX: #B6CDEF RGB: (182,205,239)

Color info

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

RGB color model

#B6CDEF color RGB value is (182,205,239).

RGB: (182,205,239) (71%, 80%, 94%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 239 of 255 = 94%

182
205
239

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

Portions of RGB colors in percentages

R + G + B = 182 + 205 + 239 = 626 (100%)
R 182 of 626 ~ 29.07%
G 205 of 626 ~ 32.75%
B 239 of 626 ~ 38.18'%

%29.07
%32.75
%38.18

CMYK color model

#B6CDEF color CMYK value is (24,14,0,6).

  • cyan value is 23.85%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (24,14,0,6)
C24M14Y0K6 (24%, 14%, 0%, 6%)
(0.24 / 0.14 / 0.00 / 0.06)

CMYK percentages

%23.85
%14.23
%0
%6.27

Codes

Color #B6CDEF in popluar color models

B6 CD EF
RGB 182 205 239
HSL 216° 64.04% 82.55%
HSB/HSV 216° 23.85% 93.73%
CMYK 23.85% 14.23% 0.00%
6.27%

Color #B6CDEF in popluar number systems.

HEX B6 CD EF
Decimal 182 205 239
Binary 10110110 11001101 11101111
Octal 266 315 357

Shades and tints

Shades of #B6CDEF

#B6CDEF
(182,205,239)
#A6BBDA
(166,187,218)
#96A9C5
(150,169,197)
#8697B0
(134,151,176)
#76859B
(118,133,155)
#667386
(102,115,134)
#566171
(86,97,113)
#464F5C
(70,79,92)
#363D47
(54,61,71)
#262B32
(38,43,50)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #B6CDEF

#B6CDEF
(182,205,239)
#BCD1F0
(188,209,240)
#C2D5F1
(194,213,241)
#C8D9F2
(200,217,242)
#CEDDF3
(206,221,243)
#D4E1F4
(212,225,244)
#DAE5F5
(218,229,245)
#E0E9F6
(224,233,246)
#E6EDF7
(230,237,247)
#ECF1F8
(236,241,248)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CDEF color. Also use rgb(182,205,239) instead hex code.

Text Font Color

.myTextColor { color: #B6CDEF; }

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

This text font color is #B6CDEF.

Background Color

.myBgColor { background-color: #B6CDEF; }

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

This div background color is #B6CDEF.

Border color

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

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

This div border color is #B6CDEF.

Opacity

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

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

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

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

This text has shadow with #B6CDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CDEF.

Preview

Color preview on black background

This text has color #B6CDEF on black background.


Color preview on white background

This text has color #B6CDEF on white background.


Black color preview on #B6CDEF background

This text has black color on #B6CDEF background.


White color preview on #B6CDEF background

This text has white color on #B6CDEF background.


Related colors

Complementary color

Complementary color for #hex is #493210.


I love getcolorcode.com

Triadic colors

1 #EFB6CD and #CDEFB6 with #B6CDEF are triadic colors.

2 #EFCDB6 and #CDB6EF with #B6CDEF are triadic colors.