COLOR #B8DFDA

HEX: #B8DFDA RGB: (184,223,218)

Color info

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

RGB color model

#B8DFDA color RGB value is (184,223,218).

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

RGB channels and saturation

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

184
223
218

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

Portions of RGB colors in percentages

R + G + B = 184 + 223 + 218 = 625 (100%)
R 184 of 625 ~ 29.44%
G 223 of 625 ~ 35.68%
B 218 of 625 ~ 34.88'%

%29.44
%35.68
%34.88

CMYK color model

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

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

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

CMYK percentages

%17.49
%0
%2.24
%12.55

Codes

Color #B8DFDA in popluar color models

B8 DF DA
RGB 184 223 218
HSL 172° 37.86% 79.80%
HSB/HSV 172° 17.49% 87.45%
CMYK 17.49% 0.00% 2.24%
12.55%

Color #B8DFDA in popluar number systems.

HEX B8 DF DA
Decimal 184 223 218
Binary 10111000 11011111 11011010
Octal 270 337 332

Shades and tints

Shades of #B8DFDA

#B8DFDA
(184,223,218)
#A8CBC7
(168,203,199)
#98B7B4
(152,183,180)
#88A3A1
(136,163,161)
#788F8E
(120,143,142)
#687B7B
(104,123,123)
#586768
(88,103,104)
#485355
(72,83,85)
#383F42
(56,63,66)
#282B2F
(40,43,47)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #B8DFDA

#B8DFDA
(184,223,218)
#BEE1DD
(190,225,221)
#C4E3E0
(196,227,224)
#CAE5E3
(202,229,227)
#D0E7E6
(208,231,230)
#D6E9E9
(214,233,233)
#DCEBEC
(220,235,236)
#E2EDEF
(226,237,239)
#E8EFF2
(232,239,242)
#EEF1F5
(238,241,245)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DFDA; }

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

This text font color is #B8DFDA.

Background Color

.myBgColor { background-color: #B8DFDA; }

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

This div background color is #B8DFDA.

Border color

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

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

This div border color is #B8DFDA.

Opacity

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

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

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

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

This text has shadow with #B8DFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DFDA.

Preview

Color preview on black background

This text has color #B8DFDA on black background.


Color preview on white background

This text has color #B8DFDA on white background.


Black color preview on #B8DFDA background

This text has black color on #B8DFDA background.


White color preview on #B8DFDA background

This text has white color on #B8DFDA background.


Related colors

Complementary color

Complementary color for #hex is #472025.


I love getcolorcode.com

Triadic colors

1 #DAB8DF and #DFDAB8 with #B8DFDA are triadic colors.

2 #DADFB8 and #DFB8DA with #B8DFDA are triadic colors.