COLOR #B3DAC9

HEX: #B3DAC9 RGB: (179,218,201)

Color info

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

RGB color model

#B3DAC9 color RGB value is (179,218,201).

RGB: (179,218,201) (70%, 85%, 79%)

RGB channels and saturation

R 179 of 255 = 70%
G 218 of 255 = 85%
B 201 of 255 = 79%

179
218
201

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

Portions of RGB colors in percentages

R + G + B = 179 + 218 + 201 = 598 (100%)
R 179 of 598 ~ 29.93%
G 218 of 598 ~ 36.45%
B 201 of 598 ~ 33.61'%

%29.93
%36.45
%33.61

CMYK color model

#B3DAC9 color CMYK value is (18,0,8,15).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 14.51%

CMYK: (18,0,8,15)
C18M0Y8K15 (18%, 0%, 8%, 15%)
(0.18 / 0.00 / 0.08 / 0.15)

CMYK percentages

%17.89
%0
%7.8
%14.51

Codes

Color #B3DAC9 in popluar color models

B3 DA C9
RGB 179 218 201
HSL 154° 34.51% 77.84%
HSB/HSV 154° 17.89% 85.49%
CMYK 17.89% 0.00% 7.80%
14.51%

Color #B3DAC9 in popluar number systems.

HEX B3 DA C9
Decimal 179 218 201
Binary 10110011 11011010 11001001
Octal 263 332 311

Shades and tints

Shades of #B3DAC9

#B3DAC9
(179,218,201)
#A3C7B7
(163,199,183)
#93B4A5
(147,180,165)
#83A193
(131,161,147)
#738E81
(115,142,129)
#637B6F
(99,123,111)
#53685D
(83,104,93)
#43554B
(67,85,75)
#334239
(51,66,57)
#232F27
(35,47,39)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #B3DAC9

#B3DAC9
(179,218,201)
#B9DDCD
(185,221,205)
#BFE0D1
(191,224,209)
#C5E3D5
(197,227,213)
#CBE6D9
(203,230,217)
#D1E9DD
(209,233,221)
#D7ECE1
(215,236,225)
#DDEFE5
(221,239,229)
#E3F2E9
(227,242,233)
#E9F5ED
(233,245,237)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DAC9 color. Also use rgb(179,218,201) instead hex code.

Text Font Color

.myTextColor { color: #B3DAC9; }

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

This text font color is #B3DAC9.

Background Color

.myBgColor { background-color: #B3DAC9; }

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

This div background color is #B3DAC9.

Border color

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

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

This div border color is #B3DAC9.

Opacity

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

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

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

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

This text has shadow with #B3DAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DAC9.

Preview

Color preview on black background

This text has color #B3DAC9 on black background.


Color preview on white background

This text has color #B3DAC9 on white background.


Black color preview on #B3DAC9 background

This text has black color on #B3DAC9 background.


White color preview on #B3DAC9 background

This text has white color on #B3DAC9 background.


Related colors

Complementary color

Complementary color for #hex is #4C2536.


I love getcolorcode.com

Triadic colors

1 #C9B3DA and #DAC9B3 with #B3DAC9 are triadic colors.

2 #C9DAB3 and #DAB3C9 with #B3DAC9 are triadic colors.