COLOR #B2DDCF

HEX: #B2DDCF RGB: (178,221,207)

Color info

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

RGB color model

#B2DDCF color RGB value is (178,221,207).

RGB: (178,221,207) (70%, 87%, 81%)

RGB channels and saturation

R 178 of 255 = 70%
G 221 of 255 = 87%
B 207 of 255 = 81%

178
221
207

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

Portions of RGB colors in percentages

R + G + B = 178 + 221 + 207 = 606 (100%)
R 178 of 606 ~ 29.37%
G 221 of 606 ~ 36.47%
B 207 of 606 ~ 34.16'%

%29.37
%36.47
%34.16

CMYK color model

#B2DDCF color CMYK value is (19,0,6,13).

  • cyan value is 19.46%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 13.33%

CMYK: (19,0,6,13)
C19M0Y6K13 (19%, 0%, 6%, 13%)
(0.19 / 0.00 / 0.06 / 0.13)

CMYK percentages

%19.46
%0
%6.33
%13.33

Codes

Color #B2DDCF in popluar color models

B2 DD CF
RGB 178 221 207
HSL 160° 38.74% 78.24%
HSB/HSV 160° 19.46% 86.67%
CMYK 19.46% 0.00% 6.33%
13.33%

Color #B2DDCF in popluar number systems.

HEX B2 DD CF
Decimal 178 221 207
Binary 10110010 11011101 11001111
Octal 262 335 317

Shades and tints

Shades of #B2DDCF

#B2DDCF
(178,221,207)
#A2C9BD
(162,201,189)
#92B5AB
(146,181,171)
#82A199
(130,161,153)
#728D87
(114,141,135)
#627975
(98,121,117)
#526563
(82,101,99)
#425151
(66,81,81)
#323D3F
(50,61,63)
#22292D
(34,41,45)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #B2DDCF

#B2DDCF
(178,221,207)
#B9E0D3
(185,224,211)
#C0E3D7
(192,227,215)
#C7E6DB
(199,230,219)
#CEE9DF
(206,233,223)
#D5ECE3
(213,236,227)
#DCEFE7
(220,239,231)
#E3F2EB
(227,242,235)
#EAF5EF
(234,245,239)
#F1F8F3
(241,248,243)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DDCF; }

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

This text font color is #B2DDCF.

Background Color

.myBgColor { background-color: #B2DDCF; }

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

This div background color is #B2DDCF.

Border color

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

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

This div border color is #B2DDCF.

Opacity

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

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

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

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

This text has shadow with #B2DDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DDCF.

Preview

Color preview on black background

This text has color #B2DDCF on black background.


Color preview on white background

This text has color #B2DDCF on white background.


Black color preview on #B2DDCF background

This text has black color on #B2DDCF background.


White color preview on #B2DDCF background

This text has white color on #B2DDCF background.


Related colors

Complementary color

Complementary color for #hex is #4D2230.


I love getcolorcode.com

Triadic colors

1 #CFB2DD and #DDCFB2 with #B2DDCF are triadic colors.

2 #CFDDB2 and #DDB2CF with #B2DDCF are triadic colors.