COLOR #BEF7D5

HEX: #BEF7D5
RGB: (190,247,213)

Color info

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

RGB color model

#BEF7D5 color RGB value is (190,247,213).

  • red value is 190;
  • green value is 247;
  • blue value is 213.
RGB:
(190,247,213)
(75%,97%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 247 of 255 = 97%
B 213 of 255 = 84%

190
247
213

R + G + B ~ 85%. #BEF7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 247 + 213 = 650 (100%)
R 190 of 650 ~ 29.23%
G 247 of 650 ~ 38%
B 213 of 650 ~ 32.77%

%29.23
%38
%32.77

CMYK color model

#BEF7D5 color CMYK value is (23,0,14,3).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 3.14%
CMYK:
(23,0,14,3)
C23M0Y14K3 
(23%,0%,14%,3%)
(0.23/0.00/0.14/0.03)	

CMYK percentages

%23.08
%0
%13.77
%3.14

Codes

Color #BEF7D5 in popluar color models

BEF7D5
RGB190247213
HSL144°78.08%85.69%
HSB/HSV144°23.08%96.86%
CMYK23.08%0.00%13.77%
3.14%

Color #BEF7D5 in popluar number systems.

HEXBEF7D5
Decimal190247213
Binary101111101111011111010101
Octal276367325

Shades and tints

Shades of #BEF7D5

#BEF7D5
(190,247,213)
#ADE1C2
(173,225,194)
#9CCBAF
(156,203,175)
#8BB59C
(139,181,156)
#7A9F89
(122,159,137)
#698976
(105,137,118)
#587363
(88,115,99)
#475D50
(71,93,80)
#36473D
(54,71,61)
#25312A
(37,49,42)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #BEF7D5

#BEF7D5
(190,247,213)
#C3F7D8
(195,247,216)
#C8F7DB
(200,247,219)
#CDF7DE
(205,247,222)
#D2F7E1
(210,247,225)
#D7F7E4
(215,247,228)
#DCF7E7
(220,247,231)
#E1F7EA
(225,247,234)
#E6F7ED
(230,247,237)
#EBF7F0
(235,247,240)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF7D5 color. Also use rgb(190,247,213) instead hex code.

Text Font Color

.myTextColor { color: #BEF7D5; }

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

This text font color is #BEF7D5.


Background Color

.myBgColor { background-color: #BEF7D5; }

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

This div background color is #BEF7D5.


Border color

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

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

This div border color is #BEF7D5.


Opacity

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

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

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

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

This text has shadow with #BEF7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF7D5 on black background.


Color preview on white background

This text has color #BEF7D5 on white background.



Black color preview on #BEF7D5 background

This text has black color on #BEF7D5 background.


White color preview on #BEF7D5 background

This text has white color on #BEF7D5 background.