COLOR #B4D1C2

HEX: #B4D1C2 RGB: (180,209,194)

Color info

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

RGB color model

#B4D1C2 color RGB value is (180,209,194).

RGB: (180,209,194) (71%, 82%, 76%)

RGB channels and saturation

R 180 of 255 = 71%
G 209 of 255 = 82%
B 194 of 255 = 76%

180
209
194

R + G + B ~ 76%. #B4D1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 209 + 194 = 583 (100%)
R 180 of 583 ~ 30.87%
G 209 of 583 ~ 35.85%
B 194 of 583 ~ 33.28'%

%30.87
%35.85
%33.28

CMYK color model

#B4D1C2 color CMYK value is (14,0,7,18).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 18.04%

CMYK: (14,0,7,18)
C14M0Y7K18 (14%, 0%, 7%, 18%)
(0.14 / 0.00 / 0.07 / 0.18)

CMYK percentages

%13.88
%0
%7.18
%18.04

Codes

Color #B4D1C2 in popluar color models

B4 D1 C2
RGB 180 209 194
HSL 149° 23.97% 76.27%
HSB/HSV 149° 13.88% 81.96%
CMYK 13.88% 0.00% 7.18%
18.04%

Color #B4D1C2 in popluar number systems.

HEX B4 D1 C2
Decimal 180 209 194
Binary 10110100 11010001 11000010
Octal 264 321 302

Shades and tints

Shades of #B4D1C2

#B4D1C2
(180,209,194)
#A4BEB1
(164,190,177)
#94ABA0
(148,171,160)
#84988F
(132,152,143)
#74857E
(116,133,126)
#64726D
(100,114,109)
#545F5C
(84,95,92)
#444C4B
(68,76,75)
#34393A
(52,57,58)
#242629
(36,38,41)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B4D1C2

#B4D1C2
(180,209,194)
#BAD5C7
(186,213,199)
#C0D9CC
(192,217,204)
#C6DDD1
(198,221,209)
#CCE1D6
(204,225,214)
#D2E5DB
(210,229,219)
#D8E9E0
(216,233,224)
#DEEDE5
(222,237,229)
#E4F1EA
(228,241,234)
#EAF5EF
(234,245,239)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D1C2 color. Also use rgb(180,209,194) instead hex code.

Text Font Color

.myTextColor { color: #B4D1C2; }

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

This text font color is #B4D1C2.

Background Color

.myBgColor { background-color: #B4D1C2; }

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

This div background color is #B4D1C2.

Border color

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

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

This div border color is #B4D1C2.

Opacity

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

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

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

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

This text has shadow with #B4D1C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D1C2.

Preview

Color preview on black background

This text has color #B4D1C2 on black background.


Color preview on white background

This text has color #B4D1C2 on white background.


Black color preview on #B4D1C2 background

This text has black color on #B4D1C2 background.


White color preview on #B4D1C2 background

This text has white color on #B4D1C2 background.


Related colors

Complementary color

Complementary color for #hex is #4B2E3D.


I love getcolorcode.com

Triadic colors

1 #C2B4D1 and #D1C2B4 with #B4D1C2 are triadic colors.

2 #C2D1B4 and #D1B4C2 with #B4D1C2 are triadic colors.