COLOR #B4D4C2

HEX: #B4D4C2 RGB: (180,212,194)

Color info

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

RGB color model

#B4D4C2 color RGB value is (180,212,194).

RGB: (180,212,194) (71%, 83%, 76%)

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 194 of 255 = 76%

180
212
194

R + G + B ~ 77%. #B4D4C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 212 + 194 = 586 (100%)
R 180 of 586 ~ 30.72%
G 212 of 586 ~ 36.18%
B 194 of 586 ~ 33.11'%

%30.72
%36.18
%33.11

CMYK color model

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

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 8.49%
  • key color value is 16.86%

CMYK: (15,0,8,17)
C15M0Y8K17 (15%, 0%, 8%, 17%)
(0.15 / 0.00 / 0.08 / 0.17)

CMYK percentages

%15.09
%0
%8.49
%16.86

Codes

Color #B4D4C2 in popluar color models

B4 D4 C2
RGB 180 212 194
HSL 146° 27.12% 76.86%
HSB/HSV 146° 15.09% 83.14%
CMYK 15.09% 0.00% 8.49%
16.86%

Color #B4D4C2 in popluar number systems.

HEX B4 D4 C2
Decimal 180 212 194
Binary 10110100 11010100 11000010
Octal 264 324 302

Shades and tints

Shades of #B4D4C2

#B4D4C2
(180,212,194)
#A4C1B1
(164,193,177)
#94AEA0
(148,174,160)
#849B8F
(132,155,143)
#74887E
(116,136,126)
#64756D
(100,117,109)
#54625C
(84,98,92)
#444F4B
(68,79,75)
#343C3A
(52,60,58)
#242929
(36,41,41)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #B4D4C2

#B4D4C2
(180,212,194)
#BAD7C7
(186,215,199)
#C0DACC
(192,218,204)
#C6DDD1
(198,221,209)
#CCE0D6
(204,224,214)
#D2E3DB
(210,227,219)
#D8E6E0
(216,230,224)
#DEE9E5
(222,233,229)
#E4ECEA
(228,236,234)
#EAEFEF
(234,239,239)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D4C2; }

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

This text font color is #B4D4C2.

Background Color

.myBgColor { background-color: #B4D4C2; }

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

This div background color is #B4D4C2.

Border color

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

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

This div border color is #B4D4C2.

Opacity

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

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

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

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

This text has shadow with #B4D4C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D4C2.

Preview

Color preview on black background

This text has color #B4D4C2 on black background.


Color preview on white background

This text has color #B4D4C2 on white background.


Black color preview on #B4D4C2 background

This text has black color on #B4D4C2 background.


White color preview on #B4D4C2 background

This text has white color on #B4D4C2 background.


Related colors

Complementary color

Complementary color for #hex is #4B2B3D.


I love getcolorcode.com

Triadic colors

1 #C2B4D4 and #D4C2B4 with #B4D4C2 are triadic colors.

2 #C2D4B4 and #D4B4C2 with #B4D4C2 are triadic colors.