COLOR #BDEEA3

HEX: #BDEEA3 RGB: (189,238,163)

Color info

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

RGB color model

#BDEEA3 color RGB value is (189,238,163).

RGB: (189,238,163) (74%, 93%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 238 of 255 = 93%
B 163 of 255 = 64%

189
238
163

R + G + B ~ 77%. #BDEEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 238 + 163 = 590 (100%)
R 189 of 590 ~ 32.03%
G 238 of 590 ~ 40.34%
B 163 of 590 ~ 27.63'%

%32.03
%40.34
%27.63

CMYK color model

#BDEEA3 color CMYK value is (21,0,32,7).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 31.51%
  • key color value is 6.67%

CMYK: (21,0,32,7)
C21M0Y32K7 (21%, 0%, 32%, 7%)
(0.21 / 0.00 / 0.32 / 0.07)

CMYK percentages

%20.59
%0
%31.51
%6.67

Codes

Color #BDEEA3 in popluar color models

BD EE A3
RGB 189 238 163
HSL 99° 68.81% 78.63%
HSB/HSV 99° 31.51% 93.33%
CMYK 20.59% 0.00% 31.51%
6.67%

Color #BDEEA3 in popluar number systems.

HEX BD EE A3
Decimal 189 238 163
Binary 10111101 11101110 10100011
Octal 275 356 243

Shades and tints

Shades of #BDEEA3

#BDEEA3
(189,238,163)
#ACD995
(172,217,149)
#9BC487
(155,196,135)
#8AAF79
(138,175,121)
#799A6B
(121,154,107)
#68855D
(104,133,93)
#57704F
(87,112,79)
#465B41
(70,91,65)
#354633
(53,70,51)
#243125
(36,49,37)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #BDEEA3

#BDEEA3
(189,238,163)
#C3EFAB
(195,239,171)
#C9F0B3
(201,240,179)
#CFF1BB
(207,241,187)
#D5F2C3
(213,242,195)
#DBF3CB
(219,243,203)
#E1F4D3
(225,244,211)
#E7F5DB
(231,245,219)
#EDF6E3
(237,246,227)
#F3F7EB
(243,247,235)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEEA3 color. Also use rgb(189,238,163) instead hex code.

Text Font Color

.myTextColor { color: #BDEEA3; }

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

This text font color is #BDEEA3.

Background Color

.myBgColor { background-color: #BDEEA3; }

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

This div background color is #BDEEA3.

Border color

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

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

This div border color is #BDEEA3.

Opacity

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

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

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

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

This text has shadow with #BDEEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEEA3.

Preview

Color preview on black background

This text has color #BDEEA3 on black background.


Color preview on white background

This text has color #BDEEA3 on white background.


Black color preview on #BDEEA3 background

This text has black color on #BDEEA3 background.


White color preview on #BDEEA3 background

This text has white color on #BDEEA3 background.


Related colors

Complementary color

Complementary color for #hex is #42115C.


I love getcolorcode.com

Triadic colors

1 #A3BDEE and #EEA3BD with #BDEEA3 are triadic colors.

2 #A3EEBD and #EEBDA3 with #BDEEA3 are triadic colors.