COLOR #B6D675

HEX: #B6D675 RGB: (182,214,117)

Color info

#B6D675 contains mainly red and green colors. Web safe color of #B6D675 is #CCCC66 (or #CC6).

RGB color model

#B6D675 color RGB value is (182,214,117).

RGB: (182,214,117) (71%, 84%, 46%)

RGB channels and saturation

R 182 of 255 = 71%
G 214 of 255 = 84%
B 117 of 255 = 46%

182
214
117

R + G + B ~ 67%. #B6D675 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 214 + 117 = 513 (100%)
R 182 of 513 ~ 35.48%
G 214 of 513 ~ 41.72%
B 117 of 513 ~ 22.81'%

%35.48
%41.72
%22.81

CMYK color model

#B6D675 color CMYK value is (15,0,45,16).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 45.33%
  • key color value is 16.08%

CMYK: (15,0,45,16)
C15M0Y45K16 (15%, 0%, 45%, 16%)
(0.15 / 0.00 / 0.45 / 0.16)

CMYK percentages

%14.95
%0
%45.33
%16.08

Codes

Color #B6D675 in popluar color models

B6 D6 75
RGB 182 214 117
HSL 80° 54.19% 64.90%
HSB/HSV 80° 45.33% 83.92%
CMYK 14.95% 0.00% 45.33%
16.08%

Color #B6D675 in popluar number systems.

HEX B6 D6 75
Decimal 182 214 117
Binary 10110110 11010110 1110101
Octal 266 326 165

Shades and tints

Shades of #B6D675

#B6D675
(182,214,117)
#A6C36B
(166,195,107)
#96B061
(150,176,97)
#869D57
(134,157,87)
#768A4D
(118,138,77)
#667743
(102,119,67)
#566439
(86,100,57)
#46512F
(70,81,47)
#363E25
(54,62,37)
#262B1B
(38,43,27)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #B6D675

#B6D675
(182,214,117)
#BCD981
(188,217,129)
#C2DC8D
(194,220,141)
#C8DF99
(200,223,153)
#CEE2A5
(206,226,165)
#D4E5B1
(212,229,177)
#DAE8BD
(218,232,189)
#E0EBC9
(224,235,201)
#E6EED5
(230,238,213)
#ECF1E1
(236,241,225)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D675 color. Also use rgb(182,214,117) instead hex code.

Text Font Color

.myTextColor { color: #B6D675; }

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

This text font color is #B6D675.

Background Color

.myBgColor { background-color: #B6D675; }

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

This div background color is #B6D675.

Border color

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

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

This div border color is #B6D675.

Opacity

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

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

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

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

This text has shadow with #B6D675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D675.

Preview

Color preview on black background

This text has color #B6D675 on black background.


Color preview on white background

This text has color #B6D675 on white background.


Black color preview on #B6D675 background

This text has black color on #B6D675 background.


White color preview on #B6D675 background

This text has white color on #B6D675 background.


Related colors

Complementary color

Complementary color for #hex is #49298A.


I love getcolorcode.com

Triadic colors

1 #75B6D6 and #D675B6 with #B6D675 are triadic colors.

2 #75D6B6 and #D6B675 with #B6D675 are triadic colors.