COLOR #BEF8E7

HEX: #BEF8E7 RGB: (190,248,231)

Color info

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

RGB color model

#BEF8E7 color RGB value is (190,248,231).

RGB: (190,248,231) (75%, 97%, 91%)

RGB channels and saturation

R 190 of 255 = 75%
G 248 of 255 = 97%
B 231 of 255 = 91%

190
248
231

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

Portions of RGB colors in percentages

R + G + B = 190 + 248 + 231 = 669 (100%)
R 190 of 669 ~ 28.4%
G 248 of 669 ~ 37.07%
B 231 of 669 ~ 34.53'%

%28.4
%37.07
%34.53

CMYK color model

#BEF8E7 color CMYK value is (23,0,7,3).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 2.75%

CMYK: (23,0,7,3)
C23M0Y7K3 (23%, 0%, 7%, 3%)
(0.23 / 0.00 / 0.07 / 0.03)

CMYK percentages

%23.39
%0
%6.85
%2.75

Codes

Color #BEF8E7 in popluar color models

BE F8 E7
RGB 190 248 231
HSL 162° 80.56% 85.88%
HSB/HSV 162° 23.39% 97.25%
CMYK 23.39% 0.00% 6.85%
2.75%

Color #BEF8E7 in popluar number systems.

HEX BE F8 E7
Decimal 190 248 231
Binary 10111110 11111000 11100111
Octal 276 370 347

Shades and tints

Shades of #BEF8E7

#BEF8E7
(190,248,231)
#ADE2D2
(173,226,210)
#9CCCBD
(156,204,189)
#8BB6A8
(139,182,168)
#7AA093
(122,160,147)
#698A7E
(105,138,126)
#587469
(88,116,105)
#475E54
(71,94,84)
#36483F
(54,72,63)
#25322A
(37,50,42)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #BEF8E7

#BEF8E7
(190,248,231)
#C3F8E9
(195,248,233)
#C8F8EB
(200,248,235)
#CDF8ED
(205,248,237)
#D2F8EF
(210,248,239)
#D7F8F1
(215,248,241)
#DCF8F3
(220,248,243)
#E1F8F5
(225,248,245)
#E6F8F7
(230,248,247)
#EBF8F9
(235,248,249)
#F0F8FB
(240,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF8E7 color. Also use rgb(190,248,231) instead hex code.

Text Font Color

.myTextColor { color: #BEF8E7; }

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

This text font color is #BEF8E7.

Background Color

.myBgColor { background-color: #BEF8E7; }

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

This div background color is #BEF8E7.

Border color

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

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

This div border color is #BEF8E7.

Opacity

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

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

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

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

This text has shadow with #BEF8E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF8E7.

Preview

Color preview on black background

This text has color #BEF8E7 on black background.


Color preview on white background

This text has color #BEF8E7 on white background.


Black color preview on #BEF8E7 background

This text has black color on #BEF8E7 background.


White color preview on #BEF8E7 background

This text has white color on #BEF8E7 background.


Related colors

Complementary color

Complementary color for #BEF8E7 is #410718.


I love getcolorcode.com

Triadic colors

1 #E7BEF8 and #F8E7BE with #BEF8E7 are triadic colors.

2 #E7F8BE and #F8BEE7 with #BEF8E7 are triadic colors.