COLOR #B5DDDF

HEX: #B5DDDF RGB: (181,221,223)

Color info

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

RGB color model

#B5DDDF color RGB value is (181,221,223).

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

RGB channels and saturation

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

181
221
223

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

Portions of RGB colors in percentages

R + G + B = 181 + 221 + 223 = 625 (100%)
R 181 of 625 ~ 28.96%
G 221 of 625 ~ 35.36%
B 223 of 625 ~ 35.68'%

%28.96
%35.36
%35.68

CMYK color model

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

  • cyan value is 18.83%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (19,1,0,13)
C19M1Y0K13 (19%, 1%, 0%, 13%)
(0.19 / 0.01 / 0.00 / 0.13)

CMYK percentages

%18.83
%0.9
%0
%12.55

Codes

Color #B5DDDF in popluar color models

B5 DD DF
RGB 181 221 223
HSL 183° 39.62% 79.22%
HSB/HSV 183° 18.83% 87.45%
CMYK 18.83% 0.90% 0.00%
12.55%

Color #B5DDDF in popluar number systems.

HEX B5 DD DF
Decimal 181 221 223
Binary 10110101 11011101 11011111
Octal 265 335 337

Shades and tints

Shades of #B5DDDF

#B5DDDF
(181,221,223)
#A5C9CB
(165,201,203)
#95B5B7
(149,181,183)
#85A1A3
(133,161,163)
#758D8F
(117,141,143)
#65797B
(101,121,123)
#556567
(85,101,103)
#455153
(69,81,83)
#353D3F
(53,61,63)
#25292B
(37,41,43)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #B5DDDF

#B5DDDF
(181,221,223)
#BBE0E1
(187,224,225)
#C1E3E3
(193,227,227)
#C7E6E5
(199,230,229)
#CDE9E7
(205,233,231)
#D3ECE9
(211,236,233)
#D9EFEB
(217,239,235)
#DFF2ED
(223,242,237)
#E5F5EF
(229,245,239)
#EBF8F1
(235,248,241)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DDDF; }

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

This text font color is #B5DDDF.

Background Color

.myBgColor { background-color: #B5DDDF; }

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

This div background color is #B5DDDF.

Border color

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

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

This div border color is #B5DDDF.

Opacity

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

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

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

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

This text has shadow with #B5DDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DDDF.

Preview

Color preview on black background

This text has color #B5DDDF on black background.


Color preview on white background

This text has color #B5DDDF on white background.


Black color preview on #B5DDDF background

This text has black color on #B5DDDF background.


White color preview on #B5DDDF background

This text has white color on #B5DDDF background.


Related colors

Complementary color

Complementary color for #hex is #4A2220.


I love getcolorcode.com

Triadic colors

1 #DFB5DD and #DDDFB5 with #B5DDDF are triadic colors.

2 #DFDDB5 and #DDB5DF with #B5DDDF are triadic colors.