COLOR #BEFD9B

HEX: #BEFD9B RGB: (190,253,155)

Color info

#BEFD9B contains mainly green color. Web safe color of #BEFD9B is #CCFF99 (or #CF9).

RGB color model

#BEFD9B color RGB value is (190,253,155).

RGB: (190,253,155) (75%, 99%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 253 of 255 = 99%
B 155 of 255 = 61%

190
253
155

R + G + B ~ 78%. #BEFD9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 253 + 155 = 598 (100%)
R 190 of 598 ~ 31.77%
G 253 of 598 ~ 42.31%
B 155 of 598 ~ 25.92'%

%31.77
%42.31
%25.92

CMYK color model

#BEFD9B color CMYK value is (25,0,39,1).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 0.78%
CMYK: (25,0,39,1) C25M0Y39K1 (25%,0%,39%,1%) (0.25/0.00/0.39/0.01) 

CMYK percentages

%24.9
%0
%38.74
%0.78

Codes

Color #BEFD9B in popluar color models

BE FD 9B
RGB 190 253 155
HSL 99° 96.08% 80.00%
HSB/HSV 99° 38.74% 99.22%
CMYK 24.90% 0.00% 38.74%
0.78%

Color #BEFD9B in popluar number systems.

HEX BE FD 9B
Decimal 190 253 155
Binary 10111110 11111101 10011011
Octal 276 375 233

Shades and tints

Shades of #BEFD9B

#BEFD9B
(190,253,155)
#ADE68D
(173,230,141)
#9CCF7F
(156,207,127)
#8BB871
(139,184,113)
#7AA163
(122,161,99)
#698A55
(105,138,85)
#587347
(88,115,71)
#475C39
(71,92,57)
#36452B
(54,69,43)
#252E1D
(37,46,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #BEFD9B

#BEFD9B
(190,253,155)
#C3FDA4
(195,253,164)
#C8FDAD
(200,253,173)
#CDFDB6
(205,253,182)
#D2FDBF
(210,253,191)
#D7FDC8
(215,253,200)
#DCFDD1
(220,253,209)
#E1FDDA
(225,253,218)
#E6FDE3
(230,253,227)
#EBFDEC
(235,253,236)
#F0FDF5
(240,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFD9B color. Also use rgb(190,253,155) instead hex code.

Text Font Color

.myTextColor { color: #BEFD9B; }

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

This text font color is #BEFD9B.

Background Color

.myBgColor { background-color: #BEFD9B; }

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

This div background color is #BEFD9B.

Border color

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

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

This div border color is #BEFD9B.

Opacity

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

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

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

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

This text has shadow with #BEFD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFD9B.

Preview

Color preview on black background

This text has color #BEFD9B on black background.


Color preview on white background

This text has color #BEFD9B on white background.


Black color preview on #BEFD9B background

This text has black color on #BEFD9B background.


White color preview on #BEFD9B background

This text has white color on #BEFD9B background.


Related colors

Complementary color

Complementary color for #hex is #410264.


I love getcolorcode.com

Triadic colors

1 #9BBEFD and #FD9BBE with #BEFD9B are triadic colors.

2 #9BFDBE and #FDBE9B with #BEFD9B are triadic colors.