COLOR #B2DCCD

HEX: #B2DCCD RGB: (178,220,205)

Color info

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

RGB color model

#B2DCCD color RGB value is (178,220,205).

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

RGB channels and saturation

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

178
220
205

R + G + B ~ 79%. #B2DCCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 220 + 205 = 603 (100%)
R 178 of 603 ~ 29.52%
G 220 of 603 ~ 36.48%
B 205 of 603 ~ 34'%

%29.52
%36.48
%34

CMYK color model

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

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

CMYK percentages

%19.09
%0
%6.82
%13.73

Codes

Color #B2DCCD in popluar color models

B2 DC CD
RGB 178 220 205
HSL 159° 37.50% 78.04%
HSB/HSV 159° 19.09% 86.27%
CMYK 19.09% 0.00% 6.82%
13.73%

Color #B2DCCD in popluar number systems.

HEX B2 DC CD
Decimal 178 220 205
Binary 10110010 11011100 11001101
Octal 262 334 315

Shades and tints

Shades of #B2DCCD

#B2DCCD
(178,220,205)
#A2C8BB
(162,200,187)
#92B4A9
(146,180,169)
#82A097
(130,160,151)
#728C85
(114,140,133)
#627873
(98,120,115)
#526461
(82,100,97)
#42504F
(66,80,79)
#323C3D
(50,60,61)
#22282B
(34,40,43)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #B2DCCD

#B2DCCD
(178,220,205)
#B9DFD1
(185,223,209)
#C0E2D5
(192,226,213)
#C7E5D9
(199,229,217)
#CEE8DD
(206,232,221)
#D5EBE1
(213,235,225)
#DCEEE5
(220,238,229)
#E3F1E9
(227,241,233)
#EAF4ED
(234,244,237)
#F1F7F1
(241,247,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DCCD; }

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

This text font color is #B2DCCD.

Background Color

.myBgColor { background-color: #B2DCCD; }

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

This div background color is #B2DCCD.

Border color

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

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

This div border color is #B2DCCD.

Opacity

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

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

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

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

This text has shadow with #B2DCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DCCD.

Preview

Color preview on black background

This text has color #B2DCCD on black background.


Color preview on white background

This text has color #B2DCCD on white background.


Black color preview on #B2DCCD background

This text has black color on #B2DCCD background.


White color preview on #B2DCCD background

This text has white color on #B2DCCD background.


Related colors

Complementary color

Complementary color for #hex is #4D2332.


I love getcolorcode.com

Triadic colors

1 #CDB2DC and #DCCDB2 with #B2DCCD are triadic colors.

2 #CDDCB2 and #DCB2CD with #B2DCCD are triadic colors.