COLOR #BEFABD

HEX: #BEFABD
RGB: (190,250,189)

Color info

#BEFABD contains mainly green color. Web safe color of #BEFABD is #CCFFCC (or #CFC).

RGB color model

#BEFABD color RGB value is (190,250,189).

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

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 189 of 255 = 74%

190
250
189

R + G + B ~ 82%. #BEFABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 189 = 629 (100%)
R 190 of 629 ~ 30.21%
G 250 of 629 ~ 39.75%
B 189 of 629 ~ 30.05%

%30.21
%39.75
%30.05

CMYK color model

#BEFABD color CMYK value is (24,0,24,2).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 1.96%
CMYK:
(24,0,24,2)
C24M0Y24K2 
(24%,0%,24%,2%)
(0.24/0.00/0.24/0.02)	

CMYK percentages

%24
%0
%24.4
%1.96

Codes

Color #BEFABD in popluar color models

BEFABD
RGB190250189
HSL119°85.92%86.08%
HSB/HSV119°24.40%98.04%
CMYK24.00%0.00%24.40%
1.96%

Color #BEFABD in popluar number systems.

HEXBEFABD
Decimal190250189
Binary101111101111101010111101
Octal276372275

Shades and tints

Shades of #BEFABD

#BEFABD
(190,250,189)
#ADE4AC
(173,228,172)
#9CCE9B
(156,206,155)
#8BB88A
(139,184,138)
#7AA279
(122,162,121)
#698C68
(105,140,104)
#587657
(88,118,87)
#476046
(71,96,70)
#364A35
(54,74,53)
#253424
(37,52,36)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #BEFABD

#BEFABD
(190,250,189)
#C3FAC3
(195,250,195)
#C8FAC9
(200,250,201)
#CDFACF
(205,250,207)
#D2FAD5
(210,250,213)
#D7FADB
(215,250,219)
#DCFAE1
(220,250,225)
#E1FAE7
(225,250,231)
#E6FAED
(230,250,237)
#EBFAF3
(235,250,243)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFABD; }

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

This text font color is #BEFABD.


Background Color

.myBgColor { background-color: #BEFABD; }

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

This div background color is #BEFABD.


Border color

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

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

This div border color is #BEFABD.


Opacity

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

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

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

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

This text has shadow with #BEFABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFABD on black background.


Color preview on white background

This text has color #BEFABD on white background.



Black color preview on #BEFABD background

This text has black color on #BEFABD background.


White color preview on #BEFABD background

This text has white color on #BEFABD background.