COLOR #BEEFBD

HEX: #BEEFBD
RGB: (190,239,189)

Color info

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

RGB color model

#BEEFBD color RGB value is (190,239,189).

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

RGB channels and saturation

R 190 of 255 = 75%
G 239 of 255 = 94%
B 189 of 255 = 74%

190
239
189

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

Portions of RGB colors in percentages

R + G + B =
190 + 239 + 189 = 618 (100%)
R 190 of 618 ~ 30.74%
G 239 of 618 ~ 38.67%
B 189 of 618 ~ 30.58%

%30.74
%38.67
%30.58

CMYK color model

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

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 6.27%
CMYK:
(21,0,21,6)
C21M0Y21K6 
(21%,0%,21%,6%)
(0.21/0.00/0.21/0.06)	

CMYK percentages

%20.5
%0
%20.92
%6.27

Codes

Color #BEEFBD in popluar color models

BEEFBD
RGB190239189
HSL119°60.98%83.92%
HSB/HSV119°20.92%93.73%
CMYK20.50%0.00%20.92%
6.27%

Color #BEEFBD in popluar number systems.

HEXBEEFBD
Decimal190239189
Binary101111101110111110111101
Octal276357275

Shades and tints

Shades of #BEEFBD

#BEEFBD
(190,239,189)
#ADDAAC
(173,218,172)
#9CC59B
(156,197,155)
#8BB08A
(139,176,138)
#7A9B79
(122,155,121)
#698668
(105,134,104)
#587157
(88,113,87)
#475C46
(71,92,70)
#364735
(54,71,53)
#253224
(37,50,36)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #BEEFBD

#BEEFBD
(190,239,189)
#C3F0C3
(195,240,195)
#C8F1C9
(200,241,201)
#CDF2CF
(205,242,207)
#D2F3D5
(210,243,213)
#D7F4DB
(215,244,219)
#DCF5E1
(220,245,225)
#E1F6E7
(225,246,231)
#E6F7ED
(230,247,237)
#EBF8F3
(235,248,243)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEFBD; }

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

This text font color is #BEEFBD.


Background Color

.myBgColor { background-color: #BEEFBD; }

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

This div background color is #BEEFBD.


Border color

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

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

This div border color is #BEEFBD.


Opacity

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

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

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

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

This text has shadow with #BEEFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEFBD on black background.


Color preview on white background

This text has color #BEEFBD on white background.



Black color preview on #BEEFBD background

This text has black color on #BEEFBD background.


White color preview on #BEEFBD background

This text has white color on #BEEFBD background.