COLOR #BDE2B7

HEX: #BDE2B7 RGB: (189,226,183)

Color info

#BDE2B7 contains red, green and blue colors in about the same proportion. Web safe color of #BDE2B7 is #CCCCCC (or #CCC).

RGB color model

#BDE2B7 color RGB value is (189,226,183).

RGB: (189,226,183) (74%, 89%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 226 of 255 = 89%
B 183 of 255 = 72%

189
226
183

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

Portions of RGB colors in percentages

R + G + B = 189 + 226 + 183 = 598 (100%)
R 189 of 598 ~ 31.61%
G 226 of 598 ~ 37.79%
B 183 of 598 ~ 30.6'%

%31.61
%37.79
%30.6

CMYK color model

#BDE2B7 color CMYK value is (16,0,19,11).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 19.03%
  • key color value is 11.37%

CMYK: (16,0,19,11)
C16M0Y19K11 (16%, 0%, 19%, 11%)
(0.16 / 0.00 / 0.19 / 0.11)

CMYK percentages

%16.37
%0
%19.03
%11.37

Codes

Color #BDE2B7 in popluar color models

BD E2 B7
RGB 189 226 183
HSL 112° 42.57% 80.20%
HSB/HSV 112° 19.03% 88.63%
CMYK 16.37% 0.00% 19.03%
11.37%

Color #BDE2B7 in popluar number systems.

HEX BD E2 B7
Decimal 189 226 183
Binary 10111101 11100010 10110111
Octal 275 342 267

Shades and tints

Shades of #BDE2B7

#BDE2B7
(189,226,183)
#ACCEA7
(172,206,167)
#9BBA97
(155,186,151)
#8AA687
(138,166,135)
#799277
(121,146,119)
#687E67
(104,126,103)
#576A57
(87,106,87)
#465647
(70,86,71)
#354237
(53,66,55)
#242E27
(36,46,39)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #BDE2B7

#BDE2B7
(189,226,183)
#C3E4BD
(195,228,189)
#C9E6C3
(201,230,195)
#CFE8C9
(207,232,201)
#D5EACF
(213,234,207)
#DBECD5
(219,236,213)
#E1EEDB
(225,238,219)
#E7F0E1
(231,240,225)
#EDF2E7
(237,242,231)
#F3F4ED
(243,244,237)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE2B7 color. Also use rgb(189,226,183) instead hex code.

Text Font Color

.myTextColor { color: #BDE2B7; }

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

This text font color is #BDE2B7.

Background Color

.myBgColor { background-color: #BDE2B7; }

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

This div background color is #BDE2B7.

Border color

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

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

This div border color is #BDE2B7.

Opacity

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

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

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

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

This text has shadow with #BDE2B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE2B7.

Preview

Color preview on black background

This text has color #BDE2B7 on black background.


Color preview on white background

This text has color #BDE2B7 on white background.


Black color preview on #BDE2B7 background

This text has black color on #BDE2B7 background.


White color preview on #BDE2B7 background

This text has white color on #BDE2B7 background.


Related colors

Complementary color

Complementary color for #hex is #421D48.


I love getcolorcode.com

Triadic colors

1 #B7BDE2 and #E2B7BD with #BDE2B7 are triadic colors.

2 #B7E2BD and #E2BDB7 with #BDE2B7 are triadic colors.