COLOR #BEF6DF

HEX: #BEF6DF RGB: (190,246,223)

Color info

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

RGB color model

#BEF6DF color RGB value is (190,246,223).

RGB: (190,246,223) (75%, 96%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 246 of 255 = 96%
B 223 of 255 = 87%

190
246
223

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

Portions of RGB colors in percentages

R + G + B = 190 + 246 + 223 = 659 (100%)
R 190 of 659 ~ 28.83%
G 246 of 659 ~ 37.33%
B 223 of 659 ~ 33.84'%

%28.83
%37.33
%33.84

CMYK color model

#BEF6DF color CMYK value is (23,0,9,4).

  • cyan value is 22.76%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • key color value is 3.53%
CMYK: (23,0,9,4) C23M0Y9K4 (23%,0%,9%,4%) (0.23/0.00/0.09/0.04) 

CMYK percentages

%22.76
%0
%9.35
%3.53

Codes

Color #BEF6DF in popluar color models

BE F6 DF
RGB 190 246 223
HSL 155° 75.68% 85.49%
HSB/HSV 155° 22.76% 96.47%
CMYK 22.76% 0.00% 9.35%
3.53%

Color #BEF6DF in popluar number systems.

HEX BE F6 DF
Decimal 190 246 223
Binary 10111110 11110110 11011111
Octal 276 366 337

Shades and tints

Shades of #BEF6DF

#BEF6DF
(190,246,223)
#ADE0CB
(173,224,203)
#9CCAB7
(156,202,183)
#8BB4A3
(139,180,163)
#7A9E8F
(122,158,143)
#69887B
(105,136,123)
#587267
(88,114,103)
#475C53
(71,92,83)
#36463F
(54,70,63)
#25302B
(37,48,43)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BEF6DF

#BEF6DF
(190,246,223)
#C3F6E1
(195,246,225)
#C8F6E3
(200,246,227)
#CDF6E5
(205,246,229)
#D2F6E7
(210,246,231)
#D7F6E9
(215,246,233)
#DCF6EB
(220,246,235)
#E1F6ED
(225,246,237)
#E6F6EF
(230,246,239)
#EBF6F1
(235,246,241)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF6DF color. Also use rgb(190,246,223) instead hex code.

Text Font Color

.myTextColor { color: #BEF6DF; }

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

This text font color is #BEF6DF.

Background Color

.myBgColor { background-color: #BEF6DF; }

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

This div background color is #BEF6DF.

Border color

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

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

This div border color is #BEF6DF.

Opacity

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

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

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

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

This text has shadow with #BEF6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF6DF.

Preview

Color preview on black background

This text has color #BEF6DF on black background.


Color preview on white background

This text has color #BEF6DF on white background.


Black color preview on #BEF6DF background

This text has black color on #BEF6DF background.


White color preview on #BEF6DF background

This text has white color on #BEF6DF background.


Related colors

Complementary color

Complementary color for #hex is #410920.


I love getcolorcode.com

Triadic colors

1 #DFBEF6 and #F6DFBE with #BEF6DF are triadic colors.

2 #DFF6BE and #F6BEDF with #BEF6DF are triadic colors.