COLOR #B5DDDC

HEX: #B5DDDC
RGB: (181,221,220)

Color info

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

RGB color model

#B5DDDC color RGB value is (181,221,220).

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

RGB channels and saturation

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

181
221
220

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

Portions of RGB colors in percentages

R + G + B =
181 + 221 + 220 = 622 (100%)
R 181 of 622 ~ 29.1%
G 221 of 622 ~ 35.53%
B 220 of 622 ~ 35.37%

%29.1
%35.53
%35.37

CMYK color model

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

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • 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.45
%13.33

Codes

Color #B5DDDC in popluar color models

B5DDDC
RGB181221220
HSL179°37.04%78.82%
HSB/HSV179°18.10%86.67%
CMYK18.10%0.00%0.45%
13.33%

Color #B5DDDC in popluar number systems.

HEXB5DDDC
Decimal181221220
Binary101101011101110111011100
Octal265335334

Shades and tints

Shades of #B5DDDC

#B5DDDC
(181,221,220)
#A5C9C8
(165,201,200)
#95B5B4
(149,181,180)
#85A1A0
(133,161,160)
#758D8C
(117,141,140)
#657978
(101,121,120)
#556564
(85,101,100)
#455150
(69,81,80)
#353D3C
(53,61,60)
#252928
(37,41,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5DDDC

#B5DDDC
(181,221,220)
#BBE0DF
(187,224,223)
#C1E3E2
(193,227,226)
#C7E6E5
(199,230,229)
#CDE9E8
(205,233,232)
#D3ECEB
(211,236,235)
#D9EFEE
(217,239,238)
#DFF2F1
(223,242,241)
#E5F5F4
(229,245,244)
#EBF8F7
(235,248,247)
#F1FBFA
(241,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DDDC; }

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

This text font color is #B5DDDC.


Background Color

.myBgColor { background-color: #B5DDDC; }

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

This div background color is #B5DDDC.


Border color

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

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

This div border color is #B5DDDC.


Opacity

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

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

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

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

This text has shadow with #B5DDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DDDC on black background.


Color preview on white background

This text has color #B5DDDC on white background.



Black color preview on #B5DDDC background

This text has black color on #B5DDDC background.


White color preview on #B5DDDC background

This text has white color on #B5DDDC background.