COLOR #B5DFDA

HEX: #B5DFDA RGB: (181,223,218)

Color info

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

RGB color model

#B5DFDA color RGB value is (181,223,218).

RGB: (181,223,218) (71%, 87%, 85%)

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 218 of 255 = 85%

181
223
218

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

Portions of RGB colors in percentages

R + G + B = 181 + 223 + 218 = 622 (100%)
R 181 of 622 ~ 29.1%
G 223 of 622 ~ 35.85%
B 218 of 622 ~ 35.05'%

%29.1
%35.85
%35.05

CMYK color model

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

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

CMYK: (19,0,2,13)
C19M0Y2K13 (19%, 0%, 2%, 13%)
(0.19 / 0.00 / 0.02 / 0.13)

CMYK percentages

%18.83
%0
%2.24
%12.55

Codes

Color #B5DFDA in popluar color models

B5 DF DA
RGB 181 223 218
HSL 173° 39.62% 79.22%
HSB/HSV 173° 18.83% 87.45%
CMYK 18.83% 0.00% 2.24%
12.55%

Color #B5DFDA in popluar number systems.

HEX B5 DF DA
Decimal 181 223 218
Binary 10110101 11011111 11011010
Octal 265 337 332

Shades and tints

Shades of #B5DFDA

#B5DFDA
(181,223,218)
#A5CBC7
(165,203,199)
#95B7B4
(149,183,180)
#85A3A1
(133,163,161)
#758F8E
(117,143,142)
#657B7B
(101,123,123)
#556768
(85,103,104)
#455355
(69,83,85)
#353F42
(53,63,66)
#252B2F
(37,43,47)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #B5DFDA

#B5DFDA
(181,223,218)
#BBE1DD
(187,225,221)
#C1E3E0
(193,227,224)
#C7E5E3
(199,229,227)
#CDE7E6
(205,231,230)
#D3E9E9
(211,233,233)
#D9EBEC
(217,235,236)
#DFEDEF
(223,237,239)
#E5EFF2
(229,239,242)
#EBF1F5
(235,241,245)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DFDA; }

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

This text font color is #B5DFDA.

Background Color

.myBgColor { background-color: #B5DFDA; }

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

This div background color is #B5DFDA.

Border color

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

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

This div border color is #B5DFDA.

Opacity

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

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

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

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

This text has shadow with #B5DFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DFDA.

Preview

Color preview on black background

This text has color #B5DFDA on black background.


Color preview on white background

This text has color #B5DFDA on white background.


Black color preview on #B5DFDA background

This text has black color on #B5DFDA background.


White color preview on #B5DFDA background

This text has white color on #B5DFDA background.


Related colors

Complementary color

Complementary color for #hex is #4A2025.


I love getcolorcode.com

Triadic colors

1 #DAB5DF and #DFDAB5 with #B5DFDA are triadic colors.

2 #DADFB5 and #DFB5DA with #B5DFDA are triadic colors.