COLOR #B4DCDC

HEX: #B4DCDC
RGB: (180,220,220)

Color info

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

RGB color model

#B4DCDC color RGB value is (180,220,220).

  • red value is 180;
  • green value is 220;
  • blue value is 220.
RGB: (180,220,220) (71%,86%,86%)

RGB channels and saturation

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

180
220
220

R + G + B ~ 81%. #B4DCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 220 + 220 = 620 (100%)
R 180 of 620 ~ 29.03%
G 220 of 620 ~ 35.48%
B 220 of 620 ~ 35.48%

%29.03
%35.48
%35.48

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (18,0,0,14) C18M0Y0K14 (18%,0%,0%,14%) (0.18/0.00/0.00/0.14)

CMYK percentages

%18.18
%0
%0
%13.73

Codes

Color #B4DCDC in popluar color models

B4DCDC
RGB180220220
HSL180°36.36%78.43%
HSB/HSV180°18.18%86.27%
CMYK18.18%0.00%0.00%
13.73%

Color #B4DCDC in popluar number systems.

HEXB4DCDC
Decimal180220220
Binary101101001101110011011100
Octal264334334

Shades and tints

Shades of #B4DCDC

#B4DCDC
(180,220,220)
#A4C8C8
(164,200,200)
#94B4B4
(148,180,180)
#84A0A0
(132,160,160)
#748C8C
(116,140,140)
#647878
(100,120,120)
#546464
(84,100,100)
#445050
(68,80,80)
#343C3C
(52,60,60)
#242828
(36,40,40)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B4DCDC

#B4DCDC
(180,220,220)
#BADFDF
(186,223,223)
#C0E2E2
(192,226,226)
#C6E5E5
(198,229,229)
#CCE8E8
(204,232,232)
#D2EBEB
(210,235,235)
#D8EEEE
(216,238,238)
#DEF1F1
(222,241,241)
#E4F4F4
(228,244,244)
#EAF7F7
(234,247,247)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DCDC; }

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

This text font color is #B4DCDC.


Background Color

.myBgColor { background-color: #B4DCDC; }

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

This div background color is #B4DCDC.


Border color

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

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

This div border color is #B4DCDC.


Opacity

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

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

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

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

This text has shadow with #B4DCDC color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #B4DCDC; -webkit-box-shadow:	1px 1px 3px 2px #B4DCDC; box-shadow:	1px 1px 3px 2px #B4DCDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4DCDC; -webkit-box-shadow: 1px 1px 3px 2px #B4DCDC; box-shadow:1px 1px 3px 2px #B4DCDC;">
Div content here</div>
This div box has shadow with color #B4DCDC.

Preview

Color preview on black background

This text has color #B4DCDC on black background.


Color preview on white background

This text has color #B4DCDC on white background.



Black color preview on #B4DCDC background

This text has black color on #B4DCDC background.


White color preview on #B4DCDC background

This text has white color on #B4DCDC background.