COLOR #BEFDB4

HEX: #BEFDB4
RGB: (190,253,180)

Color info

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

RGB color model

#BEFDB4 color RGB value is (190,253,180).

  • red value is 190;
  • green value is 253;
  • blue value is 180.
RGB:
(190,253,180)
(75%,99%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 253 of 255 = 99%
B 180 of 255 = 71%

190
253
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 253 + 180 = 623 (100%)
R 190 of 623 ~ 30.5%
G 253 of 623 ~ 40.61%
B 180 of 623 ~ 28.89%

%30.5
%40.61
%28.89

CMYK color model

#BEFDB4 color CMYK value is (25,0,29,1).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 0.78%
CMYK:
(25,0,29,1)
C25M0Y29K1 
(25%,0%,29%,1%)
(0.25/0.00/0.29/0.01)	

CMYK percentages

%24.9
%0
%28.85
%0.78

Codes

Color #BEFDB4 in popluar color models

BEFDB4
RGB190253180
HSL112°94.81%84.90%
HSB/HSV112°28.85%99.22%
CMYK24.90%0.00%28.85%
0.78%

Color #BEFDB4 in popluar number systems.

HEXBEFDB4
Decimal190253180
Binary101111101111110110110100
Octal276375264

Shades and tints

Shades of #BEFDB4

#BEFDB4
(190,253,180)
#ADE6A4
(173,230,164)
#9CCF94
(156,207,148)
#8BB884
(139,184,132)
#7AA174
(122,161,116)
#698A64
(105,138,100)
#587354
(88,115,84)
#475C44
(71,92,68)
#364534
(54,69,52)
#252E24
(37,46,36)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BEFDB4

#BEFDB4
(190,253,180)
#C3FDBA
(195,253,186)
#C8FDC0
(200,253,192)
#CDFDC6
(205,253,198)
#D2FDCC
(210,253,204)
#D7FDD2
(215,253,210)
#DCFDD8
(220,253,216)
#E1FDDE
(225,253,222)
#E6FDE4
(230,253,228)
#EBFDEA
(235,253,234)
#F0FDF0
(240,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFDB4; }

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

This text font color is #BEFDB4.


Background Color

.myBgColor { background-color: #BEFDB4; }

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

This div background color is #BEFDB4.


Border color

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

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

This div border color is #BEFDB4.


Opacity

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

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

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

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

This text has shadow with #BEFDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFDB4 on black background.


Color preview on white background

This text has color #BEFDB4 on white background.



Black color preview on #BEFDB4 background

This text has black color on #BEFDB4 background.


White color preview on #BEFDB4 background

This text has white color on #BEFDB4 background.