COLOR #BEEB8F

HEX: #BEEB8F RGB: (190,235,143)

Color info

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

RGB color model

#BEEB8F color RGB value is (190,235,143).

RGB: (190,235,143) (75%, 92%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 143 of 255 = 56%

190
235
143

R + G + B ~ 74%. #BEEB8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 235 + 143 = 568 (100%)
R 190 of 568 ~ 33.45%
G 235 of 568 ~ 41.37%
B 143 of 568 ~ 25.18'%

%33.45
%41.37
%25.18

CMYK color model

#BEEB8F color CMYK value is (19,0,39,8).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 39.15%
  • key color value is 7.84%

CMYK: (19,0,39,8)
C19M0Y39K8 (19%, 0%, 39%, 8%)
(0.19 / 0.00 / 0.39 / 0.08)

CMYK percentages

%19.15
%0
%39.15
%7.84

Codes

Color #BEEB8F in popluar color models

BE EB 8F
RGB 190 235 143
HSL 89° 69.70% 74.12%
HSB/HSV 89° 39.15% 92.16%
CMYK 19.15% 0.00% 39.15%
7.84%

Color #BEEB8F in popluar number systems.

HEX BE EB 8F
Decimal 190 235 143
Binary 10111110 11101011 10001111
Octal 276 353 217

Shades and tints

Shades of #BEEB8F

#BEEB8F
(190,235,143)
#ADD682
(173,214,130)
#9CC175
(156,193,117)
#8BAC68
(139,172,104)
#7A975B
(122,151,91)
#69824E
(105,130,78)
#586D41
(88,109,65)
#475834
(71,88,52)
#364327
(54,67,39)
#252E1A
(37,46,26)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #BEEB8F

#BEEB8F
(190,235,143)
#C3EC99
(195,236,153)
#C8EDA3
(200,237,163)
#CDEEAD
(205,238,173)
#D2EFB7
(210,239,183)
#D7F0C1
(215,240,193)
#DCF1CB
(220,241,203)
#E1F2D5
(225,242,213)
#E6F3DF
(230,243,223)
#EBF4E9
(235,244,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEB8F color. Also use rgb(190,235,143) instead hex code.

Text Font Color

.myTextColor { color: #BEEB8F; }

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

This text font color is #BEEB8F.

Background Color

.myBgColor { background-color: #BEEB8F; }

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

This div background color is #BEEB8F.

Border color

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

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

This div border color is #BEEB8F.

Opacity

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

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

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

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

This text has shadow with #BEEB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEB8F.

Preview

Color preview on black background

This text has color #BEEB8F on black background.


Color preview on white background

This text has color #BEEB8F on white background.


Black color preview on #BEEB8F background

This text has black color on #BEEB8F background.


White color preview on #BEEB8F background

This text has white color on #BEEB8F background.


Related colors

Complementary color

Complementary color for #hex is #411470.


I love getcolorcode.com

Triadic colors

1 #8FBEEB and #EB8FBE with #BEEB8F are triadic colors.

2 #8FEBBE and #EBBE8F with #BEEB8F are triadic colors.