COLOR #B4DCC7

HEX: #B4DCC7 RGB: (180,220,199)

Color info

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

RGB color model

#B4DCC7 color RGB value is (180,220,199).

RGB: (180,220,199) (71%, 86%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 199 of 255 = 78%

180
220
199

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

Portions of RGB colors in percentages

R + G + B = 180 + 220 + 199 = 599 (100%)
R 180 of 599 ~ 30.05%
G 220 of 599 ~ 36.73%
B 199 of 599 ~ 33.22'%

%30.05
%36.73
%33.22

CMYK color model

#B4DCC7 color CMYK value is (18,0,10,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 13.73%

CMYK: (18,0,10,14)
C18M0Y10K14 (18%, 0%, 10%, 14%)
(0.18 / 0.00 / 0.10 / 0.14)

CMYK percentages

%18.18
%0
%9.55
%13.73

Codes

Color #B4DCC7 in popluar color models

B4 DC C7
RGB 180 220 199
HSL 149° 36.36% 78.43%
HSB/HSV 149° 18.18% 86.27%
CMYK 18.18% 0.00% 9.55%
13.73%

Color #B4DCC7 in popluar number systems.

HEX B4 DC C7
Decimal 180 220 199
Binary 10110100 11011100 11000111
Octal 264 334 307

Shades and tints

Shades of #B4DCC7

#B4DCC7
(180,220,199)
#A4C8B5
(164,200,181)
#94B4A3
(148,180,163)
#84A091
(132,160,145)
#748C7F
(116,140,127)
#64786D
(100,120,109)
#54645B
(84,100,91)
#445049
(68,80,73)
#343C37
(52,60,55)
#242825
(36,40,37)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B4DCC7

#B4DCC7
(180,220,199)
#BADFCC
(186,223,204)
#C0E2D1
(192,226,209)
#C6E5D6
(198,229,214)
#CCE8DB
(204,232,219)
#D2EBE0
(210,235,224)
#D8EEE5
(216,238,229)
#DEF1EA
(222,241,234)
#E4F4EF
(228,244,239)
#EAF7F4
(234,247,244)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DCC7 color. Also use rgb(180,220,199) instead hex code.

Text Font Color

.myTextColor { color: #B4DCC7; }

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

This text font color is #B4DCC7.

Background Color

.myBgColor { background-color: #B4DCC7; }

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

This div background color is #B4DCC7.

Border color

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

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

This div border color is #B4DCC7.

Opacity

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

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

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

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

This text has shadow with #B4DCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DCC7.

Preview

Color preview on black background

This text has color #B4DCC7 on black background.


Color preview on white background

This text has color #B4DCC7 on white background.


Black color preview on #B4DCC7 background

This text has black color on #B4DCC7 background.


White color preview on #B4DCC7 background

This text has white color on #B4DCC7 background.


Related colors

Complementary color

Complementary color for #hex is #4B2338.


I love getcolorcode.com

Triadic colors

1 #C7B4DC and #DCC7B4 with #B4DCC7 are triadic colors.

2 #C7DCB4 and #DCB4C7 with #B4DCC7 are triadic colors.