COLOR #B2DACC

HEX: #B2DACC RGB: (178,218,204)

Color info

#B2DACC contains red, green and blue colors in about the same proportion. Web safe color of #B2DACC is #99CCCC (or #9CC).

RGB color model

#B2DACC color RGB value is (178,218,204).

RGB: (178,218,204) (70%, 85%, 80%)

RGB channels and saturation

R 178 of 255 = 70%
G 218 of 255 = 85%
B 204 of 255 = 80%

178
218
204

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

Portions of RGB colors in percentages

R + G + B = 178 + 218 + 204 = 600 (100%)
R 178 of 600 ~ 29.67%
G 218 of 600 ~ 36.33%
B 204 of 600 ~ 34'%

%29.67
%36.33
%34

CMYK color model

#B2DACC color CMYK value is (18,0,6,15).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 14.51%

CMYK: (18,0,6,15)
C18M0Y6K15 (18%, 0%, 6%, 15%)
(0.18 / 0.00 / 0.06 / 0.15)

CMYK percentages

%18.35
%0
%6.42
%14.51

Codes

Color #B2DACC in popluar color models

B2 DA CC
RGB 178 218 204
HSL 159° 35.09% 77.65%
HSB/HSV 159° 18.35% 85.49%
CMYK 18.35% 0.00% 6.42%
14.51%

Color #B2DACC in popluar number systems.

HEX B2 DA CC
Decimal 178 218 204
Binary 10110010 11011010 11001100
Octal 262 332 314

Shades and tints

Shades of #B2DACC

#B2DACC
(178,218,204)
#A2C7BA
(162,199,186)
#92B4A8
(146,180,168)
#82A196
(130,161,150)
#728E84
(114,142,132)
#627B72
(98,123,114)
#526860
(82,104,96)
#42554E
(66,85,78)
#32423C
(50,66,60)
#222F2A
(34,47,42)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #B2DACC

#B2DACC
(178,218,204)
#B9DDD0
(185,221,208)
#C0E0D4
(192,224,212)
#C7E3D8
(199,227,216)
#CEE6DC
(206,230,220)
#D5E9E0
(213,233,224)
#DCECE4
(220,236,228)
#E3EFE8
(227,239,232)
#EAF2EC
(234,242,236)
#F1F5F0
(241,245,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DACC color. Also use rgb(178,218,204) instead hex code.

Text Font Color

.myTextColor { color: #B2DACC; }

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

This text font color is #B2DACC.

Background Color

.myBgColor { background-color: #B2DACC; }

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

This div background color is #B2DACC.

Border color

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

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

This div border color is #B2DACC.

Opacity

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

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

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

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

This text has shadow with #B2DACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DACC.

Preview

Color preview on black background

This text has color #B2DACC on black background.


Color preview on white background

This text has color #B2DACC on white background.


Black color preview on #B2DACC background

This text has black color on #B2DACC background.


White color preview on #B2DACC background

This text has white color on #B2DACC background.


Related colors

Complementary color

Complementary color for #hex is #4D2533.


I love getcolorcode.com

Triadic colors

1 #CCB2DA and #DACCB2 with #B2DACC are triadic colors.

2 #CCDAB2 and #DAB2CC with #B2DACC are triadic colors.