COLOR #B8DDDA

HEX: #B8DDDA RGB: (184,221,218)

Color info

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

RGB color model

#B8DDDA color RGB value is (184,221,218).

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

RGB channels and saturation

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

184
221
218

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

Portions of RGB colors in percentages

R + G + B = 184 + 221 + 218 = 623 (100%)
R 184 of 623 ~ 29.53%
G 221 of 623 ~ 35.47%
B 218 of 623 ~ 34.99'%

%29.53
%35.47
%34.99

CMYK color model

#B8DDDA color CMYK value is (17,0,1,13).

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

CMYK: (17,0,1,13)
C17M0Y1K13 (17%, 0%, 1%, 13%)
(0.17 / 0.00 / 0.01 / 0.13)

CMYK percentages

%16.74
%0
%1.36
%13.33

Codes

Color #B8DDDA in popluar color models

B8 DD DA
RGB 184 221 218
HSL 175° 35.24% 79.41%
HSB/HSV 175° 16.74% 86.67%
CMYK 16.74% 0.00% 1.36%
13.33%

Color #B8DDDA in popluar number systems.

HEX B8 DD DA
Decimal 184 221 218
Binary 10111000 11011101 11011010
Octal 270 335 332

Shades and tints

Shades of #B8DDDA

#B8DDDA
(184,221,218)
#A8C9C7
(168,201,199)
#98B5B4
(152,181,180)
#88A1A1
(136,161,161)
#788D8E
(120,141,142)
#68797B
(104,121,123)
#586568
(88,101,104)
#485155
(72,81,85)
#383D42
(56,61,66)
#28292F
(40,41,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #B8DDDA

#B8DDDA
(184,221,218)
#BEE0DD
(190,224,221)
#C4E3E0
(196,227,224)
#CAE6E3
(202,230,227)
#D0E9E6
(208,233,230)
#D6ECE9
(214,236,233)
#DCEFEC
(220,239,236)
#E2F2EF
(226,242,239)
#E8F5F2
(232,245,242)
#EEF8F5
(238,248,245)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DDDA; }

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

This text font color is #B8DDDA.

Background Color

.myBgColor { background-color: #B8DDDA; }

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

This div background color is #B8DDDA.

Border color

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

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

This div border color is #B8DDDA.

Opacity

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

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

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

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

This text has shadow with #B8DDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DDDA.

Preview

Color preview on black background

This text has color #B8DDDA on black background.


Color preview on white background

This text has color #B8DDDA on white background.


Black color preview on #B8DDDA background

This text has black color on #B8DDDA background.


White color preview on #B8DDDA background

This text has white color on #B8DDDA background.


Related colors

Complementary color

Complementary color for #hex is #472225.


I love getcolorcode.com

Triadic colors

1 #DAB8DD and #DDDAB8 with #B8DDDA are triadic colors.

2 #DADDB8 and #DDB8DA with #B8DDDA are triadic colors.