COLOR #BEE0E0

HEX: #BEE0E0
RGB: (190,224,224)

Color info

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

RGB color model

#BEE0E0 color RGB value is (190,224,224).

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

RGB channels and saturation

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

190
224
224

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

Portions of RGB colors in percentages

R + G + B =
190 + 224 + 224 = 638 (100%)
R 190 of 638 ~ 29.78%
G 224 of 638 ~ 35.11%
B 224 of 638 ~ 35.11%

%29.78
%35.11
%35.11

CMYK color model

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

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

CMYK percentages

%15.18
%0
%0
%12.16

Codes

Color #BEE0E0 in popluar color models

BEE0E0
RGB190224224
HSL180°35.42%81.18%
HSB/HSV180°15.18%87.84%
CMYK15.18%0.00%0.00%
12.16%

Color #BEE0E0 in popluar number systems.

HEXBEE0E0
Decimal190224224
Binary101111101110000011100000
Octal276340340

Shades and tints

Shades of #BEE0E0

#BEE0E0
(190,224,224)
#ADCCCC
(173,204,204)
#9CB8B8
(156,184,184)
#8BA4A4
(139,164,164)
#7A9090
(122,144,144)
#697C7C
(105,124,124)
#586868
(88,104,104)
#475454
(71,84,84)
#364040
(54,64,64)
#252C2C
(37,44,44)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #BEE0E0

#BEE0E0
(190,224,224)
#C3E2E2
(195,226,226)
#C8E4E4
(200,228,228)
#CDE6E6
(205,230,230)
#D2E8E8
(210,232,232)
#D7EAEA
(215,234,234)
#DCECEC
(220,236,236)
#E1EEEE
(225,238,238)
#E6F0F0
(230,240,240)
#EBF2F2
(235,242,242)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE0E0; }

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

This text font color is #BEE0E0.


Background Color

.myBgColor { background-color: #BEE0E0; }

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

This div background color is #BEE0E0.


Border color

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

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

This div border color is #BEE0E0.


Opacity

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

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

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

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

This text has shadow with #BEE0E0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEE0E0 on black background.


Color preview on white background

This text has color #BEE0E0 on white background.



Black color preview on #BEE0E0 background

This text has black color on #BEE0E0 background.


White color preview on #BEE0E0 background

This text has white color on #BEE0E0 background.