COLOR #B4D8CA

HEX: #B4D8CA RGB: (180,216,202)

Color info

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

RGB color model

#B4D8CA color RGB value is (180,216,202).

RGB: (180,216,202) (71%, 85%, 79%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 202 of 255 = 79%

180
216
202

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

Portions of RGB colors in percentages

R + G + B = 180 + 216 + 202 = 598 (100%)
R 180 of 598 ~ 30.1%
G 216 of 598 ~ 36.12%
B 202 of 598 ~ 33.78'%

%30.1
%36.12
%33.78

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 15.29%

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

CMYK percentages

%16.67
%0
%6.48
%15.29

Codes

Color #B4D8CA in popluar color models

B4 D8 CA
RGB 180 216 202
HSL 157° 31.58% 77.65%
HSB/HSV 157° 16.67% 84.71%
CMYK 16.67% 0.00% 6.48%
15.29%

Color #B4D8CA in popluar number systems.

HEX B4 D8 CA
Decimal 180 216 202
Binary 10110100 11011000 11001010
Octal 264 330 312

Shades and tints

Shades of #B4D8CA

#B4D8CA
(180,216,202)
#A4C5B8
(164,197,184)
#94B2A6
(148,178,166)
#849F94
(132,159,148)
#748C82
(116,140,130)
#647970
(100,121,112)
#54665E
(84,102,94)
#44534C
(68,83,76)
#34403A
(52,64,58)
#242D28
(36,45,40)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #B4D8CA

#B4D8CA
(180,216,202)
#BADBCE
(186,219,206)
#C0DED2
(192,222,210)
#C6E1D6
(198,225,214)
#CCE4DA
(204,228,218)
#D2E7DE
(210,231,222)
#D8EAE2
(216,234,226)
#DEEDE6
(222,237,230)
#E4F0EA
(228,240,234)
#EAF3EE
(234,243,238)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D8CA color. Also use rgb(180,216,202) instead hex code.

Text Font Color

.myTextColor { color: #B4D8CA; }

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

This text font color is #B4D8CA.

Background Color

.myBgColor { background-color: #B4D8CA; }

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

This div background color is #B4D8CA.

Border color

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

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

This div border color is #B4D8CA.

Opacity

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

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

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

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

This text has shadow with #B4D8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D8CA.

Preview

Color preview on black background

This text has color #B4D8CA on black background.


Color preview on white background

This text has color #B4D8CA on white background.


Black color preview on #B4D8CA background

This text has black color on #B4D8CA background.


White color preview on #B4D8CA background

This text has white color on #B4D8CA background.


Related colors

Complementary color

Complementary color for #hex is #4B2735.


I love getcolorcode.com

Triadic colors

1 #CAB4D8 and #D8CAB4 with #B4D8CA are triadic colors.

2 #CAD8B4 and #D8B4CA with #B4D8CA are triadic colors.