COLOR #BEF5D1

HEX: #BEF5D1 RGB: (190,245,209)

Color info

#BEF5D1 contains red, green and blue colors in about the same proportion. Web safe color of #BEF5D1 is #CCFFCC (or #CFC).

RGB color model

#BEF5D1 color RGB value is (190,245,209).

RGB: (190,245,209) (75%, 96%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 245 of 255 = 96%
B 209 of 255 = 82%

190
245
209

R + G + B ~ 84%. #BEF5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 245 + 209 = 644 (100%)
R 190 of 644 ~ 29.5%
G 245 of 644 ~ 38.04%
B 209 of 644 ~ 32.45'%

%29.5
%38.04
%32.45

CMYK color model

#BEF5D1 color CMYK value is (22,0,15,4).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 3.92%

CMYK: (22,0,15,4)
C22M0Y15K4 (22%, 0%, 15%, 4%)
(0.22 / 0.00 / 0.15 / 0.04)

CMYK percentages

%22.45
%0
%14.69
%3.92

Codes

Color #BEF5D1 in popluar color models

BE F5 D1
RGB 190 245 209
HSL 141° 73.33% 85.29%
HSB/HSV 141° 22.45% 96.08%
CMYK 22.45% 0.00% 14.69%
3.92%

Color #BEF5D1 in popluar number systems.

HEX BE F5 D1
Decimal 190 245 209
Binary 10111110 11110101 11010001
Octal 276 365 321

Shades and tints

Shades of #BEF5D1

#BEF5D1
(190,245,209)
#ADDFBE
(173,223,190)
#9CC9AB
(156,201,171)
#8BB398
(139,179,152)
#7A9D85
(122,157,133)
#698772
(105,135,114)
#58715F
(88,113,95)
#475B4C
(71,91,76)
#364539
(54,69,57)
#252F26
(37,47,38)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #BEF5D1

#BEF5D1
(190,245,209)
#C3F5D5
(195,245,213)
#C8F5D9
(200,245,217)
#CDF5DD
(205,245,221)
#D2F5E1
(210,245,225)
#D7F5E5
(215,245,229)
#DCF5E9
(220,245,233)
#E1F5ED
(225,245,237)
#E6F5F1
(230,245,241)
#EBF5F5
(235,245,245)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF5D1 color. Also use rgb(190,245,209) instead hex code.

Text Font Color

.myTextColor { color: #BEF5D1; }

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

This text font color is #BEF5D1.

Background Color

.myBgColor { background-color: #BEF5D1; }

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

This div background color is #BEF5D1.

Border color

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

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

This div border color is #BEF5D1.

Opacity

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

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

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

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

This text has shadow with #BEF5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF5D1.

Preview

Color preview on black background

This text has color #BEF5D1 on black background.


Color preview on white background

This text has color #BEF5D1 on white background.


Black color preview on #BEF5D1 background

This text has black color on #BEF5D1 background.


White color preview on #BEF5D1 background

This text has white color on #BEF5D1 background.


Related colors

Complementary color

Complementary color for #hex is #410A2E.


I love getcolorcode.com

Triadic colors

1 #D1BEF5 and #F5D1BE with #BEF5D1 are triadic colors.

2 #D1F5BE and #F5BED1 with #BEF5D1 are triadic colors.