COLOR #B4D9CB

HEX: #B4D9CB RGB: (180,217,203)

Color info

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

RGB color model

#B4D9CB color RGB value is (180,217,203).

RGB: (180,217,203) (71%, 85%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 217 of 255 = 85%
B 203 of 255 = 80%

180
217
203

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

Portions of RGB colors in percentages

R + G + B = 180 + 217 + 203 = 600 (100%)
R 180 of 600 ~ 30%
G 217 of 600 ~ 36.17%
B 203 of 600 ~ 33.83'%

%30
%36.17
%33.83

CMYK color model

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

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%

CMYK: (17,0,6,15)
C17M0Y6K15 (17%, 0%, 6%, 15%)
(0.17 / 0.00 / 0.06 / 0.15)

CMYK percentages

%17.05
%0
%6.45
%14.9

Codes

Color #B4D9CB in popluar color models

B4 D9 CB
RGB 180 217 203
HSL 157° 32.74% 77.84%
HSB/HSV 157° 17.05% 85.10%
CMYK 17.05% 0.00% 6.45%
14.90%

Color #B4D9CB in popluar number systems.

HEX B4 D9 CB
Decimal 180 217 203
Binary 10110100 11011001 11001011
Octal 264 331 313

Shades and tints

Shades of #B4D9CB

#B4D9CB
(180,217,203)
#A4C6B9
(164,198,185)
#94B3A7
(148,179,167)
#84A095
(132,160,149)
#748D83
(116,141,131)
#647A71
(100,122,113)
#54675F
(84,103,95)
#44544D
(68,84,77)
#34413B
(52,65,59)
#242E29
(36,46,41)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #B4D9CB

#B4D9CB
(180,217,203)
#BADCCF
(186,220,207)
#C0DFD3
(192,223,211)
#C6E2D7
(198,226,215)
#CCE5DB
(204,229,219)
#D2E8DF
(210,232,223)
#D8EBE3
(216,235,227)
#DEEEE7
(222,238,231)
#E4F1EB
(228,241,235)
#EAF4EF
(234,244,239)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D9CB color. Also use rgb(180,217,203) instead hex code.

Text Font Color

.myTextColor { color: #B4D9CB; }

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

This text font color is #B4D9CB.

Background Color

.myBgColor { background-color: #B4D9CB; }

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

This div background color is #B4D9CB.

Border color

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

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

This div border color is #B4D9CB.

Opacity

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

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

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

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

This text has shadow with #B4D9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D9CB.

Preview

Color preview on black background

This text has color #B4D9CB on black background.


Color preview on white background

This text has color #B4D9CB on white background.


Black color preview on #B4D9CB background

This text has black color on #B4D9CB background.


White color preview on #B4D9CB background

This text has white color on #B4D9CB background.


Related colors

Complementary color

Complementary color for #hex is #4B2634.


I love getcolorcode.com

Triadic colors

1 #CBB4D9 and #D9CBB4 with #B4D9CB are triadic colors.

2 #CBD9B4 and #D9B4CB with #B4D9CB are triadic colors.