COLOR #B5DDD1

HEX: #B5DDD1
RGB: (181,221,209)

Color info

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

RGB color model

#B5DDD1 color RGB value is (181,221,209).

  • red value is 181;
  • green value is 221;
  • blue value is 209.
RGB:
(181,221,209)
(71%,87%,82%)

RGB channels and saturation

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

181
221
209

R + G + B ~ 80%. #B5DDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 221 + 209 = 611 (100%)
R 181 of 611 ~ 29.62%
G 221 of 611 ~ 36.17%
B 209 of 611 ~ 34.21%

%29.62
%36.17
%34.21

CMYK color model

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

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

CMYK percentages

%18.1
%0
%5.43
%13.33

Codes

Color #B5DDD1 in popluar color models

B5DDD1
RGB181221209
HSL162°37.04%78.82%
HSB/HSV162°18.10%86.67%
CMYK18.10%0.00%5.43%
13.33%

Color #B5DDD1 in popluar number systems.

HEXB5DDD1
Decimal181221209
Binary101101011101110111010001
Octal265335321

Shades and tints

Shades of #B5DDD1

#B5DDD1
(181,221,209)
#A5C9BE
(165,201,190)
#95B5AB
(149,181,171)
#85A198
(133,161,152)
#758D85
(117,141,133)
#657972
(101,121,114)
#55655F
(85,101,95)
#45514C
(69,81,76)
#353D39
(53,61,57)
#252926
(37,41,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #B5DDD1

#B5DDD1
(181,221,209)
#BBE0D5
(187,224,213)
#C1E3D9
(193,227,217)
#C7E6DD
(199,230,221)
#CDE9E1
(205,233,225)
#D3ECE5
(211,236,229)
#D9EFE9
(217,239,233)
#DFF2ED
(223,242,237)
#E5F5F1
(229,245,241)
#EBF8F5
(235,248,245)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DDD1; }

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

This text font color is #B5DDD1.


Background Color

.myBgColor { background-color: #B5DDD1; }

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

This div background color is #B5DDD1.


Border color

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

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

This div border color is #B5DDD1.


Opacity

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

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

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

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

This text has shadow with #B5DDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DDD1 on black background.


Color preview on white background

This text has color #B5DDD1 on white background.



Black color preview on #B5DDD1 background

This text has black color on #B5DDD1 background.


White color preview on #B5DDD1 background

This text has white color on #B5DDD1 background.