COLOR #B4D3B3

HEX: #B4D3B3 RGB: (180,211,179)

Color info

#B4D3B3 contains red, green and blue colors in about the same proportion. Web safe color of #B4D3B3 is #CCCC99 (or #CC9).

RGB color model

#B4D3B3 color RGB value is (180,211,179).

RGB: (180,211,179) (71%, 83%, 70%)

RGB channels and saturation

R 180 of 255 = 71%
G 211 of 255 = 83%
B 179 of 255 = 70%

180
211
179

R + G + B ~ 75%. #B4D3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 211 + 179 = 570 (100%)
R 180 of 570 ~ 31.58%
G 211 of 570 ~ 37.02%
B 179 of 570 ~ 31.4'%

%31.58
%37.02
%31.4

CMYK color model

#B4D3B3 color CMYK value is (15,0,15,17).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 17.25%

CMYK: (15,0,15,17)
C15M0Y15K17 (15%, 0%, 15%, 17%)
(0.15 / 0.00 / 0.15 / 0.17)

CMYK percentages

%14.69
%0
%15.17
%17.25

Codes

Color #B4D3B3 in popluar color models

B4 D3 B3
RGB 180 211 179
HSL 118° 26.67% 76.47%
HSB/HSV 118° 15.17% 82.75%
CMYK 14.69% 0.00% 15.17%
17.25%

Color #B4D3B3 in popluar number systems.

HEX B4 D3 B3
Decimal 180 211 179
Binary 10110100 11010011 10110011
Octal 264 323 263

Shades and tints

Shades of #B4D3B3

#B4D3B3
(180,211,179)
#A4C0A3
(164,192,163)
#94AD93
(148,173,147)
#849A83
(132,154,131)
#748773
(116,135,115)
#647463
(100,116,99)
#546153
(84,97,83)
#444E43
(68,78,67)
#343B33
(52,59,51)
#242823
(36,40,35)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4D3B3

#B4D3B3
(180,211,179)
#BAD7B9
(186,215,185)
#C0DBBF
(192,219,191)
#C6DFC5
(198,223,197)
#CCE3CB
(204,227,203)
#D2E7D1
(210,231,209)
#D8EBD7
(216,235,215)
#DEEFDD
(222,239,221)
#E4F3E3
(228,243,227)
#EAF7E9
(234,247,233)
#F0FBEF
(240,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D3B3 color. Also use rgb(180,211,179) instead hex code.

Text Font Color

.myTextColor { color: #B4D3B3; }

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

This text font color is #B4D3B3.

Background Color

.myBgColor { background-color: #B4D3B3; }

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

This div background color is #B4D3B3.

Border color

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

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

This div border color is #B4D3B3.

Opacity

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

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

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

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

This text has shadow with #B4D3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D3B3.

Preview

Color preview on black background

This text has color #B4D3B3 on black background.


Color preview on white background

This text has color #B4D3B3 on white background.


Black color preview on #B4D3B3 background

This text has black color on #B4D3B3 background.


White color preview on #B4D3B3 background

This text has white color on #B4D3B3 background.


Related colors

Complementary color

Complementary color for #hex is #4B2C4C.


I love getcolorcode.com

Triadic colors

1 #B3B4D3 and #D3B3B4 with #B4D3B3 are triadic colors.

2 #B3D3B4 and #D3B4B3 with #B4D3B3 are triadic colors.