COLOR #BEEFB3

HEX: #BEEFB3
RGB: (190,239,179)

Color info

#BEEFB3 contains mainly red and green colors. Web safe color of #BEEFB3 is #CCFF99 (or #CF9).

RGB color model

#BEEFB3 color RGB value is (190,239,179).

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

RGB channels and saturation

R 190 of 255 = 75%
G 239 of 255 = 94%
B 179 of 255 = 70%

190
239
179

R + G + B ~ 80%. #BEEFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 239 + 179 = 608 (100%)
R 190 of 608 ~ 31.25%
G 239 of 608 ~ 39.31%
B 179 of 608 ~ 29.44%

%31.25
%39.31
%29.44

CMYK color model

#BEEFB3 color CMYK value is (21,0,25,6).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 6.27%
CMYK:
(21,0,25,6)
C21M0Y25K6 
(21%,0%,25%,6%)
(0.21/0.00/0.25/0.06)	

CMYK percentages

%20.5
%0
%25.1
%6.27

Codes

Color #BEEFB3 in popluar color models

BEEFB3
RGB190239179
HSL109°65.22%81.96%
HSB/HSV109°25.10%93.73%
CMYK20.50%0.00%25.10%
6.27%

Color #BEEFB3 in popluar number systems.

HEXBEEFB3
Decimal190239179
Binary101111101110111110110011
Octal276357263

Shades and tints

Shades of #BEEFB3

#BEEFB3
(190,239,179)
#ADDAA3
(173,218,163)
#9CC593
(156,197,147)
#8BB083
(139,176,131)
#7A9B73
(122,155,115)
#698663
(105,134,99)
#587153
(88,113,83)
#475C43
(71,92,67)
#364733
(54,71,51)
#253223
(37,50,35)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #BEEFB3

#BEEFB3
(190,239,179)
#C3F0B9
(195,240,185)
#C8F1BF
(200,241,191)
#CDF2C5
(205,242,197)
#D2F3CB
(210,243,203)
#D7F4D1
(215,244,209)
#DCF5D7
(220,245,215)
#E1F6DD
(225,246,221)
#E6F7E3
(230,247,227)
#EBF8E9
(235,248,233)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEFB3; }

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

This text font color is #BEEFB3.


Background Color

.myBgColor { background-color: #BEEFB3; }

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

This div background color is #BEEFB3.


Border color

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

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

This div border color is #BEEFB3.


Opacity

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

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

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

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

This text has shadow with #BEEFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEFB3 on black background.


Color preview on white background

This text has color #BEEFB3 on white background.



Black color preview on #BEEFB3 background

This text has black color on #BEEFB3 background.


White color preview on #BEEFB3 background

This text has white color on #BEEFB3 background.