COLOR #B8DDD8

HEX: #B8DDD8 RGB: (184,221,216)

Color info

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

RGB color model

#B8DDD8 color RGB value is (184,221,216).

RGB: (184,221,216) (72%, 87%, 85%)

RGB channels and saturation

R 184 of 255 = 72%
G 221 of 255 = 87%
B 216 of 255 = 85%

184
221
216

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

Portions of RGB colors in percentages

R + G + B = 184 + 221 + 216 = 621 (100%)
R 184 of 621 ~ 29.63%
G 221 of 621 ~ 35.59%
B 216 of 621 ~ 34.78'%

%29.63
%35.59
%34.78

CMYK color model

#B8DDD8 color CMYK value is (17,0,2,13).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 13.33%

CMYK: (17,0,2,13)
C17M0Y2K13 (17%, 0%, 2%, 13%)
(0.17 / 0.00 / 0.02 / 0.13)

CMYK percentages

%16.74
%0
%2.26
%13.33

Codes

Color #B8DDD8 in popluar color models

B8 DD D8
RGB 184 221 216
HSL 172° 35.24% 79.41%
HSB/HSV 172° 16.74% 86.67%
CMYK 16.74% 0.00% 2.26%
13.33%

Color #B8DDD8 in popluar number systems.

HEX B8 DD D8
Decimal 184 221 216
Binary 10111000 11011101 11011000
Octal 270 335 330

Shades and tints

Shades of #B8DDD8

#B8DDD8
(184,221,216)
#A8C9C5
(168,201,197)
#98B5B2
(152,181,178)
#88A19F
(136,161,159)
#788D8C
(120,141,140)
#687979
(104,121,121)
#586566
(88,101,102)
#485153
(72,81,83)
#383D40
(56,61,64)
#28292D
(40,41,45)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #B8DDD8

#B8DDD8
(184,221,216)
#BEE0DB
(190,224,219)
#C4E3DE
(196,227,222)
#CAE6E1
(202,230,225)
#D0E9E4
(208,233,228)
#D6ECE7
(214,236,231)
#DCEFEA
(220,239,234)
#E2F2ED
(226,242,237)
#E8F5F0
(232,245,240)
#EEF8F3
(238,248,243)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DDD8 color. Also use rgb(184,221,216) instead hex code.

Text Font Color

.myTextColor { color: #B8DDD8; }

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

This text font color is #B8DDD8.

Background Color

.myBgColor { background-color: #B8DDD8; }

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

This div background color is #B8DDD8.

Border color

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

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

This div border color is #B8DDD8.

Opacity

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

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

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

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

This text has shadow with #B8DDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DDD8.

Preview

Color preview on black background

This text has color #B8DDD8 on black background.


Color preview on white background

This text has color #B8DDD8 on white background.


Black color preview on #B8DDD8 background

This text has black color on #B8DDD8 background.


White color preview on #B8DDD8 background

This text has white color on #B8DDD8 background.


Related colors

Complementary color

Complementary color for #hex is #472227.


I love getcolorcode.com

Triadic colors

1 #D8B8DD and #DDD8B8 with #B8DDD8 are triadic colors.

2 #D8DDB8 and #DDB8D8 with #B8DDD8 are triadic colors.