COLOR #BEEDE0

HEX: #BEEDE0 RGB: (190,237,224)

Color info

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

RGB color model

#BEEDE0 color RGB value is (190,237,224).

RGB: (190,237,224) (75%, 93%, 88%)

RGB channels and saturation

R 190 of 255 = 75%
G 237 of 255 = 93%
B 224 of 255 = 88%

190
237
224

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

Portions of RGB colors in percentages

R + G + B = 190 + 237 + 224 = 651 (100%)
R 190 of 651 ~ 29.19%
G 237 of 651 ~ 36.41%
B 224 of 651 ~ 34.41'%

%29.19
%36.41
%34.41

CMYK color model

#BEEDE0 color CMYK value is (20,0,5,7).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%

CMYK: (20,0,5,7)
C20M0Y5K7 (20%, 0%, 5%, 7%)
(0.20 / 0.00 / 0.05 / 0.07)

CMYK percentages

%19.83
%0
%5.49
%7.06

Codes

Color #BEEDE0 in popluar color models

BE ED E0
RGB 190 237 224
HSL 163° 56.63% 83.73%
HSB/HSV 163° 19.83% 92.94%
CMYK 19.83% 0.00% 5.49%
7.06%

Color #BEEDE0 in popluar number systems.

HEX BE ED E0
Decimal 190 237 224
Binary 10111110 11101101 11100000
Octal 276 355 340

Shades and tints

Shades of #BEEDE0

#BEEDE0
(190,237,224)
#ADD8CC
(173,216,204)
#9CC3B8
(156,195,184)
#8BAEA4
(139,174,164)
#7A9990
(122,153,144)
#69847C
(105,132,124)
#586F68
(88,111,104)
#475A54
(71,90,84)
#364540
(54,69,64)
#25302C
(37,48,44)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #BEEDE0

#BEEDE0
(190,237,224)
#C3EEE2
(195,238,226)
#C8EFE4
(200,239,228)
#CDF0E6
(205,240,230)
#D2F1E8
(210,241,232)
#D7F2EA
(215,242,234)
#DCF3EC
(220,243,236)
#E1F4EE
(225,244,238)
#E6F5F0
(230,245,240)
#EBF6F2
(235,246,242)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEDE0; }

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

This text font color is #BEEDE0.

Background Color

.myBgColor { background-color: #BEEDE0; }

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

This div background color is #BEEDE0.

Border color

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

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

This div border color is #BEEDE0.

Opacity

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

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

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

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

This text has shadow with #BEEDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEDE0.

Preview

Color preview on black background

This text has color #BEEDE0 on black background.


Color preview on white background

This text has color #BEEDE0 on white background.


Black color preview on #BEEDE0 background

This text has black color on #BEEDE0 background.


White color preview on #BEEDE0 background

This text has white color on #BEEDE0 background.


Related colors

Complementary color

Complementary color for #hex is #41121F.


I love getcolorcode.com

Triadic colors

1 #E0BEED and #EDE0BE with #BEEDE0 are triadic colors.

2 #E0EDBE and #EDBEE0 with #BEEDE0 are triadic colors.