COLOR #BEF3E3

HEX: #BEF3E3 RGB: (190,243,227)

Color info

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

RGB color model

#BEF3E3 color RGB value is (190,243,227).

RGB: (190,243,227) (75%, 95%, 89%)

RGB channels and saturation

R 190 of 255 = 75%
G 243 of 255 = 95%
B 227 of 255 = 89%

190
243
227

R + G + B ~ 86%. #BEF3E3 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 243 + 227 = 660 (100%)
R 190 of 660 ~ 28.79%
G 243 of 660 ~ 36.82%
B 227 of 660 ~ 34.39'%

%28.79
%36.82
%34.39

CMYK color model

#BEF3E3 color CMYK value is (22,0,7,5).

  • cyan value is 21.81%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 4.71%

CMYK: (22,0,7,5)
C22M0Y7K5 (22%, 0%, 7%, 5%)
(0.22 / 0.00 / 0.07 / 0.05)

CMYK percentages

%21.81
%0
%6.58
%4.71

Codes

Color #BEF3E3 in popluar color models

BE F3 E3
RGB 190 243 227
HSL 162° 68.83% 84.90%
HSB/HSV 162° 21.81% 95.29%
CMYK 21.81% 0.00% 6.58%
4.71%

Color #BEF3E3 in popluar number systems.

HEX BE F3 E3
Decimal 190 243 227
Binary 10111110 11110011 11100011
Octal 276 363 343

Shades and tints

Shades of #BEF3E3

#BEF3E3
(190,243,227)
#ADDDCF
(173,221,207)
#9CC7BB
(156,199,187)
#8BB1A7
(139,177,167)
#7A9B93
(122,155,147)
#69857F
(105,133,127)
#586F6B
(88,111,107)
#475957
(71,89,87)
#364343
(54,67,67)
#252D2F
(37,45,47)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #BEF3E3

#BEF3E3
(190,243,227)
#C3F4E5
(195,244,229)
#C8F5E7
(200,245,231)
#CDF6E9
(205,246,233)
#D2F7EB
(210,247,235)
#D7F8ED
(215,248,237)
#DCF9EF
(220,249,239)
#E1FAF1
(225,250,241)
#E6FBF3
(230,251,243)
#EBFCF5
(235,252,245)
#F0FDF7
(240,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF3E3 color. Also use rgb(190,243,227) instead hex code.

Text Font Color

.myTextColor { color: #BEF3E3; }

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

This text font color is #BEF3E3.

Background Color

.myBgColor { background-color: #BEF3E3; }

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

This div background color is #BEF3E3.

Border color

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

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

This div border color is #BEF3E3.

Opacity

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

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

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

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

This text has shadow with #BEF3E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF3E3.

Preview

Color preview on black background

This text has color #BEF3E3 on black background.


Color preview on white background

This text has color #BEF3E3 on white background.


Black color preview on #BEF3E3 background

This text has black color on #BEF3E3 background.


White color preview on #BEF3E3 background

This text has white color on #BEF3E3 background.


Related colors

Complementary color

Complementary color for #hex is #410C1C.


I love getcolorcode.com

Triadic colors

1 #E3BEF3 and #F3E3BE with #BEF3E3 are triadic colors.

2 #E3F3BE and #F3BEE3 with #BEF3E3 are triadic colors.