COLOR #B4DEBE

HEX: #B4DEBE RGB: (180,222,190)

Color info

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

RGB color model

#B4DEBE color RGB value is (180,222,190).

RGB: (180,222,190) (71%, 87%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 222 of 255 = 87%
B 190 of 255 = 75%

180
222
190

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

Portions of RGB colors in percentages

R + G + B = 180 + 222 + 190 = 592 (100%)
R 180 of 592 ~ 30.41%
G 222 of 592 ~ 37.5%
B 190 of 592 ~ 32.09'%

%30.41
%37.5
%32.09

CMYK color model

#B4DEBE color CMYK value is (19,0,14,13).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 12.94%

CMYK: (19,0,14,13)
C19M0Y14K13 (19%, 0%, 14%, 13%)
(0.19 / 0.00 / 0.14 / 0.13)

CMYK percentages

%18.92
%0
%14.41
%12.94

Codes

Color #B4DEBE in popluar color models

B4 DE BE
RGB 180 222 190
HSL 134° 38.89% 78.82%
HSB/HSV 134° 18.92% 87.06%
CMYK 18.92% 0.00% 14.41%
12.94%

Color #B4DEBE in popluar number systems.

HEX B4 DE BE
Decimal 180 222 190
Binary 10110100 11011110 10111110
Octal 264 336 276

Shades and tints

Shades of #B4DEBE

#B4DEBE
(180,222,190)
#A4CAAD
(164,202,173)
#94B69C
(148,182,156)
#84A28B
(132,162,139)
#748E7A
(116,142,122)
#647A69
(100,122,105)
#546658
(84,102,88)
#445247
(68,82,71)
#343E36
(52,62,54)
#242A25
(36,42,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #B4DEBE

#B4DEBE
(180,222,190)
#BAE1C3
(186,225,195)
#C0E4C8
(192,228,200)
#C6E7CD
(198,231,205)
#CCEAD2
(204,234,210)
#D2EDD7
(210,237,215)
#D8F0DC
(216,240,220)
#DEF3E1
(222,243,225)
#E4F6E6
(228,246,230)
#EAF9EB
(234,249,235)
#F0FCF0
(240,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DEBE color. Also use rgb(180,222,190) instead hex code.

Text Font Color

.myTextColor { color: #B4DEBE; }

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

This text font color is #B4DEBE.

Background Color

.myBgColor { background-color: #B4DEBE; }

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

This div background color is #B4DEBE.

Border color

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

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

This div border color is #B4DEBE.

Opacity

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

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

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

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

This text has shadow with #B4DEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DEBE.

Preview

Color preview on black background

This text has color #B4DEBE on black background.


Color preview on white background

This text has color #B4DEBE on white background.


Black color preview on #B4DEBE background

This text has black color on #B4DEBE background.


White color preview on #B4DEBE background

This text has white color on #B4DEBE background.


Related colors

Complementary color

Complementary color for #hex is #4B2141.


I love getcolorcode.com

Triadic colors

1 #BEB4DE and #DEBEB4 with #B4DEBE are triadic colors.

2 #BEDEB4 and #DEB4BE with #B4DEBE are triadic colors.