COLOR #BEE0D3

HEX: #BEE0D3
RGB: (190,224,211)

Color info

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

RGB color model

#BEE0D3 color RGB value is (190,224,211).

  • red value is 190;
  • green value is 224;
  • blue value is 211.
RGB:
(190,224,211)
(75%,88%,83%)

RGB channels and saturation

R 190 of 255 = 75%
G 224 of 255 = 88%
B 211 of 255 = 83%

190
224
211

R + G + B ~ 82%. #BEE0D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 224 + 211 = 625 (100%)
R 190 of 625 ~ 30.4%
G 224 of 625 ~ 35.84%
B 211 of 625 ~ 33.76%

%30.4
%35.84
%33.76

CMYK color model

#BEE0D3 color CMYK value is (15,0,6,12).

  • cyan value is 15.18%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 12.16%
CMYK:
(15,0,6,12)
C15M0Y6K12 
(15%,0%,6%,12%)
(0.15/0.00/0.06/0.12)	

CMYK percentages

%15.18
%0
%5.8
%12.16

Codes

Color #BEE0D3 in popluar color models

BEE0D3
RGB190224211
HSL157°35.42%81.18%
HSB/HSV157°15.18%87.84%
CMYK15.18%0.00%5.80%
12.16%

Color #BEE0D3 in popluar number systems.

HEXBEE0D3
Decimal190224211
Binary101111101110000011010011
Octal276340323

Shades and tints

Shades of #BEE0D3

#BEE0D3
(190,224,211)
#ADCCC0
(173,204,192)
#9CB8AD
(156,184,173)
#8BA49A
(139,164,154)
#7A9087
(122,144,135)
#697C74
(105,124,116)
#586861
(88,104,97)
#47544E
(71,84,78)
#36403B
(54,64,59)
#252C28
(37,44,40)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #BEE0D3

#BEE0D3
(190,224,211)
#C3E2D7
(195,226,215)
#C8E4DB
(200,228,219)
#CDE6DF
(205,230,223)
#D2E8E3
(210,232,227)
#D7EAE7
(215,234,231)
#DCECEB
(220,236,235)
#E1EEEF
(225,238,239)
#E6F0F3
(230,240,243)
#EBF2F7
(235,242,247)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE0D3 color. Also use rgb(190,224,211) instead hex code.

Text Font Color

.myTextColor { color: #BEE0D3; }

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

This text font color is #BEE0D3.


Background Color

.myBgColor { background-color: #BEE0D3; }

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

This div background color is #BEE0D3.


Border color

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

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

This div border color is #BEE0D3.


Opacity

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

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

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

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

This text has shadow with #BEE0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE0D3 on black background.


Color preview on white background

This text has color #BEE0D3 on white background.



Black color preview on #BEE0D3 background

This text has black color on #BEE0D3 background.


White color preview on #BEE0D3 background

This text has white color on #BEE0D3 background.