COLOR #BEF0DE

HEX: #BEF0DE
RGB: (190,240,222)

Color info

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

RGB color model

#BEF0DE color RGB value is (190,240,222).

  • red value is 190;
  • green value is 240;
  • blue value is 222.
RGB:
(190,240,222)
(75%,94%,87%)

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 222 of 255 = 87%

190
240
222

R + G + B ~ 85%. #BEF0DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 240 + 222 = 652 (100%)
R 190 of 652 ~ 29.14%
G 240 of 652 ~ 36.81%
B 222 of 652 ~ 34.05%

%29.14
%36.81
%34.05

CMYK color model

#BEF0DE color CMYK value is (21,0,8,6).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(21,0,8,6)
C21M0Y8K6 
(21%,0%,8%,6%)
(0.21/0.00/0.08/0.06)	

CMYK percentages

%20.83
%0
%7.5
%5.88

Codes

Color #BEF0DE in popluar color models

BEF0DE
RGB190240222
HSL158°62.50%84.31%
HSB/HSV158°20.83%94.12%
CMYK20.83%0.00%7.50%
5.88%

Color #BEF0DE in popluar number systems.

HEXBEF0DE
Decimal190240222
Binary101111101111000011011110
Octal276360336

Shades and tints

Shades of #BEF0DE

#BEF0DE
(190,240,222)
#ADDBCA
(173,219,202)
#9CC6B6
(156,198,182)
#8BB1A2
(139,177,162)
#7A9C8E
(122,156,142)
#69877A
(105,135,122)
#587266
(88,114,102)
#475D52
(71,93,82)
#36483E
(54,72,62)
#25332A
(37,51,42)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #BEF0DE

#BEF0DE
(190,240,222)
#C3F1E1
(195,241,225)
#C8F2E4
(200,242,228)
#CDF3E7
(205,243,231)
#D2F4EA
(210,244,234)
#D7F5ED
(215,245,237)
#DCF6F0
(220,246,240)
#E1F7F3
(225,247,243)
#E6F8F6
(230,248,246)
#EBF9F9
(235,249,249)
#F0FAFC
(240,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF0DE; }

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

This text font color is #BEF0DE.


Background Color

.myBgColor { background-color: #BEF0DE; }

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

This div background color is #BEF0DE.


Border color

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

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

This div border color is #BEF0DE.


Opacity

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

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

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

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

This text has shadow with #BEF0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF0DE on black background.


Color preview on white background

This text has color #BEF0DE on white background.



Black color preview on #BEF0DE background

This text has black color on #BEF0DE background.


White color preview on #BEF0DE background

This text has white color on #BEF0DE background.