COLOR #B6DEBF

HEX: #B6DEBF RGB: (182,222,191)

Color info

#B6DEBF contains red, green and blue colors in about the same proportion. Web safe color of #B6DEBF is #CCCCCC (or #CCC).

RGB color model

#B6DEBF color RGB value is (182,222,191).

RGB: (182,222,191) (71%, 87%, 75%)

RGB channels and saturation

R 182 of 255 = 71%
G 222 of 255 = 87%
B 191 of 255 = 75%

182
222
191

R + G + B ~ 78%. #B6DEBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 222 + 191 = 595 (100%)
R 182 of 595 ~ 30.59%
G 222 of 595 ~ 37.31%
B 191 of 595 ~ 32.1'%

%30.59
%37.31
%32.1

CMYK color model

#B6DEBF color CMYK value is (18,0,14,13).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 13.96%
  • key color value is 12.94%
CMYK: (18,0,14,13) C18M0Y14K13 (18%,0%,14%,13%) (0.18/0.00/0.14/0.13) 

CMYK percentages

%18.02
%0
%13.96
%12.94

Codes

Color #B6DEBF in popluar color models

B6 DE BF
RGB 182 222 191
HSL 134° 37.74% 79.22%
HSB/HSV 134° 18.02% 87.06%
CMYK 18.02% 0.00% 13.96%
12.94%

Color #B6DEBF in popluar number systems.

HEX B6 DE BF
Decimal 182 222 191
Binary 10110110 11011110 10111111
Octal 266 336 277

Shades and tints

Shades of #B6DEBF

#B6DEBF
(182,222,191)
#A6CAAE
(166,202,174)
#96B69D
(150,182,157)
#86A28C
(134,162,140)
#768E7B
(118,142,123)
#667A6A
(102,122,106)
#566659
(86,102,89)
#465248
(70,82,72)
#363E37
(54,62,55)
#262A26
(38,42,38)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #B6DEBF

#B6DEBF
(182,222,191)
#BCE1C4
(188,225,196)
#C2E4C9
(194,228,201)
#C8E7CE
(200,231,206)
#CEEAD3
(206,234,211)
#D4EDD8
(212,237,216)
#DAF0DD
(218,240,221)
#E0F3E2
(224,243,226)
#E6F6E7
(230,246,231)
#ECF9EC
(236,249,236)
#F2FCF1
(242,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DEBF color. Also use rgb(182,222,191) instead hex code.

Text Font Color

.myTextColor { color: #B6DEBF; }

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

This text font color is #B6DEBF.

Background Color

.myBgColor { background-color: #B6DEBF; }

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

This div background color is #B6DEBF.

Border color

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

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

This div border color is #B6DEBF.

Opacity

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

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

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

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

This text has shadow with #B6DEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DEBF.

Preview

Color preview on black background

This text has color #B6DEBF on black background.


Color preview on white background

This text has color #B6DEBF on white background.


Black color preview on #B6DEBF background

This text has black color on #B6DEBF background.


White color preview on #B6DEBF background

This text has white color on #B6DEBF background.


Related colors

Complementary color

Complementary color for #hex is #492140.


I love getcolorcode.com

Triadic colors

1 #BFB6DE and #DEBFB6 with #B6DEBF are triadic colors.

2 #BFDEB6 and #DEB6BF with #B6DEBF are triadic colors.