COLOR #B4D2C6

HEX: #B4D2C6 RGB: (180,210,198)

Color info

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

RGB color model

#B4D2C6 color RGB value is (180,210,198).

RGB: (180,210,198) (71%, 82%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 198 of 255 = 78%

180
210
198

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

Portions of RGB colors in percentages

R + G + B = 180 + 210 + 198 = 588 (100%)
R 180 of 588 ~ 30.61%
G 210 of 588 ~ 35.71%
B 198 of 588 ~ 33.67'%

%30.61
%35.71
%33.67

CMYK color model

#B4D2C6 color CMYK value is (14,0,6,18).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 17.65%
CMYK: (14,0,6,18) C14M0Y6K18 (14%,0%,6%,18%) (0.14/0.00/0.06/0.18) 

CMYK percentages

%14.29
%0
%5.71
%17.65

Codes

Color #B4D2C6 in popluar color models

B4 D2 C6
RGB 180 210 198
HSL 156° 25.00% 76.47%
HSB/HSV 156° 14.29% 82.35%
CMYK 14.29% 0.00% 5.71%
17.65%

Color #B4D2C6 in popluar number systems.

HEX B4 D2 C6
Decimal 180 210 198
Binary 10110100 11010010 11000110
Octal 264 322 306

Shades and tints

Shades of #B4D2C6

#B4D2C6
(180,210,198)
#A4BFB4
(164,191,180)
#94ACA2
(148,172,162)
#849990
(132,153,144)
#74867E
(116,134,126)
#64736C
(100,115,108)
#54605A
(84,96,90)
#444D48
(68,77,72)
#343A36
(52,58,54)
#242724
(36,39,36)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4D2C6

#B4D2C6
(180,210,198)
#BAD6CB
(186,214,203)
#C0DAD0
(192,218,208)
#C6DED5
(198,222,213)
#CCE2DA
(204,226,218)
#D2E6DF
(210,230,223)
#D8EAE4
(216,234,228)
#DEEEE9
(222,238,233)
#E4F2EE
(228,242,238)
#EAF6F3
(234,246,243)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D2C6 color. Also use rgb(180,210,198) instead hex code.

Text Font Color

.myTextColor { color: #B4D2C6; }

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

This text font color is #B4D2C6.

Background Color

.myBgColor { background-color: #B4D2C6; }

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

This div background color is #B4D2C6.

Border color

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

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

This div border color is #B4D2C6.

Opacity

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

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

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

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

This text has shadow with #B4D2C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D2C6.

Preview

Color preview on black background

This text has color #B4D2C6 on black background.


Color preview on white background

This text has color #B4D2C6 on white background.


Black color preview on #B4D2C6 background

This text has black color on #B4D2C6 background.


White color preview on #B4D2C6 background

This text has white color on #B4D2C6 background.


Related colors

Complementary color

Complementary color for #hex is #4B2D39.


I love getcolorcode.com

Triadic colors

1 #C6B4D2 and #D2C6B4 with #B4D2C6 are triadic colors.

2 #C6D2B4 and #D2B4C6 with #B4D2C6 are triadic colors.