COLOR #BEEBE8

HEX: #BEEBE8
RGB: (190,235,232)

Color info

#BEEBE8 contains red, green and blue colors in about the same proportion. Web safe color of #BEEBE8 is #CCFFFF (or #CFF).

RGB color model

#BEEBE8 color RGB value is (190,235,232).

  • red value is 190;
  • green value is 235;
  • blue value is 232.
RGB:
(190,235,232)
(75%,92%,91%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 232 of 255 = 91%

190
235
232

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

Portions of RGB colors in percentages

R + G + B =
190 + 235 + 232 = 657 (100%)
R 190 of 657 ~ 28.92%
G 235 of 657 ~ 35.77%
B 232 of 657 ~ 35.31%

%28.92
%35.77
%35.31

CMYK color model

#BEEBE8 color CMYK value is (19,0,1,8).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(19,0,1,8)
C19M0Y1K8 
(19%,0%,1%,8%)
(0.19/0.00/0.01/0.08)	

CMYK percentages

%19.15
%0
%1.28
%7.84

Codes

Color #BEEBE8 in popluar color models

BEEBE8
RGB190235232
HSL176°52.94%83.33%
HSB/HSV176°19.15%92.16%
CMYK19.15%0.00%1.28%
7.84%

Color #BEEBE8 in popluar number systems.

HEXBEEBE8
Decimal190235232
Binary101111101110101111101000
Octal276353350

Shades and tints

Shades of #BEEBE8

#BEEBE8
(190,235,232)
#ADD6D3
(173,214,211)
#9CC1BE
(156,193,190)
#8BACA9
(139,172,169)
#7A9794
(122,151,148)
#69827F
(105,130,127)
#586D6A
(88,109,106)
#475855
(71,88,85)
#364340
(54,67,64)
#252E2B
(37,46,43)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BEEBE8

#BEEBE8
(190,235,232)
#C3ECEA
(195,236,234)
#C8EDEC
(200,237,236)
#CDEEEE
(205,238,238)
#D2EFF0
(210,239,240)
#D7F0F2
(215,240,242)
#DCF1F4
(220,241,244)
#E1F2F6
(225,242,246)
#E6F3F8
(230,243,248)
#EBF4FA
(235,244,250)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBE8; }

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

This text font color is #BEEBE8.


Background Color

.myBgColor { background-color: #BEEBE8; }

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

This div background color is #BEEBE8.


Border color

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

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

This div border color is #BEEBE8.


Opacity

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

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

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

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

This text has shadow with #BEEBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEBE8 on black background.


Color preview on white background

This text has color #BEEBE8 on white background.



Black color preview on #BEEBE8 background

This text has black color on #BEEBE8 background.


White color preview on #BEEBE8 background

This text has white color on #BEEBE8 background.