COLOR #B6FDEB

HEX: #B6FDEB RGB: (182,253,235)

Color info

#B6FDEB contains mainly green and blue colors. Web safe color of #B6FDEB is #CCFFFF (or #CFF).

RGB color model

#B6FDEB color RGB value is (182,253,235).

RGB: (182,253,235) (71%, 99%, 92%)

RGB channels and saturation

R 182 of 255 = 71%
G 253 of 255 = 99%
B 235 of 255 = 92%

182
253
235

R + G + B ~ 87%. #B6FDEB is light color.

Portions of RGB colors in percentages

R + G + B = 182 + 253 + 235 = 670 (100%)
R 182 of 670 ~ 27.16%
G 253 of 670 ~ 37.76%
B 235 of 670 ~ 35.07'%

%27.16
%37.76
%35.07

CMYK color model

#B6FDEB color CMYK value is (28,0,7,1).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 0.78%

CMYK: (28,0,7,1)
C28M0Y7K1 (28%, 0%, 7%, 1%)
(0.28 / 0.00 / 0.07 / 0.01)

CMYK percentages

%28.06
%0
%7.11
%0.78

Codes

Color #B6FDEB in popluar color models

B6 FD EB
RGB 182 253 235
HSL 165° 94.67% 85.29%
HSB/HSV 165° 28.06% 99.22%
CMYK 28.06% 0.00% 7.11%
0.78%

Color #B6FDEB in popluar number systems.

HEX B6 FD EB
Decimal 182 253 235
Binary 10110110 11111101 11101011
Octal 266 375 353

Shades and tints

Shades of #B6FDEB

#B6FDEB
(182,253,235)
#A6E6D6
(166,230,214)
#96CFC1
(150,207,193)
#86B8AC
(134,184,172)
#76A197
(118,161,151)
#668A82
(102,138,130)
#56736D
(86,115,109)
#465C58
(70,92,88)
#364543
(54,69,67)
#262E2E
(38,46,46)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #B6FDEB

#B6FDEB
(182,253,235)
#BCFDEC
(188,253,236)
#C2FDED
(194,253,237)
#C8FDEE
(200,253,238)
#CEFDEF
(206,253,239)
#D4FDF0
(212,253,240)
#DAFDF1
(218,253,241)
#E0FDF2
(224,253,242)
#E6FDF3
(230,253,243)
#ECFDF4
(236,253,244)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6FDEB; }

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

This text font color is #B6FDEB.

Background Color

.myBgColor { background-color: #B6FDEB; }

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

This div background color is #B6FDEB.

Border color

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

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

This div border color is #B6FDEB.

Opacity

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

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

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

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

This text has shadow with #B6FDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6FDEB.

Preview

Color preview on black background

This text has color #B6FDEB on black background.


Color preview on white background

This text has color #B6FDEB on white background.


Black color preview on #B6FDEB background

This text has black color on #B6FDEB background.


White color preview on #B6FDEB background

This text has white color on #B6FDEB background.


Related colors

Complementary color

Complementary color for #hex is #490214.


I love getcolorcode.com

Triadic colors

1 #EBB6FD and #FDEBB6 with #B6FDEB are triadic colors.

2 #EBFDB6 and #FDB6EB with #B6FDEB are triadic colors.