COLOR #B2DCDC

HEX: #B2DCDC RGB: (178,220,220)

Color info

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

RGB color model

#B2DCDC color RGB value is (178,220,220).

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

RGB channels and saturation

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

178
220
220

R + G + B ~ 81%. #B2DCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 220 + 220 = 618 (100%)
R 178 of 618 ~ 28.8%
G 220 of 618 ~ 35.6%
B 220 of 618 ~ 35.6'%

%28.8
%35.6
%35.6

CMYK color model

#B2DCDC color CMYK value is (19,0,0,14).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (19,0,0,14) C19M0Y0K14 (19%,0%,0%,14%) (0.19/0.00/0.00/0.14) 

CMYK percentages

%19.09
%0
%0
%13.73

Codes

Color #B2DCDC in popluar color models

B2 DC DC
RGB 178 220 220
HSL 180° 37.50% 78.04%
HSB/HSV 180° 19.09% 86.27%
CMYK 19.09% 0.00% 0.00%
13.73%

Color #B2DCDC in popluar number systems.

HEX B2 DC DC
Decimal 178 220 220
Binary 10110010 11011100 11011100
Octal 262 334 334

Shades and tints

Shades of #B2DCDC

#B2DCDC
(178,220,220)
#A2C8C8
(162,200,200)
#92B4B4
(146,180,180)
#82A0A0
(130,160,160)
#728C8C
(114,140,140)
#627878
(98,120,120)
#526464
(82,100,100)
#425050
(66,80,80)
#323C3C
(50,60,60)
#222828
(34,40,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #B2DCDC

#B2DCDC
(178,220,220)
#B9DFDF
(185,223,223)
#C0E2E2
(192,226,226)
#C7E5E5
(199,229,229)
#CEE8E8
(206,232,232)
#D5EBEB
(213,235,235)
#DCEEEE
(220,238,238)
#E3F1F1
(227,241,241)
#EAF4F4
(234,244,244)
#F1F7F7
(241,247,247)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DCDC; }

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

This text font color is #B2DCDC.

Background Color

.myBgColor { background-color: #B2DCDC; }

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

This div background color is #B2DCDC.

Border color

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

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

This div border color is #B2DCDC.

Opacity

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

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

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

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

This text has shadow with #B2DCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DCDC.

Preview

Color preview on black background

This text has color #B2DCDC on black background.


Color preview on white background

This text has color #B2DCDC on white background.


Black color preview on #B2DCDC background

This text has black color on #B2DCDC background.


White color preview on #B2DCDC background

This text has white color on #B2DCDC background.


Related colors

Complementary color

Complementary color for #hex is #4D2323.


I love getcolorcode.com