COLOR #B5CCEC

HEX: #B5CCEC RGB: (181,204,236)

Color info

#B5CCEC contains red, green and blue colors in about the same proportion. Web safe color of #B5CCEC is #CCCCFF (or #CCF).

RGB color model

#B5CCEC color RGB value is (181,204,236).

RGB: (181,204,236) (71%, 80%, 93%)

RGB channels and saturation

R 181 of 255 = 71%
G 204 of 255 = 80%
B 236 of 255 = 93%

181
204
236

R + G + B ~ 81%. #B5CCEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 204 + 236 = 621 (100%)
R 181 of 621 ~ 29.15%
G 204 of 621 ~ 32.85%
B 236 of 621 ~ 38'%

%29.15
%32.85
%38

CMYK color model

#B5CCEC color CMYK value is (23,14,0,7).

  • cyan value is 23.31%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (23,14,0,7) C23M14Y0K7 (23%,14%,0%,7%) (0.23/0.14/0.00/0.07) 

CMYK percentages

%23.31
%13.56
%0
%7.45

Codes

Color #B5CCEC in popluar color models

B5 CC EC
RGB 181 204 236
HSL 215° 59.14% 81.76%
HSB/HSV 215° 23.31% 92.55%
CMYK 23.31% 13.56% 0.00%
7.45%

Color #B5CCEC in popluar number systems.

HEX B5 CC EC
Decimal 181 204 236
Binary 10110101 11001100 11101100
Octal 265 314 354

Shades and tints

Shades of #B5CCEC

#B5CCEC
(181,204,236)
#A5BAD7
(165,186,215)
#95A8C2
(149,168,194)
#8596AD
(133,150,173)
#758498
(117,132,152)
#657283
(101,114,131)
#55606E
(85,96,110)
#454E59
(69,78,89)
#353C44
(53,60,68)
#252A2F
(37,42,47)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #B5CCEC

#B5CCEC
(181,204,236)
#BBD0ED
(187,208,237)
#C1D4EE
(193,212,238)
#C7D8EF
(199,216,239)
#CDDCF0
(205,220,240)
#D3E0F1
(211,224,241)
#D9E4F2
(217,228,242)
#DFE8F3
(223,232,243)
#E5ECF4
(229,236,244)
#EBF0F5
(235,240,245)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CCEC color. Also use rgb(181,204,236) instead hex code.

Text Font Color

.myTextColor { color: #B5CCEC; }

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

This text font color is #B5CCEC.

Background Color

.myBgColor { background-color: #B5CCEC; }

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

This div background color is #B5CCEC.

Border color

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

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

This div border color is #B5CCEC.

Opacity

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

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

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

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

This text has shadow with #B5CCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CCEC.

Preview

Color preview on black background

This text has color #B5CCEC on black background.


Color preview on white background

This text has color #B5CCEC on white background.


Black color preview on #B5CCEC background

This text has black color on #B5CCEC background.


White color preview on #B5CCEC background

This text has white color on #B5CCEC background.


Related colors

Complementary color

Complementary color for #hex is #4A3313.


I love getcolorcode.com

Triadic colors

1 #ECB5CC and #CCECB5 with #B5CCEC are triadic colors.

2 #ECCCB5 and #CCB5EC with #B5CCEC are triadic colors.