COLOR #BDEBB7

HEX: #BDEBB7 RGB: (189,235,183)

Color info

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

RGB color model

#BDEBB7 color RGB value is (189,235,183).

RGB: (189,235,183) (74%, 92%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 183 of 255 = 72%

189
235
183

R + G + B ~ 79%. #BDEBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 235 + 183 = 607 (100%)
R 189 of 607 ~ 31.14%
G 235 of 607 ~ 38.71%
B 183 of 607 ~ 30.15'%

%31.14
%38.71
%30.15

CMYK color model

#BDEBB7 color CMYK value is (20,0,22,8).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 7.84%

CMYK: (20,0,22,8)
C20M0Y22K8 (20%, 0%, 22%, 8%)
(0.20 / 0.00 / 0.22 / 0.08)

CMYK percentages

%19.57
%0
%22.13
%7.84

Codes

Color #BDEBB7 in popluar color models

BD EB B7
RGB 189 235 183
HSL 113° 56.52% 81.96%
HSB/HSV 113° 22.13% 92.16%
CMYK 19.57% 0.00% 22.13%
7.84%

Color #BDEBB7 in popluar number systems.

HEX BD EB B7
Decimal 189 235 183
Binary 10111101 11101011 10110111
Octal 275 353 267

Shades and tints

Shades of #BDEBB7

#BDEBB7
(189,235,183)
#ACD6A7
(172,214,167)
#9BC197
(155,193,151)
#8AAC87
(138,172,135)
#799777
(121,151,119)
#688267
(104,130,103)
#576D57
(87,109,87)
#465847
(70,88,71)
#354337
(53,67,55)
#242E27
(36,46,39)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #BDEBB7

#BDEBB7
(189,235,183)
#C3ECBD
(195,236,189)
#C9EDC3
(201,237,195)
#CFEEC9
(207,238,201)
#D5EFCF
(213,239,207)
#DBF0D5
(219,240,213)
#E1F1DB
(225,241,219)
#E7F2E1
(231,242,225)
#EDF3E7
(237,243,231)
#F3F4ED
(243,244,237)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBB7; }

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

This text font color is #BDEBB7.

Background Color

.myBgColor { background-color: #BDEBB7; }

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

This div background color is #BDEBB7.

Border color

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

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

This div border color is #BDEBB7.

Opacity

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

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

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

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

This text has shadow with #BDEBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEBB7.

Preview

Color preview on black background

This text has color #BDEBB7 on black background.


Color preview on white background

This text has color #BDEBB7 on white background.


Black color preview on #BDEBB7 background

This text has black color on #BDEBB7 background.


White color preview on #BDEBB7 background

This text has white color on #BDEBB7 background.


Related colors

Complementary color

Complementary color for #hex is #421448.


I love getcolorcode.com

Triadic colors

1 #B7BDEB and #EBB7BD with #BDEBB7 are triadic colors.

2 #B7EBBD and #EBBDB7 with #BDEBB7 are triadic colors.