COLOR #BEEAD2

HEX: #BEEAD2 RGB: (190,234,210)

Color info

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

RGB color model

#BEEAD2 color RGB value is (190,234,210).

RGB: (190,234,210) (75%, 92%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 210 of 255 = 82%

190
234
210

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

Portions of RGB colors in percentages

R + G + B = 190 + 234 + 210 = 634 (100%)
R 190 of 634 ~ 29.97%
G 234 of 634 ~ 36.91%
B 210 of 634 ~ 33.12'%

%29.97
%36.91
%33.12

CMYK color model

#BEEAD2 color CMYK value is (19,0,10,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%

CMYK: (19,0,10,8)
C19M0Y10K8 (19%, 0%, 10%, 8%)
(0.19 / 0.00 / 0.10 / 0.08)

CMYK percentages

%18.8
%0
%10.26
%8.24

Codes

Color #BEEAD2 in popluar color models

BE EA D2
RGB 190 234 210
HSL 147° 51.16% 83.14%
HSB/HSV 147° 18.80% 91.76%
CMYK 18.80% 0.00% 10.26%
8.24%

Color #BEEAD2 in popluar number systems.

HEX BE EA D2
Decimal 190 234 210
Binary 10111110 11101010 11010010
Octal 276 352 322

Shades and tints

Shades of #BEEAD2

#BEEAD2
(190,234,210)
#ADD5BF
(173,213,191)
#9CC0AC
(156,192,172)
#8BAB99
(139,171,153)
#7A9686
(122,150,134)
#698173
(105,129,115)
#586C60
(88,108,96)
#47574D
(71,87,77)
#36423A
(54,66,58)
#252D27
(37,45,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEEAD2

#BEEAD2
(190,234,210)
#C3EBD6
(195,235,214)
#C8ECDA
(200,236,218)
#CDEDDE
(205,237,222)
#D2EEE2
(210,238,226)
#D7EFE6
(215,239,230)
#DCF0EA
(220,240,234)
#E1F1EE
(225,241,238)
#E6F2F2
(230,242,242)
#EBF3F6
(235,243,246)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEAD2; }

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

This text font color is #BEEAD2.

Background Color

.myBgColor { background-color: #BEEAD2; }

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

This div background color is #BEEAD2.

Border color

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

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

This div border color is #BEEAD2.

Opacity

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

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

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

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

This text has shadow with #BEEAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEAD2.

Preview

Color preview on black background

This text has color #BEEAD2 on black background.


Color preview on white background

This text has color #BEEAD2 on white background.


Black color preview on #BEEAD2 background

This text has black color on #BEEAD2 background.


White color preview on #BEEAD2 background

This text has white color on #BEEAD2 background.


Related colors

Complementary color

Complementary color for #hex is #41152D.


I love getcolorcode.com

Triadic colors

1 #D2BEEA and #EAD2BE with #BEEAD2 are triadic colors.

2 #D2EABE and #EABED2 with #BEEAD2 are triadic colors.