COLOR #B5DDC6

HEX: #B5DDC6 RGB: (181,221,198)

Color info

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

RGB color model

#B5DDC6 color RGB value is (181,221,198).

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

RGB channels and saturation

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

181
221
198

R + G + B ~ 79%. #B5DDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 221 + 198 = 600 (100%)
R 181 of 600 ~ 30.17%
G 221 of 600 ~ 36.83%
B 198 of 600 ~ 33'%

%30.17
%36.83
%33

CMYK color model

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

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%

CMYK: (18,0,10,13)
C18M0Y10K13 (18%, 0%, 10%, 13%)
(0.18 / 0.00 / 0.10 / 0.13)

CMYK percentages

%18.1
%0
%10.41
%13.33

Codes

Color #B5DDC6 in popluar color models

B5 DD C6
RGB 181 221 198
HSL 146° 37.04% 78.82%
HSB/HSV 146° 18.10% 86.67%
CMYK 18.10% 0.00% 10.41%
13.33%

Color #B5DDC6 in popluar number systems.

HEX B5 DD C6
Decimal 181 221 198
Binary 10110101 11011101 11000110
Octal 265 335 306

Shades and tints

Shades of #B5DDC6

#B5DDC6
(181,221,198)
#A5C9B4
(165,201,180)
#95B5A2
(149,181,162)
#85A190
(133,161,144)
#758D7E
(117,141,126)
#65796C
(101,121,108)
#55655A
(85,101,90)
#455148
(69,81,72)
#353D36
(53,61,54)
#252924
(37,41,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B5DDC6

#B5DDC6
(181,221,198)
#BBE0CB
(187,224,203)
#C1E3D0
(193,227,208)
#C7E6D5
(199,230,213)
#CDE9DA
(205,233,218)
#D3ECDF
(211,236,223)
#D9EFE4
(217,239,228)
#DFF2E9
(223,242,233)
#E5F5EE
(229,245,238)
#EBF8F3
(235,248,243)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DDC6; }

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

This text font color is #B5DDC6.

Background Color

.myBgColor { background-color: #B5DDC6; }

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

This div background color is #B5DDC6.

Border color

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

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

This div border color is #B5DDC6.

Opacity

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

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

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

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

This text has shadow with #B5DDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DDC6.

Preview

Color preview on black background

This text has color #B5DDC6 on black background.


Color preview on white background

This text has color #B5DDC6 on white background.


Black color preview on #B5DDC6 background

This text has black color on #B5DDC6 background.


White color preview on #B5DDC6 background

This text has white color on #B5DDC6 background.


Related colors

Complementary color

Complementary color for #hex is #4A2239.


I love getcolorcode.com

Triadic colors

1 #C6B5DD and #DDC6B5 with #B5DDC6 are triadic colors.

2 #C6DDB5 and #DDB5C6 with #B5DDC6 are triadic colors.