COLOR #B4CCCD

HEX: #B4CCCD RGB: (180,204,205)

Color info

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

RGB color model

#B4CCCD color RGB value is (180,204,205).

RGB: (180,204,205) (71%, 80%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 204 of 255 = 80%
B 205 of 255 = 80%

180
204
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 204 + 205 = 589 (100%)
R 180 of 589 ~ 30.56%
G 204 of 589 ~ 34.63%
B 205 of 589 ~ 34.8'%

%30.56
%34.63
%34.8

CMYK color model

#B4CCCD color CMYK value is (12,0,0,20).

  • cyan value is 12.20%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (12,0,0,20) C12M0Y0K20 (12%,0%,0%,20%) (0.12/0.00/0.00/0.20) 

CMYK percentages

%12.2
%0.49
%0
%19.61

Codes

Color #B4CCCD in popluar color models

B4 CC CD
RGB 180 204 205
HSL 182° 20.00% 75.49%
HSB/HSV 182° 12.20% 80.39%
CMYK 12.20% 0.49% 0.00%
19.61%

Color #B4CCCD in popluar number systems.

HEX B4 CC CD
Decimal 180 204 205
Binary 10110100 11001100 11001101
Octal 264 314 315

Shades and tints

Shades of #B4CCCD

#B4CCCD
(180,204,205)
#A4BABB
(164,186,187)
#94A8A9
(148,168,169)
#849697
(132,150,151)
#748485
(116,132,133)
#647273
(100,114,115)
#546061
(84,96,97)
#444E4F
(68,78,79)
#343C3D
(52,60,61)
#242A2B
(36,42,43)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #B4CCCD

#B4CCCD
(180,204,205)
#BAD0D1
(186,208,209)
#C0D4D5
(192,212,213)
#C6D8D9
(198,216,217)
#CCDCDD
(204,220,221)
#D2E0E1
(210,224,225)
#D8E4E5
(216,228,229)
#DEE8E9
(222,232,233)
#E4ECED
(228,236,237)
#EAF0F1
(234,240,241)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CCCD; }

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

This text font color is #B4CCCD.

Background Color

.myBgColor { background-color: #B4CCCD; }

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

This div background color is #B4CCCD.

Border color

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

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

This div border color is #B4CCCD.

Opacity

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

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

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

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

This text has shadow with #B4CCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CCCD.

Preview

Color preview on black background

This text has color #B4CCCD on black background.


Color preview on white background

This text has color #B4CCCD on white background.


Black color preview on #B4CCCD background

This text has black color on #B4CCCD background.


White color preview on #B4CCCD background

This text has white color on #B4CCCD background.


Related colors

Complementary color

Complementary color for #hex is #4B3332.


I love getcolorcode.com

Triadic colors

1 #CDB4CC and #CCCDB4 with #B4CCCD are triadic colors.

2 #CDCCB4 and #CCB4CD with #B4CCCD are triadic colors.