COLOR #BEEDDE

HEX: #BEEDDE
RGB: (190,237,222)

Color info

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

RGB color model

#BEEDDE color RGB value is (190,237,222).

  • red value is 190;
  • green value is 237;
  • blue value is 222.
RGB:
(190,237,222)
(75%,93%,87%)

RGB channels and saturation

R 190 of 255 = 75%
G 237 of 255 = 93%
B 222 of 255 = 87%

190
237
222

R + G + B ~ 85%. #BEEDDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 237 + 222 = 649 (100%)
R 190 of 649 ~ 29.28%
G 237 of 649 ~ 36.52%
B 222 of 649 ~ 34.21%

%29.28
%36.52
%34.21

CMYK color model

#BEEDDE color CMYK value is (20,0,6,7).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(20,0,6,7)
C20M0Y6K7 
(20%,0%,6%,7%)
(0.20/0.00/0.06/0.07)	

CMYK percentages

%19.83
%0
%6.33
%7.06

Codes

Color #BEEDDE in popluar color models

BEEDDE
RGB190237222
HSL161°56.63%83.73%
HSB/HSV161°19.83%92.94%
CMYK19.83%0.00%6.33%
7.06%

Color #BEEDDE in popluar number systems.

HEXBEEDDE
Decimal190237222
Binary101111101110110111011110
Octal276355336

Shades and tints

Shades of #BEEDDE

#BEEDDE
(190,237,222)
#ADD8CA
(173,216,202)
#9CC3B6
(156,195,182)
#8BAEA2
(139,174,162)
#7A998E
(122,153,142)
#69847A
(105,132,122)
#586F66
(88,111,102)
#475A52
(71,90,82)
#36453E
(54,69,62)
#25302A
(37,48,42)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #BEEDDE

#BEEDDE
(190,237,222)
#C3EEE1
(195,238,225)
#C8EFE4
(200,239,228)
#CDF0E7
(205,240,231)
#D2F1EA
(210,241,234)
#D7F2ED
(215,242,237)
#DCF3F0
(220,243,240)
#E1F4F3
(225,244,243)
#E6F5F6
(230,245,246)
#EBF6F9
(235,246,249)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEDDE; }

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

This text font color is #BEEDDE.


Background Color

.myBgColor { background-color: #BEEDDE; }

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

This div background color is #BEEDDE.


Border color

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

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

This div border color is #BEEDDE.


Opacity

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

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

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

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

This text has shadow with #BEEDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEDDE on black background.


Color preview on white background

This text has color #BEEDDE on white background.



Black color preview on #BEEDDE background

This text has black color on #BEEDDE background.


White color preview on #BEEDDE background

This text has white color on #BEEDDE background.