COLOR #B2CCE1

HEX: #B2CCE1 RGB: (178,204,225)

Color info

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

RGB color model

#B2CCE1 color RGB value is (178,204,225).

RGB: (178,204,225) (70%, 80%, 88%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 225 of 255 = 88%

178
204
225

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

Portions of RGB colors in percentages

R + G + B = 178 + 204 + 225 = 607 (100%)
R 178 of 607 ~ 29.32%
G 204 of 607 ~ 33.61%
B 225 of 607 ~ 37.07'%

%29.32
%33.61
%37.07

CMYK color model

#B2CCE1 color CMYK value is (21,9,0,12).

  • cyan value is 20.89%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (21,9,0,12)
C21M9Y0K12 (21%, 9%, 0%, 12%)
(0.21 / 0.09 / 0.00 / 0.12)

CMYK percentages

%20.89
%9.33
%0
%11.76

Codes

Color #B2CCE1 in popluar color models

B2 CC E1
RGB 178 204 225
HSL 207° 43.93% 79.02%
HSB/HSV 207° 20.89% 88.24%
CMYK 20.89% 9.33% 0.00%
11.76%

Color #B2CCE1 in popluar number systems.

HEX B2 CC E1
Decimal 178 204 225
Binary 10110010 11001100 11100001
Octal 262 314 341

Shades and tints

Shades of #B2CCE1

#B2CCE1
(178,204,225)
#A2BACD
(162,186,205)
#92A8B9
(146,168,185)
#8296A5
(130,150,165)
#728491
(114,132,145)
#62727D
(98,114,125)
#526069
(82,96,105)
#424E55
(66,78,85)
#323C41
(50,60,65)
#222A2D
(34,42,45)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #B2CCE1

#B2CCE1
(178,204,225)
#B9D0E3
(185,208,227)
#C0D4E5
(192,212,229)
#C7D8E7
(199,216,231)
#CEDCE9
(206,220,233)
#D5E0EB
(213,224,235)
#DCE4ED
(220,228,237)
#E3E8EF
(227,232,239)
#EAECF1
(234,236,241)
#F1F0F3
(241,240,243)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CCE1; }

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

This text font color is #B2CCE1.

Background Color

.myBgColor { background-color: #B2CCE1; }

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

This div background color is #B2CCE1.

Border color

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

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

This div border color is #B2CCE1.

Opacity

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

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

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

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

This text has shadow with #B2CCE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CCE1.

Preview

Color preview on black background

This text has color #B2CCE1 on black background.


Color preview on white background

This text has color #B2CCE1 on white background.


Black color preview on #B2CCE1 background

This text has black color on #B2CCE1 background.


White color preview on #B2CCE1 background

This text has white color on #B2CCE1 background.


Related colors

Complementary color

Complementary color for #hex is #4D331E.


I love getcolorcode.com

Triadic colors

1 #E1B2CC and #CCE1B2 with #B2CCE1 are triadic colors.

2 #E1CCB2 and #CCB2E1 with #B2CCE1 are triadic colors.