COLOR #B2CDDD

HEX: #B2CDDD RGB: (178,205,221)

Color info

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

RGB color model

#B2CDDD color RGB value is (178,205,221).

RGB: (178,205,221) (70%, 80%, 87%)

RGB channels and saturation

R 178 of 255 = 70%
G 205 of 255 = 80%
B 221 of 255 = 87%

178
205
221

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

Portions of RGB colors in percentages

R + G + B = 178 + 205 + 221 = 604 (100%)
R 178 of 604 ~ 29.47%
G 205 of 604 ~ 33.94%
B 221 of 604 ~ 36.59'%

%29.47
%33.94
%36.59

CMYK color model

#B2CDDD color CMYK value is (19,7,0,13).

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

CMYK: (19,7,0,13)
C19M7Y0K13 (19%, 7%, 0%, 13%)
(0.19 / 0.07 / 0.00 / 0.13)

CMYK percentages

%19.46
%7.24
%0
%13.33

Codes

Color #B2CDDD in popluar color models

B2 CD DD
RGB 178 205 221
HSL 202° 38.74% 78.24%
HSB/HSV 202° 19.46% 86.67%
CMYK 19.46% 7.24% 0.00%
13.33%

Color #B2CDDD in popluar number systems.

HEX B2 CD DD
Decimal 178 205 221
Binary 10110010 11001101 11011101
Octal 262 315 335

Shades and tints

Shades of #B2CDDD

#B2CDDD
(178,205,221)
#A2BBC9
(162,187,201)
#92A9B5
(146,169,181)
#8297A1
(130,151,161)
#72858D
(114,133,141)
#627379
(98,115,121)
#526165
(82,97,101)
#424F51
(66,79,81)
#323D3D
(50,61,61)
#222B29
(34,43,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #B2CDDD

#B2CDDD
(178,205,221)
#B9D1E0
(185,209,224)
#C0D5E3
(192,213,227)
#C7D9E6
(199,217,230)
#CEDDE9
(206,221,233)
#D5E1EC
(213,225,236)
#DCE5EF
(220,229,239)
#E3E9F2
(227,233,242)
#EAEDF5
(234,237,245)
#F1F1F8
(241,241,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CDDD; }

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

This text font color is #B2CDDD.

Background Color

.myBgColor { background-color: #B2CDDD; }

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

This div background color is #B2CDDD.

Border color

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

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

This div border color is #B2CDDD.

Opacity

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

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

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

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

This text has shadow with #B2CDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CDDD.

Preview

Color preview on black background

This text has color #B2CDDD on black background.


Color preview on white background

This text has color #B2CDDD on white background.


Black color preview on #B2CDDD background

This text has black color on #B2CDDD background.


White color preview on #B2CDDD background

This text has white color on #B2CDDD background.


Related colors

Complementary color

Complementary color for #hex is #4D3222.


I love getcolorcode.com

Triadic colors

1 #DDB2CD and #CDDDB2 with #B2CDDD are triadic colors.

2 #DDCDB2 and #CDB2DD with #B2CDDD are triadic colors.