COLOR #BEE68F

HEX: #BEE68F RGB: (190,230,143)

Color info

#BEE68F contains mainly red and green colors. Web safe color of #BEE68F is #CCCC99 (or #CC9).

RGB color model

#BEE68F color RGB value is (190,230,143).

RGB: (190,230,143) (75%, 90%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 230 of 255 = 90%
B 143 of 255 = 56%

190
230
143

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

Portions of RGB colors in percentages

R + G + B = 190 + 230 + 143 = 563 (100%)
R 190 of 563 ~ 33.75%
G 230 of 563 ~ 40.85%
B 143 of 563 ~ 25.4'%

%33.75
%40.85
%25.4

CMYK color model

#BEE68F color CMYK value is (17,0,38,10).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 37.83%
  • key color value is 9.80%

CMYK: (17,0,38,10)
C17M0Y38K10 (17%, 0%, 38%, 10%)
(0.17 / 0.00 / 0.38 / 0.10)

CMYK percentages

%17.39
%0
%37.83
%9.8

Codes

Color #BEE68F in popluar color models

BE E6 8F
RGB 190 230 143
HSL 88° 63.50% 73.14%
HSB/HSV 88° 37.83% 90.20%
CMYK 17.39% 0.00% 37.83%
9.80%

Color #BEE68F in popluar number systems.

HEX BE E6 8F
Decimal 190 230 143
Binary 10111110 11100110 10001111
Octal 276 346 217

Shades and tints

Shades of #BEE68F

#BEE68F
(190,230,143)
#ADD282
(173,210,130)
#9CBE75
(156,190,117)
#8BAA68
(139,170,104)
#7A965B
(122,150,91)
#69824E
(105,130,78)
#586E41
(88,110,65)
#475A34
(71,90,52)
#364627
(54,70,39)
#25321A
(37,50,26)
#141E0D
(20,30,13)
#000000
(0,0,0)

Tints of #BEE68F

#BEE68F
(190,230,143)
#C3E899
(195,232,153)
#C8EAA3
(200,234,163)
#CDECAD
(205,236,173)
#D2EEB7
(210,238,183)
#D7F0C1
(215,240,193)
#DCF2CB
(220,242,203)
#E1F4D5
(225,244,213)
#E6F6DF
(230,246,223)
#EBF8E9
(235,248,233)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE68F; }

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

This text font color is #BEE68F.

Background Color

.myBgColor { background-color: #BEE68F; }

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

This div background color is #BEE68F.

Border color

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

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

This div border color is #BEE68F.

Opacity

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

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

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

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

This text has shadow with #BEE68F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE68F.

Preview

Color preview on black background

This text has color #BEE68F on black background.


Color preview on white background

This text has color #BEE68F on white background.


Black color preview on #BEE68F background

This text has black color on #BEE68F background.


White color preview on #BEE68F background

This text has white color on #BEE68F background.


Related colors

Complementary color

Complementary color for #hex is #411970.


I love getcolorcode.com

Triadic colors

1 #8FBEE6 and #E68FBE with #BEE68F are triadic colors.

2 #8FE6BE and #E6BE8F with #BEE68F are triadic colors.