COLOR #B4CDD0

HEX: #B4CDD0 RGB: (180,205,208)

Color info

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

RGB color model

#B4CDD0 color RGB value is (180,205,208).

RGB: (180,205,208) (71%, 80%, 82%)

RGB channels and saturation

R 180 of 255 = 71%
G 205 of 255 = 80%
B 208 of 255 = 82%

180
205
208

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

Portions of RGB colors in percentages

R + G + B = 180 + 205 + 208 = 593 (100%)
R 180 of 593 ~ 30.35%
G 205 of 593 ~ 34.57%
B 208 of 593 ~ 35.08'%

%30.35
%34.57
%35.08

CMYK color model

#B4CDD0 color CMYK value is (13,1,0,18).

  • cyan value is 13.46%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (13,1,0,18)
C13M1Y0K18 (13%, 1%, 0%, 18%)
(0.13 / 0.01 / 0.00 / 0.18)

CMYK percentages

%13.46
%1.44
%0
%18.43

Codes

Color #B4CDD0 in popluar color models

B4 CD D0
RGB 180 205 208
HSL 186° 22.95% 76.08%
HSB/HSV 186° 13.46% 81.57%
CMYK 13.46% 1.44% 0.00%
18.43%

Color #B4CDD0 in popluar number systems.

HEX B4 CD D0
Decimal 180 205 208
Binary 10110100 11001101 11010000
Octal 264 315 320

Shades and tints

Shades of #B4CDD0

#B4CDD0
(180,205,208)
#A4BBBE
(164,187,190)
#94A9AC
(148,169,172)
#84979A
(132,151,154)
#748588
(116,133,136)
#647376
(100,115,118)
#546164
(84,97,100)
#444F52
(68,79,82)
#343D40
(52,61,64)
#242B2E
(36,43,46)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #B4CDD0

#B4CDD0
(180,205,208)
#BAD1D4
(186,209,212)
#C0D5D8
(192,213,216)
#C6D9DC
(198,217,220)
#CCDDE0
(204,221,224)
#D2E1E4
(210,225,228)
#D8E5E8
(216,229,232)
#DEE9EC
(222,233,236)
#E4EDF0
(228,237,240)
#EAF1F4
(234,241,244)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CDD0 color. Also use rgb(180,205,208) instead hex code.

Text Font Color

.myTextColor { color: #B4CDD0; }

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

This text font color is #B4CDD0.

Background Color

.myBgColor { background-color: #B4CDD0; }

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

This div background color is #B4CDD0.

Border color

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

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

This div border color is #B4CDD0.

Opacity

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

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

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

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

This text has shadow with #B4CDD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CDD0.

Preview

Color preview on black background

This text has color #B4CDD0 on black background.


Color preview on white background

This text has color #B4CDD0 on white background.


Black color preview on #B4CDD0 background

This text has black color on #B4CDD0 background.


White color preview on #B4CDD0 background

This text has white color on #B4CDD0 background.


Related colors

Complementary color

Complementary color for #hex is #4B322F.


I love getcolorcode.com

Triadic colors

1 #D0B4CD and #CDD0B4 with #B4CDD0 are triadic colors.

2 #D0CDB4 and #CDB4D0 with #B4CDD0 are triadic colors.