COLOR #B2EDDC

HEX: #B2EDDC RGB: (178,237,220)

Color info

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

RGB color model

#B2EDDC color RGB value is (178,237,220).

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

RGB channels and saturation

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

178
237
220

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

Portions of RGB colors in percentages

R + G + B = 178 + 237 + 220 = 635 (100%)
R 178 of 635 ~ 28.03%
G 237 of 635 ~ 37.32%
B 220 of 635 ~ 34.65'%

%28.03
%37.32
%34.65

CMYK color model

#B2EDDC color CMYK value is (25,0,7,7).

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

CMYK: (25,0,7,7)
C25M0Y7K7 (25%, 0%, 7%, 7%)
(0.25 / 0.00 / 0.07 / 0.07)

CMYK percentages

%24.89
%0
%7.17
%7.06

Codes

Color #B2EDDC in popluar color models

B2 ED DC
RGB 178 237 220
HSL 163° 62.11% 81.37%
HSB/HSV 163° 24.89% 92.94%
CMYK 24.89% 0.00% 7.17%
7.06%

Color #B2EDDC in popluar number systems.

HEX B2 ED DC
Decimal 178 237 220
Binary 10110010 11101101 11011100
Octal 262 355 334

Shades and tints

Shades of #B2EDDC

#B2EDDC
(178,237,220)
#A2D8C8
(162,216,200)
#92C3B4
(146,195,180)
#82AEA0
(130,174,160)
#72998C
(114,153,140)
#628478
(98,132,120)
#526F64
(82,111,100)
#425A50
(66,90,80)
#32453C
(50,69,60)
#223028
(34,48,40)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #B2EDDC

#B2EDDC
(178,237,220)
#B9EEDF
(185,238,223)
#C0EFE2
(192,239,226)
#C7F0E5
(199,240,229)
#CEF1E8
(206,241,232)
#D5F2EB
(213,242,235)
#DCF3EE
(220,243,238)
#E3F4F1
(227,244,241)
#EAF5F4
(234,245,244)
#F1F6F7
(241,246,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2EDDC; }

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

This text font color is #B2EDDC.

Background Color

.myBgColor { background-color: #B2EDDC; }

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

This div background color is #B2EDDC.

Border color

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

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

This div border color is #B2EDDC.

Opacity

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

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

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

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

This text has shadow with #B2EDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2EDDC.

Preview

Color preview on black background

This text has color #B2EDDC on black background.


Color preview on white background

This text has color #B2EDDC on white background.


Black color preview on #B2EDDC background

This text has black color on #B2EDDC background.


White color preview on #B2EDDC background

This text has white color on #B2EDDC background.


Related colors

Complementary color

Complementary color for #hex is #4D1223.


I love getcolorcode.com

Triadic colors

1 #DCB2ED and #EDDCB2 with #B2EDDC are triadic colors.

2 #DCEDB2 and #EDB2DC with #B2EDDC are triadic colors.