COLOR #BEEADB

HEX: #BEEADB
RGB: (190,234,219)

Color info

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

RGB color model

#BEEADB color RGB value is (190,234,219).

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

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 219 of 255 = 86%

190
234
219

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

Portions of RGB colors in percentages

R + G + B =
190 + 234 + 219 = 643 (100%)
R 190 of 643 ~ 29.55%
G 234 of 643 ~ 36.39%
B 219 of 643 ~ 34.06%

%29.55
%36.39
%34.06

CMYK color model

#BEEADB color CMYK value is (19,0,6,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%
CMYK:
(19,0,6,8)
C19M0Y6K8 
(19%,0%,6%,8%)
(0.19/0.00/0.06/0.08)	

CMYK percentages

%18.8
%0
%6.41
%8.24

Codes

Color #BEEADB in popluar color models

BEEADB
RGB190234219
HSL160°51.16%83.14%
HSB/HSV160°18.80%91.76%
CMYK18.80%0.00%6.41%
8.24%

Color #BEEADB in popluar number systems.

HEXBEEADB
Decimal190234219
Binary101111101110101011011011
Octal276352333

Shades and tints

Shades of #BEEADB

#BEEADB
(190,234,219)
#ADD5C8
(173,213,200)
#9CC0B5
(156,192,181)
#8BABA2
(139,171,162)
#7A968F
(122,150,143)
#69817C
(105,129,124)
#586C69
(88,108,105)
#475756
(71,87,86)
#364243
(54,66,67)
#252D30
(37,45,48)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #BEEADB

#BEEADB
(190,234,219)
#C3EBDE
(195,235,222)
#C8ECE1
(200,236,225)
#CDEDE4
(205,237,228)
#D2EEE7
(210,238,231)
#D7EFEA
(215,239,234)
#DCF0ED
(220,240,237)
#E1F1F0
(225,241,240)
#E6F2F3
(230,242,243)
#EBF3F6
(235,243,246)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEADB; }

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

This text font color is #BEEADB.


Background Color

.myBgColor { background-color: #BEEADB; }

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

This div background color is #BEEADB.


Border color

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

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

This div border color is #BEEADB.


Opacity

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

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

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

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

This text has shadow with #BEEADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEADB on black background.


Color preview on white background

This text has color #BEEADB on white background.



Black color preview on #BEEADB background

This text has black color on #BEEADB background.


White color preview on #BEEADB background

This text has white color on #BEEADB background.