COLOR #BEEFBB

HEX: #BEEFBB
RGB: (190,239,187)

Color info

#BEEFBB contains red, green and blue colors in about the same proportion. Web safe color of #BEEFBB is #CCFFCC (or #CFC).

RGB color model

#BEEFBB color RGB value is (190,239,187).

  • red value is 190;
  • green value is 239;
  • blue value is 187.
RGB:
(190,239,187)
(75%,94%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 239 of 255 = 94%
B 187 of 255 = 73%

190
239
187

R + G + B ~ 81%. #BEEFBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 239 + 187 = 616 (100%)
R 190 of 616 ~ 30.84%
G 239 of 616 ~ 38.8%
B 187 of 616 ~ 30.36%

%30.84
%38.8
%30.36

CMYK color model

#BEEFBB color CMYK value is (21,0,22,6).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 6.27%
CMYK:
(21,0,22,6)
C21M0Y22K6 
(21%,0%,22%,6%)
(0.21/0.00/0.22/0.06)	

CMYK percentages

%20.5
%0
%21.76
%6.27

Codes

Color #BEEFBB in popluar color models

BEEFBB
RGB190239187
HSL117°61.90%83.53%
HSB/HSV117°21.76%93.73%
CMYK20.50%0.00%21.76%
6.27%

Color #BEEFBB in popluar number systems.

HEXBEEFBB
Decimal190239187
Binary101111101110111110111011
Octal276357273

Shades and tints

Shades of #BEEFBB

#BEEFBB
(190,239,187)
#ADDAAA
(173,218,170)
#9CC599
(156,197,153)
#8BB088
(139,176,136)
#7A9B77
(122,155,119)
#698666
(105,134,102)
#587155
(88,113,85)
#475C44
(71,92,68)
#364733
(54,71,51)
#253222
(37,50,34)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #BEEFBB

#BEEFBB
(190,239,187)
#C3F0C1
(195,240,193)
#C8F1C7
(200,241,199)
#CDF2CD
(205,242,205)
#D2F3D3
(210,243,211)
#D7F4D9
(215,244,217)
#DCF5DF
(220,245,223)
#E1F6E5
(225,246,229)
#E6F7EB
(230,247,235)
#EBF8F1
(235,248,241)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEFBB color. Also use rgb(190,239,187) instead hex code.

Text Font Color

.myTextColor { color: #BEEFBB; }

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

This text font color is #BEEFBB.


Background Color

.myBgColor { background-color: #BEEFBB; }

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

This div background color is #BEEFBB.


Border color

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

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

This div border color is #BEEFBB.


Opacity

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

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

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

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

This text has shadow with #BEEFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEFBB on black background.


Color preview on white background

This text has color #BEEFBB on white background.



Black color preview on #BEEFBB background

This text has black color on #BEEFBB background.


White color preview on #BEEFBB background

This text has white color on #BEEFBB background.