COLOR #B8DAC5

HEX: #B8DAC5 RGB: (184,218,197)

Color info

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

RGB color model

#B8DAC5 color RGB value is (184,218,197).

RGB: (184,218,197) (72%, 85%, 77%)

RGB channels and saturation

R 184 of 255 = 72%
G 218 of 255 = 85%
B 197 of 255 = 77%

184
218
197

R + G + B ~ 78%. #B8DAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 218 + 197 = 599 (100%)
R 184 of 599 ~ 30.72%
G 218 of 599 ~ 36.39%
B 197 of 599 ~ 32.89'%

%30.72
%36.39
%32.89

CMYK color model

#B8DAC5 color CMYK value is (16,0,10,15).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 14.51%

CMYK: (16,0,10,15)
C16M0Y10K15 (16%, 0%, 10%, 15%)
(0.16 / 0.00 / 0.10 / 0.15)

CMYK percentages

%15.6
%0
%9.63
%14.51

Codes

Color #B8DAC5 in popluar color models

B8 DA C5
RGB 184 218 197
HSL 143° 31.48% 78.82%
HSB/HSV 143° 15.60% 85.49%
CMYK 15.60% 0.00% 9.63%
14.51%

Color #B8DAC5 in popluar number systems.

HEX B8 DA C5
Decimal 184 218 197
Binary 10111000 11011010 11000101
Octal 270 332 305

Shades and tints

Shades of #B8DAC5

#B8DAC5
(184,218,197)
#A8C7B4
(168,199,180)
#98B4A3
(152,180,163)
#88A192
(136,161,146)
#788E81
(120,142,129)
#687B70
(104,123,112)
#58685F
(88,104,95)
#48554E
(72,85,78)
#38423D
(56,66,61)
#282F2C
(40,47,44)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #B8DAC5

#B8DAC5
(184,218,197)
#BEDDCA
(190,221,202)
#C4E0CF
(196,224,207)
#CAE3D4
(202,227,212)
#D0E6D9
(208,230,217)
#D6E9DE
(214,233,222)
#DCECE3
(220,236,227)
#E2EFE8
(226,239,232)
#E8F2ED
(232,242,237)
#EEF5F2
(238,245,242)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DAC5; }

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

This text font color is #B8DAC5.

Background Color

.myBgColor { background-color: #B8DAC5; }

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

This div background color is #B8DAC5.

Border color

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

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

This div border color is #B8DAC5.

Opacity

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

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

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

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

This text has shadow with #B8DAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DAC5.

Preview

Color preview on black background

This text has color #B8DAC5 on black background.


Color preview on white background

This text has color #B8DAC5 on white background.


Black color preview on #B8DAC5 background

This text has black color on #B8DAC5 background.


White color preview on #B8DAC5 background

This text has white color on #B8DAC5 background.


Related colors

Complementary color

Complementary color for #hex is #47253A.


I love getcolorcode.com

Triadic colors

1 #C5B8DA and #DAC5B8 with #B8DAC5 are triadic colors.

2 #C5DAB8 and #DAB8C5 with #B8DAC5 are triadic colors.