COLOR #B7DD66

HEX: #B7DD66
RGB: (183,221,102)

Color info

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

RGB color model

#B7DD66 color RGB value is (183,221,102).

  • red value is 183;
  • green value is 221;
  • blue value is 102.
RGB:
(183,221,102)
(72%,87%,40%)

RGB channels and saturation

R 183 of 255 = 72%
G 221 of 255 = 87%
B 102 of 255 = 40%

183
221
102

R + G + B ~ 66%. #B7DD66 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 221 + 102 = 506 (100%)
R 183 of 506 ~ 36.17%
G 221 of 506 ~ 43.68%
B 102 of 506 ~ 20.16%

%36.17
%43.68
%20.16

CMYK color model

#B7DD66 color CMYK value is (17,0,54,13).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 13.33%
CMYK:
(17,0,54,13)
C17M0Y54K13 
(17%,0%,54%,13%)
(0.17/0.00/0.54/0.13)	

CMYK percentages

%17.19
%0
%53.85
%13.33

Codes

Color #B7DD66 in popluar color models

B7DD66
RGB183221102
HSL79°63.64%63.33%
HSB/HSV79°53.85%86.67%
CMYK17.19%0.00%53.85%
13.33%

Color #B7DD66 in popluar number systems.

HEXB7DD66
Decimal183221102
Binary10110111110111011100110
Octal267335146

Shades and tints

Shades of #B7DD66

#B7DD66
(183,221,102)
#A7C95D
(167,201,93)
#97B554
(151,181,84)
#87A14B
(135,161,75)
#778D42
(119,141,66)
#677939
(103,121,57)
#576530
(87,101,48)
#475127
(71,81,39)
#373D1E
(55,61,30)
#272915
(39,41,21)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #B7DD66

#B7DD66
(183,221,102)
#BDE073
(189,224,115)
#C3E380
(195,227,128)
#C9E68D
(201,230,141)
#CFE99A
(207,233,154)
#D5ECA7
(213,236,167)
#DBEFB4
(219,239,180)
#E1F2C1
(225,242,193)
#E7F5CE
(231,245,206)
#EDF8DB
(237,248,219)
#F3FBE8
(243,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DD66 color. Also use rgb(183,221,102) instead hex code.

Text Font Color

.myTextColor { color: #B7DD66; }

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

This text font color is #B7DD66.


Background Color

.myBgColor { background-color: #B7DD66; }

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

This div background color is #B7DD66.


Border color

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

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

This div border color is #B7DD66.


Opacity

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

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

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

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

This text has shadow with #B7DD66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DD66 on black background.


Color preview on white background

This text has color #B7DD66 on white background.



Black color preview on #B7DD66 background

This text has black color on #B7DD66 background.


White color preview on #B7DD66 background

This text has white color on #B7DD66 background.