COLOR #BEF7EC

HEX: #BEF7EC RGB: (190,247,236)

Color info

#BEF7EC contains red, green and blue colors in about the same proportion. Web safe color of #BEF7EC is #CCFFFF (or #CFF).

RGB color model

#BEF7EC color RGB value is (190,247,236).

RGB: (190,247,236) (75%, 97%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 247 of 255 = 97%
B 236 of 255 = 93%

190
247
236

R + G + B ~ 88%. #BEF7EC is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 247 + 236 = 673 (100%)
R 190 of 673 ~ 28.23%
G 247 of 673 ~ 36.7%
B 236 of 673 ~ 35.07'%

%28.23
%36.7
%35.07

CMYK color model

#BEF7EC color CMYK value is (23,0,4,3).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 4.45%
  • key color value is 3.14%

CMYK: (23,0,4,3)
C23M0Y4K3 (23%, 0%, 4%, 3%)
(0.23 / 0.00 / 0.04 / 0.03)

CMYK percentages

%23.08
%0
%4.45
%3.14

Codes

Color #BEF7EC in popluar color models

BE F7 EC
RGB 190 247 236
HSL 168° 78.08% 85.69%
HSB/HSV 168° 23.08% 96.86%
CMYK 23.08% 0.00% 4.45%
3.14%

Color #BEF7EC in popluar number systems.

HEX BE F7 EC
Decimal 190 247 236
Binary 10111110 11110111 11101100
Octal 276 367 354

Shades and tints

Shades of #BEF7EC

#BEF7EC
(190,247,236)
#ADE1D7
(173,225,215)
#9CCBC2
(156,203,194)
#8BB5AD
(139,181,173)
#7A9F98
(122,159,152)
#698983
(105,137,131)
#58736E
(88,115,110)
#475D59
(71,93,89)
#364744
(54,71,68)
#25312F
(37,49,47)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #BEF7EC

#BEF7EC
(190,247,236)
#C3F7ED
(195,247,237)
#C8F7EE
(200,247,238)
#CDF7EF
(205,247,239)
#D2F7F0
(210,247,240)
#D7F7F1
(215,247,241)
#DCF7F2
(220,247,242)
#E1F7F3
(225,247,243)
#E6F7F4
(230,247,244)
#EBF7F5
(235,247,245)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF7EC; }

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

This text font color is #BEF7EC.

Background Color

.myBgColor { background-color: #BEF7EC; }

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

This div background color is #BEF7EC.

Border color

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

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

This div border color is #BEF7EC.

Opacity

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

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

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

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

This text has shadow with #BEF7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF7EC.

Preview

Color preview on black background

This text has color #BEF7EC on black background.


Color preview on white background

This text has color #BEF7EC on white background.


Black color preview on #BEF7EC background

This text has black color on #BEF7EC background.


White color preview on #BEF7EC background

This text has white color on #BEF7EC background.


Related colors

Complementary color

Complementary color for #hex is #410813.


I love getcolorcode.com

Triadic colors

1 #ECBEF7 and #F7ECBE with #BEF7EC are triadic colors.

2 #ECF7BE and #F7BEEC with #BEF7EC are triadic colors.