COLOR #B2CFE4

HEX: #B2CFE4 RGB: (178,207,228)

Color info

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

RGB color model

#B2CFE4 color RGB value is (178,207,228).

RGB: (178,207,228) (70%, 81%, 89%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 228 of 255 = 89%

178
207
228

R + G + B ~ 80%. #B2CFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 207 + 228 = 613 (100%)
R 178 of 613 ~ 29.04%
G 207 of 613 ~ 33.77%
B 228 of 613 ~ 37.19'%

%29.04
%33.77
%37.19

CMYK color model

#B2CFE4 color CMYK value is (22,9,0,11).

  • cyan value is 21.93%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (22,9,0,11)
C22M9Y0K11 (22%, 9%, 0%, 11%)
(0.22 / 0.09 / 0.00 / 0.11)

CMYK percentages

%21.93
%9.21
%0
%10.59

Codes

Color #B2CFE4 in popluar color models

B2 CF E4
RGB 178 207 228
HSL 205° 48.08% 79.61%
HSB/HSV 205° 21.93% 89.41%
CMYK 21.93% 9.21% 0.00%
10.59%

Color #B2CFE4 in popluar number systems.

HEX B2 CF E4
Decimal 178 207 228
Binary 10110010 11001111 11100100
Octal 262 317 344

Shades and tints

Shades of #B2CFE4

#B2CFE4
(178,207,228)
#A2BDD0
(162,189,208)
#92ABBC
(146,171,188)
#8299A8
(130,153,168)
#728794
(114,135,148)
#627580
(98,117,128)
#52636C
(82,99,108)
#425158
(66,81,88)
#323F44
(50,63,68)
#222D30
(34,45,48)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #B2CFE4

#B2CFE4
(178,207,228)
#B9D3E6
(185,211,230)
#C0D7E8
(192,215,232)
#C7DBEA
(199,219,234)
#CEDFEC
(206,223,236)
#D5E3EE
(213,227,238)
#DCE7F0
(220,231,240)
#E3EBF2
(227,235,242)
#EAEFF4
(234,239,244)
#F1F3F6
(241,243,246)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CFE4; }

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

This text font color is #B2CFE4.

Background Color

.myBgColor { background-color: #B2CFE4; }

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

This div background color is #B2CFE4.

Border color

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

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

This div border color is #B2CFE4.

Opacity

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

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

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

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

This text has shadow with #B2CFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CFE4.

Preview

Color preview on black background

This text has color #B2CFE4 on black background.


Color preview on white background

This text has color #B2CFE4 on white background.


Black color preview on #B2CFE4 background

This text has black color on #B2CFE4 background.


White color preview on #B2CFE4 background

This text has white color on #B2CFE4 background.


Related colors

Complementary color

Complementary color for #hex is #4D301B.


I love getcolorcode.com

Triadic colors

1 #E4B2CF and #CFE4B2 with #B2CFE4 are triadic colors.

2 #E4CFB2 and #CFB2E4 with #B2CFE4 are triadic colors.