COLOR #BEF3DE

HEX: #BEF3DE RGB: (190,243,222)

Color info

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

RGB color model

#BEF3DE color RGB value is (190,243,222).

RGB: (190,243,222) (75%, 95%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 243 of 255 = 95%
B 222 of 255 = 87%

190
243
222

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

Portions of RGB colors in percentages

R + G + B = 190 + 243 + 222 = 655 (100%)
R 190 of 655 ~ 29.01%
G 243 of 655 ~ 37.1%
B 222 of 655 ~ 33.89'%

%29.01
%37.1
%33.89

CMYK color model

#BEF3DE color CMYK value is (22,0,9,5).

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

CMYK: (22,0,9,5)
C22M0Y9K5 (22%, 0%, 9%, 5%)
(0.22 / 0.00 / 0.09 / 0.05)

CMYK percentages

%21.81
%0
%8.64
%4.71

Codes

Color #BEF3DE in popluar color models

BE F3 DE
RGB 190 243 222
HSL 156° 68.83% 84.90%
HSB/HSV 156° 21.81% 95.29%
CMYK 21.81% 0.00% 8.64%
4.71%

Color #BEF3DE in popluar number systems.

HEX BE F3 DE
Decimal 190 243 222
Binary 10111110 11110011 11011110
Octal 276 363 336

Shades and tints

Shades of #BEF3DE

#BEF3DE
(190,243,222)
#ADDDCA
(173,221,202)
#9CC7B6
(156,199,182)
#8BB1A2
(139,177,162)
#7A9B8E
(122,155,142)
#69857A
(105,133,122)
#586F66
(88,111,102)
#475952
(71,89,82)
#36433E
(54,67,62)
#252D2A
(37,45,42)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BEF3DE

#BEF3DE
(190,243,222)
#C3F4E1
(195,244,225)
#C8F5E4
(200,245,228)
#CDF6E7
(205,246,231)
#D2F7EA
(210,247,234)
#D7F8ED
(215,248,237)
#DCF9F0
(220,249,240)
#E1FAF3
(225,250,243)
#E6FBF6
(230,251,246)
#EBFCF9
(235,252,249)
#F0FDFC
(240,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF3DE; }

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

This text font color is #BEF3DE.

Background Color

.myBgColor { background-color: #BEF3DE; }

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

This div background color is #BEF3DE.

Border color

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

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

This div border color is #BEF3DE.

Opacity

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

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

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

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

This text has shadow with #BEF3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF3DE.

Preview

Color preview on black background

This text has color #BEF3DE on black background.


Color preview on white background

This text has color #BEF3DE on white background.


Black color preview on #BEF3DE background

This text has black color on #BEF3DE background.


White color preview on #BEF3DE background

This text has white color on #BEF3DE background.


Related colors

Complementary color

Complementary color for #hex is #410C21.


I love getcolorcode.com

Triadic colors

1 #DEBEF3 and #F3DEBE with #BEF3DE are triadic colors.

2 #DEF3BE and #F3BEDE with #BEF3DE are triadic colors.