COLOR #BEEADA

HEX: #BEEADA
RGB: (190,234,218)

Color info

#BEEADA contains red, green and blue colors in about the same proportion. Web safe color of #BEEADA is #CCFFCC (or #CFC).

RGB color model

#BEEADA color RGB value is (190,234,218).

  • red value is 190;
  • green value is 234;
  • blue value is 218.
RGB:
(190,234,218)
(75%,92%,85%)

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 218 of 255 = 85%

190
234
218

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

Portions of RGB colors in percentages

R + G + B =
190 + 234 + 218 = 642 (100%)
R 190 of 642 ~ 29.6%
G 234 of 642 ~ 36.45%
B 218 of 642 ~ 33.96%

%29.6
%36.45
%33.96

CMYK color model

#BEEADA color CMYK value is (19,0,7,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 8.24%
CMYK:
(19,0,7,8)
C19M0Y7K8 
(19%,0%,7%,8%)
(0.19/0.00/0.07/0.08)	

CMYK percentages

%18.8
%0
%6.84
%8.24

Codes

Color #BEEADA in popluar color models

BEEADA
RGB190234218
HSL158°51.16%83.14%
HSB/HSV158°18.80%91.76%
CMYK18.80%0.00%6.84%
8.24%

Color #BEEADA in popluar number systems.

HEXBEEADA
Decimal190234218
Binary101111101110101011011010
Octal276352332

Shades and tints

Shades of #BEEADA

#BEEADA
(190,234,218)
#ADD5C7
(173,213,199)
#9CC0B4
(156,192,180)
#8BABA1
(139,171,161)
#7A968E
(122,150,142)
#69817B
(105,129,123)
#586C68
(88,108,104)
#475755
(71,87,85)
#364242
(54,66,66)
#252D2F
(37,45,47)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #BEEADA

#BEEADA
(190,234,218)
#C3EBDD
(195,235,221)
#C8ECE0
(200,236,224)
#CDEDE3
(205,237,227)
#D2EEE6
(210,238,230)
#D7EFE9
(215,239,233)
#DCF0EC
(220,240,236)
#E1F1EF
(225,241,239)
#E6F2F2
(230,242,242)
#EBF3F5
(235,243,245)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEADA; }

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

This text font color is #BEEADA.


Background Color

.myBgColor { background-color: #BEEADA; }

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

This div background color is #BEEADA.


Border color

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

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

This div border color is #BEEADA.


Opacity

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

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

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

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

This text has shadow with #BEEADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEADA on black background.


Color preview on white background

This text has color #BEEADA on white background.



Black color preview on #BEEADA background

This text has black color on #BEEADA background.


White color preview on #BEEADA background

This text has white color on #BEEADA background.