COLOR #BEE8D0

HEX: #BEE8D0 RGB: (190,232,208)

Color info

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

RGB color model

#BEE8D0 color RGB value is (190,232,208).

RGB: (190,232,208) (75%, 91%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 232 of 255 = 91%
B 208 of 255 = 82%

190
232
208

R + G + B ~ 83%. #BEE8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 232 + 208 = 630 (100%)
R 190 of 630 ~ 30.16%
G 232 of 630 ~ 36.83%
B 208 of 630 ~ 33.02'%

%30.16
%36.83
%33.02

CMYK color model

#BEE8D0 color CMYK value is (18,0,10,9).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 9.02%

CMYK: (18,0,10,9)
C18M0Y10K9 (18%, 0%, 10%, 9%)
(0.18 / 0.00 / 0.10 / 0.09)

CMYK percentages

%18.1
%0
%10.34
%9.02

Codes

Color #BEE8D0 in popluar color models

BE E8 D0
RGB 190 232 208
HSL 146° 47.73% 82.75%
HSB/HSV 146° 18.10% 90.98%
CMYK 18.10% 0.00% 10.34%
9.02%

Color #BEE8D0 in popluar number systems.

HEX BE E8 D0
Decimal 190 232 208
Binary 10111110 11101000 11010000
Octal 276 350 320

Shades and tints

Shades of #BEE8D0

#BEE8D0
(190,232,208)
#ADD3BE
(173,211,190)
#9CBEAC
(156,190,172)
#8BA99A
(139,169,154)
#7A9488
(122,148,136)
#697F76
(105,127,118)
#586A64
(88,106,100)
#475552
(71,85,82)
#364040
(54,64,64)
#252B2E
(37,43,46)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #BEE8D0

#BEE8D0
(190,232,208)
#C3EAD4
(195,234,212)
#C8ECD8
(200,236,216)
#CDEEDC
(205,238,220)
#D2F0E0
(210,240,224)
#D7F2E4
(215,242,228)
#DCF4E8
(220,244,232)
#E1F6EC
(225,246,236)
#E6F8F0
(230,248,240)
#EBFAF4
(235,250,244)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE8D0 color. Also use rgb(190,232,208) instead hex code.

Text Font Color

.myTextColor { color: #BEE8D0; }

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

This text font color is #BEE8D0.

Background Color

.myBgColor { background-color: #BEE8D0; }

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

This div background color is #BEE8D0.

Border color

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

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

This div border color is #BEE8D0.

Opacity

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

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

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

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

This text has shadow with #BEE8D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE8D0.

Preview

Color preview on black background

This text has color #BEE8D0 on black background.


Color preview on white background

This text has color #BEE8D0 on white background.


Black color preview on #BEE8D0 background

This text has black color on #BEE8D0 background.


White color preview on #BEE8D0 background

This text has white color on #BEE8D0 background.


Related colors

Complementary color

Complementary color for #hex is #41172F.


I love getcolorcode.com

Triadic colors

1 #D0BEE8 and #E8D0BE with #BEE8D0 are triadic colors.

2 #D0E8BE and #E8BED0 with #BEE8D0 are triadic colors.