COLOR #BEEEEB

HEX: #BEEEEB
RGB: (190,238,235)

Color info

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

RGB color model

#BEEEEB color RGB value is (190,238,235).

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

RGB channels and saturation

R 190 of 255 = 75%
G 238 of 255 = 93%
B 235 of 255 = 92%

190
238
235

R + G + B ~ 87%. #BEEEEB is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 238 + 235 = 663 (100%)
R 190 of 663 ~ 28.66%
G 238 of 663 ~ 35.9%
B 235 of 663 ~ 35.44%

%28.66
%35.9
%35.44

CMYK color model

#BEEEEB color CMYK value is (20,0,1,7).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.67%
CMYK:
(20,0,1,7)
C20M0Y1K7 
(20%,0%,1%,7%)
(0.20/0.00/0.01/0.07)	

CMYK percentages

%20.17
%0
%1.26
%6.67

Codes

Color #BEEEEB in popluar color models

BEEEEB
RGB190238235
HSL176°58.54%83.92%
HSB/HSV176°20.17%93.33%
CMYK20.17%0.00%1.26%
6.67%

Color #BEEEEB in popluar number systems.

HEXBEEEEB
Decimal190238235
Binary101111101110111011101011
Octal276356353

Shades and tints

Shades of #BEEEEB

#BEEEEB
(190,238,235)
#ADD9D6
(173,217,214)
#9CC4C1
(156,196,193)
#8BAFAC
(139,175,172)
#7A9A97
(122,154,151)
#698582
(105,133,130)
#58706D
(88,112,109)
#475B58
(71,91,88)
#364643
(54,70,67)
#25312E
(37,49,46)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #BEEEEB

#BEEEEB
(190,238,235)
#C3EFEC
(195,239,236)
#C8F0ED
(200,240,237)
#CDF1EE
(205,241,238)
#D2F2EF
(210,242,239)
#D7F3F0
(215,243,240)
#DCF4F1
(220,244,241)
#E1F5F2
(225,245,242)
#E6F6F3
(230,246,243)
#EBF7F4
(235,247,244)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEEEB; }

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

This text font color is #BEEEEB.


Background Color

.myBgColor { background-color: #BEEEEB; }

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

This div background color is #BEEEEB.


Border color

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

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

This div border color is #BEEEEB.


Opacity

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

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

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

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

This text has shadow with #BEEEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEEEB on black background.


Color preview on white background

This text has color #BEEEEB on white background.



Black color preview on #BEEEEB background

This text has black color on #BEEEEB background.


White color preview on #BEEEEB background

This text has white color on #BEEEEB background.