COLOR #BEF8E6

HEX: #BEF8E6 RGB: (190,248,230)

Color info

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

RGB color model

#BEF8E6 color RGB value is (190,248,230).

RGB: (190,248,230) (75%, 97%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 248 of 255 = 97%
B 230 of 255 = 90%

190
248
230

R + G + B ~ 87%. #BEF8E6 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 248 + 230 = 668 (100%)
R 190 of 668 ~ 28.44%
G 248 of 668 ~ 37.13%
B 230 of 668 ~ 34.43'%

%28.44
%37.13
%34.43

CMYK color model

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

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • 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
%7.26
%2.75

Codes

Color #BEF8E6 in popluar color models

BE F8 E6
RGB 190 248 230
HSL 161° 80.56% 85.88%
HSB/HSV 161° 23.39% 97.25%
CMYK 23.39% 0.00% 7.26%
2.75%

Color #BEF8E6 in popluar number systems.

HEX BE F8 E6
Decimal 190 248 230
Binary 10111110 11111000 11100110
Octal 276 370 346

Shades and tints

Shades of #BEF8E6

#BEF8E6
(190,248,230)
#ADE2D2
(173,226,210)
#9CCCBE
(156,204,190)
#8BB6AA
(139,182,170)
#7AA096
(122,160,150)
#698A82
(105,138,130)
#58746E
(88,116,110)
#475E5A
(71,94,90)
#364846
(54,72,70)
#253232
(37,50,50)
#141C1E
(20,28,30)
#000000
(0,0,0)

Tints of #BEF8E6

#BEF8E6
(190,248,230)
#C3F8E8
(195,248,232)
#C8F8EA
(200,248,234)
#CDF8EC
(205,248,236)
#D2F8EE
(210,248,238)
#D7F8F0
(215,248,240)
#DCF8F2
(220,248,242)
#E1F8F4
(225,248,244)
#E6F8F6
(230,248,246)
#EBF8F8
(235,248,248)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF8E6; }

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

This text font color is #BEF8E6.

Background Color

.myBgColor { background-color: #BEF8E6; }

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

This div background color is #BEF8E6.

Border color

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

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

This div border color is #BEF8E6.

Opacity

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

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

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

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

This text has shadow with #BEF8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF8E6.

Preview

Color preview on black background

This text has color #BEF8E6 on black background.


Color preview on white background

This text has color #BEF8E6 on white background.


Black color preview on #BEF8E6 background

This text has black color on #BEF8E6 background.


White color preview on #BEF8E6 background

This text has white color on #BEF8E6 background.


Related colors

Complementary color

Complementary color for #hex is #410719.


I love getcolorcode.com

Triadic colors

1 #E6BEF8 and #F8E6BE with #BEF8E6 are triadic colors.

2 #E6F8BE and #F8BEE6 with #BEF8E6 are triadic colors.