COLOR #BEE6DF

HEX: #BEE6DF
RGB: (190,230,223)

Color info

#BEE6DF contains red, green and blue colors in about the same proportion. Web safe color of #BEE6DF is #CCCCCC (or #CCC).

RGB color model

#BEE6DF color RGB value is (190,230,223).

  • red value is 190;
  • green value is 230;
  • blue value is 223.
RGB:
(190,230,223)
(75%,90%,87%)

RGB channels and saturation

R 190 of 255 = 75%
G 230 of 255 = 90%
B 223 of 255 = 87%

190
230
223

R + G + B ~ 84%. #BEE6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 230 + 223 = 643 (100%)
R 190 of 643 ~ 29.55%
G 230 of 643 ~ 35.77%
B 223 of 643 ~ 34.68%

%29.55
%35.77
%34.68

CMYK color model

#BEE6DF color CMYK value is (17,0,3,10).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 3.04%
  • key color value is 9.80%
CMYK:
(17,0,3,10)
C17M0Y3K10 
(17%,0%,3%,10%)
(0.17/0.00/0.03/0.10)	

CMYK percentages

%17.39
%0
%3.04
%9.8

Codes

Color #BEE6DF in popluar color models

BEE6DF
RGB190230223
HSL170°44.44%82.35%
HSB/HSV170°17.39%90.20%
CMYK17.39%0.00%3.04%
9.80%

Color #BEE6DF in popluar number systems.

HEXBEE6DF
Decimal190230223
Binary101111101110011011011111
Octal276346337

Shades and tints

Shades of #BEE6DF

#BEE6DF
(190,230,223)
#ADD2CB
(173,210,203)
#9CBEB7
(156,190,183)
#8BAAA3
(139,170,163)
#7A968F
(122,150,143)
#69827B
(105,130,123)
#586E67
(88,110,103)
#475A53
(71,90,83)
#36463F
(54,70,63)
#25322B
(37,50,43)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #BEE6DF

#BEE6DF
(190,230,223)
#C3E8E1
(195,232,225)
#C8EAE3
(200,234,227)
#CDECE5
(205,236,229)
#D2EEE7
(210,238,231)
#D7F0E9
(215,240,233)
#DCF2EB
(220,242,235)
#E1F4ED
(225,244,237)
#E6F6EF
(230,246,239)
#EBF8F1
(235,248,241)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6DF; }

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

This text font color is #BEE6DF.


Background Color

.myBgColor { background-color: #BEE6DF; }

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

This div background color is #BEE6DF.


Border color

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

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

This div border color is #BEE6DF.


Opacity

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

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

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

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

This text has shadow with #BEE6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE6DF on black background.


Color preview on white background

This text has color #BEE6DF on white background.



Black color preview on #BEE6DF background

This text has black color on #BEE6DF background.


White color preview on #BEE6DF background

This text has white color on #BEE6DF background.