COLOR #B3EDDC

HEX: #B3EDDC RGB: (179,237,220)

Color info

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

RGB color model

#B3EDDC color RGB value is (179,237,220).

RGB: (179,237,220) (70%, 93%, 86%)

RGB channels and saturation

R 179 of 255 = 70%
G 237 of 255 = 93%
B 220 of 255 = 86%

179
237
220

R + G + B ~ 83%. #B3EDDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 237 + 220 = 636 (100%)
R 179 of 636 ~ 28.14%
G 237 of 636 ~ 37.26%
B 220 of 636 ~ 34.59'%

%28.14
%37.26
%34.59

CMYK color model

#B3EDDC color CMYK value is (24,0,7,7).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 7.06%

CMYK: (24,0,7,7)
C24M0Y7K7 (24%, 0%, 7%, 7%)
(0.24 / 0.00 / 0.07 / 0.07)

CMYK percentages

%24.47
%0
%7.17
%7.06

Codes

Color #B3EDDC in popluar color models

B3 ED DC
RGB 179 237 220
HSL 162° 61.70% 81.57%
HSB/HSV 162° 24.47% 92.94%
CMYK 24.47% 0.00% 7.17%
7.06%

Color #B3EDDC in popluar number systems.

HEX B3 ED DC
Decimal 179 237 220
Binary 10110011 11101101 11011100
Octal 263 355 334

Shades and tints

Shades of #B3EDDC

#B3EDDC
(179,237,220)
#A3D8C8
(163,216,200)
#93C3B4
(147,195,180)
#83AEA0
(131,174,160)
#73998C
(115,153,140)
#638478
(99,132,120)
#536F64
(83,111,100)
#435A50
(67,90,80)
#33453C
(51,69,60)
#233028
(35,48,40)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #B3EDDC

#B3EDDC
(179,237,220)
#B9EEDF
(185,238,223)
#BFEFE2
(191,239,226)
#C5F0E5
(197,240,229)
#CBF1E8
(203,241,232)
#D1F2EB
(209,242,235)
#D7F3EE
(215,243,238)
#DDF4F1
(221,244,241)
#E3F5F4
(227,245,244)
#E9F6F7
(233,246,247)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EDDC color. Also use rgb(179,237,220) instead hex code.

Text Font Color

.myTextColor { color: #B3EDDC; }

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

This text font color is #B3EDDC.

Background Color

.myBgColor { background-color: #B3EDDC; }

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

This div background color is #B3EDDC.

Border color

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

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

This div border color is #B3EDDC.

Opacity

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

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

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

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

This text has shadow with #B3EDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EDDC.

Preview

Color preview on black background

This text has color #B3EDDC on black background.


Color preview on white background

This text has color #B3EDDC on white background.


Black color preview on #B3EDDC background

This text has black color on #B3EDDC background.


White color preview on #B3EDDC background

This text has white color on #B3EDDC background.


Related colors

Complementary color

Complementary color for #hex is #4C1223.


I love getcolorcode.com

Triadic colors

1 #DCB3ED and #EDDCB3 with #B3EDDC are triadic colors.

2 #DCEDB3 and #EDB3DC with #B3EDDC are triadic colors.