COLOR #B4DDDD

HEX: #B4DDDD RGB: (180,221,221)

Color info

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

RGB color model

#B4DDDD color RGB value is (180,221,221).

RGB: (180,221,221) (71%, 87%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 221 of 255 = 87%
B 221 of 255 = 87%

180
221
221

R + G + B ~ 82%. #B4DDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 221 + 221 = 622 (100%)
R 180 of 622 ~ 28.94%
G 221 of 622 ~ 35.53%
B 221 of 622 ~ 35.53'%

%28.94
%35.53
%35.53

CMYK color model

#B4DDDD color CMYK value is (19,0,0,13).

  • cyan value is 18.55%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (19,0,0,13)
C19M0Y0K13 (19%, 0%, 0%, 13%)
(0.19 / 0.00 / 0.00 / 0.13)

CMYK percentages

%18.55
%0
%0
%13.33

Codes

Color #B4DDDD in popluar color models

B4 DD DD
RGB 180 221 221
HSL 180° 37.61% 78.63%
HSB/HSV 180° 18.55% 86.67%
CMYK 18.55% 0.00% 0.00%
13.33%

Color #B4DDDD in popluar number systems.

HEX B4 DD DD
Decimal 180 221 221
Binary 10110100 11011101 11011101
Octal 264 335 335

Shades and tints

Shades of #B4DDDD

#B4DDDD
(180,221,221)
#A4C9C9
(164,201,201)
#94B5B5
(148,181,181)
#84A1A1
(132,161,161)
#748D8D
(116,141,141)
#647979
(100,121,121)
#546565
(84,101,101)
#445151
(68,81,81)
#343D3D
(52,61,61)
#242929
(36,41,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #B4DDDD

#B4DDDD
(180,221,221)
#BAE0E0
(186,224,224)
#C0E3E3
(192,227,227)
#C6E6E6
(198,230,230)
#CCE9E9
(204,233,233)
#D2ECEC
(210,236,236)
#D8EFEF
(216,239,239)
#DEF2F2
(222,242,242)
#E4F5F5
(228,245,245)
#EAF8F8
(234,248,248)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DDDD; }

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

This text font color is #B4DDDD.

Background Color

.myBgColor { background-color: #B4DDDD; }

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

This div background color is #B4DDDD.

Border color

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

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

This div border color is #B4DDDD.

Opacity

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

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

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

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

This text has shadow with #B4DDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DDDD.

Preview

Color preview on black background

This text has color #B4DDDD on black background.


Color preview on white background

This text has color #B4DDDD on white background.


Black color preview on #B4DDDD background

This text has black color on #B4DDDD background.


White color preview on #B4DDDD background

This text has white color on #B4DDDD background.


Related colors

Complementary color

Complementary color for #hex is #4B2222.


I love getcolorcode.com