COLOR #B5DDDD

HEX: #B5DDDD RGB: (181,221,221)

Color info

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

RGB color model

#B5DDDD color RGB value is (181,221,221).

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

RGB channels and saturation

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

181
221
221

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

Portions of RGB colors in percentages

R + G + B = 181 + 221 + 221 = 623 (100%)
R 181 of 623 ~ 29.05%
G 221 of 623 ~ 35.47%
B 221 of 623 ~ 35.47'%

%29.05
%35.47
%35.47

CMYK color model

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

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (18,0,0,13) C18M0Y0K13 (18%,0%,0%,13%) (0.18/0.00/0.00/0.13) 

CMYK percentages

%18.1
%0
%0
%13.33

Codes

Color #B5DDDD in popluar color models

B5 DD DD
RGB 181 221 221
HSL 180° 37.04% 78.82%
HSB/HSV 180° 18.10% 86.67%
CMYK 18.10% 0.00% 0.00%
13.33%

Color #B5DDDD in popluar number systems.

HEX B5 DD DD
Decimal 181 221 221
Binary 10110101 11011101 11011101
Octal 265 335 335

Shades and tints

Shades of #B5DDDD

#B5DDDD
(181,221,221)
#A5C9C9
(165,201,201)
#95B5B5
(149,181,181)
#85A1A1
(133,161,161)
#758D8D
(117,141,141)
#657979
(101,121,121)
#556565
(85,101,101)
#455151
(69,81,81)
#353D3D
(53,61,61)
#252929
(37,41,41)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #B5DDDD

#B5DDDD
(181,221,221)
#BBE0E0
(187,224,224)
#C1E3E3
(193,227,227)
#C7E6E6
(199,230,230)
#CDE9E9
(205,233,233)
#D3ECEC
(211,236,236)
#D9EFEF
(217,239,239)
#DFF2F2
(223,242,242)
#E5F5F5
(229,245,245)
#EBF8F8
(235,248,248)
#F1FBFB
(241,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DDDD; }

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

This text font color is #B5DDDD.

Background Color

.myBgColor { background-color: #B5DDDD; }

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

This div background color is #B5DDDD.

Border color

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

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

This div border color is #B5DDDD.

Opacity

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

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

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

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

This text has shadow with #B5DDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DDDD.

Preview

Color preview on black background

This text has color #B5DDDD on black background.


Color preview on white background

This text has color #B5DDDD on white background.


Black color preview on #B5DDDD background

This text has black color on #B5DDDD background.


White color preview on #B5DDDD background

This text has white color on #B5DDDD background.


Related colors

Complementary color

Complementary color for #hex is #4A2222.


I love getcolorcode.com