COLOR #BEFDB5

HEX: #BEFDB5
RGB: (190,253,181)

Color info

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

RGB color model

#BEFDB5 color RGB value is (190,253,181).

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

RGB channels and saturation

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

190
253
181

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

Portions of RGB colors in percentages

R + G + B =
190 + 253 + 181 = 624 (100%)
R 190 of 624 ~ 30.45%
G 253 of 624 ~ 40.54%
B 181 of 624 ~ 29.01%

%30.45
%40.54
%29.01

CMYK color model

#BEFDB5 color CMYK value is (25,0,28,1).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 0.78%
CMYK:
(25,0,28,1)
C25M0Y28K1 
(25%,0%,28%,1%)
(0.25/0.00/0.28/0.01)	

CMYK percentages

%24.9
%0
%28.46
%0.78

Codes

Color #BEFDB5 in popluar color models

BEFDB5
RGB190253181
HSL113°94.74%85.10%
HSB/HSV113°28.46%99.22%
CMYK24.90%0.00%28.46%
0.78%

Color #BEFDB5 in popluar number systems.

HEXBEFDB5
Decimal190253181
Binary101111101111110110110101
Octal276375265

Shades and tints

Shades of #BEFDB5

#BEFDB5
(190,253,181)
#ADE6A5
(173,230,165)
#9CCF95
(156,207,149)
#8BB885
(139,184,133)
#7AA175
(122,161,117)
#698A65
(105,138,101)
#587355
(88,115,85)
#475C45
(71,92,69)
#364535
(54,69,53)
#252E25
(37,46,37)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEFDB5

#BEFDB5
(190,253,181)
#C3FDBB
(195,253,187)
#C8FDC1
(200,253,193)
#CDFDC7
(205,253,199)
#D2FDCD
(210,253,205)
#D7FDD3
(215,253,211)
#DCFDD9
(220,253,217)
#E1FDDF
(225,253,223)
#E6FDE5
(230,253,229)
#EBFDEB
(235,253,235)
#F0FDF1
(240,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFDB5; }

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

This text font color is #BEFDB5.


Background Color

.myBgColor { background-color: #BEFDB5; }

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

This div background color is #BEFDB5.


Border color

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

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

This div border color is #BEFDB5.


Opacity

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

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

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

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

This text has shadow with #BEFDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFDB5 on black background.


Color preview on white background

This text has color #BEFDB5 on white background.



Black color preview on #BEFDB5 background

This text has black color on #BEFDB5 background.


White color preview on #BEFDB5 background

This text has white color on #BEFDB5 background.