COLOR #BEEAAD

HEX: #BEEAAD RGB: (190,234,173)

Color info

#BEEAAD contains mainly red and green colors. Web safe color of #BEEAAD is #CCFF99 (or #CF9).

RGB color model

#BEEAAD color RGB value is (190,234,173).

RGB: (190,234,173) (75%, 92%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 173 of 255 = 68%

190
234
173

R + G + B ~ 78%. #BEEAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 234 + 173 = 597 (100%)
R 190 of 597 ~ 31.83%
G 234 of 597 ~ 39.2%
B 173 of 597 ~ 28.98'%

%31.83
%39.2
%28.98

CMYK color model

#BEEAAD color CMYK value is (19,0,26,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 26.07%
  • key color value is 8.24%
CMYK: (19,0,26,8) C19M0Y26K8 (19%,0%,26%,8%) (0.19/0.00/0.26/0.08) 

CMYK percentages

%18.8
%0
%26.07
%8.24

Codes

Color #BEEAAD in popluar color models

BE EA AD
RGB 190 234 173
HSL 103° 59.22% 79.80%
HSB/HSV 103° 26.07% 91.76%
CMYK 18.80% 0.00% 26.07%
8.24%

Color #BEEAAD in popluar number systems.

HEX BE EA AD
Decimal 190 234 173
Binary 10111110 11101010 10101101
Octal 276 352 255

Shades and tints

Shades of #BEEAAD

#BEEAAD
(190,234,173)
#ADD59E
(173,213,158)
#9CC08F
(156,192,143)
#8BAB80
(139,171,128)
#7A9671
(122,150,113)
#698162
(105,129,98)
#586C53
(88,108,83)
#475744
(71,87,68)
#364235
(54,66,53)
#252D26
(37,45,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BEEAAD

#BEEAAD
(190,234,173)
#C3EBB4
(195,235,180)
#C8ECBB
(200,236,187)
#CDEDC2
(205,237,194)
#D2EEC9
(210,238,201)
#D7EFD0
(215,239,208)
#DCF0D7
(220,240,215)
#E1F1DE
(225,241,222)
#E6F2E5
(230,242,229)
#EBF3EC
(235,243,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEAAD; }

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

This text font color is #BEEAAD.

Background Color

.myBgColor { background-color: #BEEAAD; }

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

This div background color is #BEEAAD.

Border color

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

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

This div border color is #BEEAAD.

Opacity

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

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

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

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

This text has shadow with #BEEAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEAAD.

Preview

Color preview on black background

This text has color #BEEAAD on black background.


Color preview on white background

This text has color #BEEAAD on white background.


Black color preview on #BEEAAD background

This text has black color on #BEEAAD background.


White color preview on #BEEAAD background

This text has white color on #BEEAAD background.


Related colors

Complementary color

Complementary color for #hex is #411552.


I love getcolorcode.com

Triadic colors

1 #ADBEEA and #EAADBE with #BEEAAD are triadic colors.

2 #ADEABE and #EABEAD with #BEEAAD are triadic colors.