COLOR #B2CCDC

HEX: #B2CCDC
RGB: (178,204,220)

Color info

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

RGB color model

#B2CCDC color RGB value is (178,204,220).

  • red value is 178;
  • green value is 204;
  • blue value is 220.
RGB:
(178,204,220)
(70%,80%,86%)

RGB channels and saturation

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

178
204
220

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

Portions of RGB colors in percentages

R + G + B =
178 + 204 + 220 = 602 (100%)
R 178 of 602 ~ 29.57%
G 204 of 602 ~ 33.89%
B 220 of 602 ~ 36.54%

%29.57
%33.89
%36.54

CMYK color model

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

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

CMYK percentages

%19.09
%7.27
%0
%13.73

Codes

Color #B2CCDC in popluar color models

B2CCDC
RGB178204220
HSL203°37.50%78.04%
HSB/HSV203°19.09%86.27%
CMYK19.09%7.27%0.00%
13.73%

Color #B2CCDC in popluar number systems.

HEXB2CCDC
Decimal178204220
Binary101100101100110011011100
Octal262314334

Shades and tints

Shades of #B2CCDC

#B2CCDC
(178,204,220)
#A2BAC8
(162,186,200)
#92A8B4
(146,168,180)
#8296A0
(130,150,160)
#72848C
(114,132,140)
#627278
(98,114,120)
#526064
(82,96,100)
#424E50
(66,78,80)
#323C3C
(50,60,60)
#222A28
(34,42,40)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #B2CCDC

#B2CCDC
(178,204,220)
#B9D0DF
(185,208,223)
#C0D4E2
(192,212,226)
#C7D8E5
(199,216,229)
#CEDCE8
(206,220,232)
#D5E0EB
(213,224,235)
#DCE4EE
(220,228,238)
#E3E8F1
(227,232,241)
#EAECF4
(234,236,244)
#F1F0F7
(241,240,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CCDC; }

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

This text font color is #B2CCDC.


Background Color

.myBgColor { background-color: #B2CCDC; }

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

This div background color is #B2CCDC.


Border color

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

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

This div border color is #B2CCDC.


Opacity

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

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

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

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

This text has shadow with #B2CCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CCDC on black background.


Color preview on white background

This text has color #B2CCDC on white background.



Black color preview on #B2CCDC background

This text has black color on #B2CCDC background.


White color preview on #B2CCDC background

This text has white color on #B2CCDC background.